reserve n,m,k for Nat,
  X,Y,Z for set,
  f for Function of X,Y,
  H for Subset of X;

theorem
  X is finite & Y is finite & card Y = X implies the_subsets_of_card(X,Y) = {Y}
  by Lm3;
