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

theorem
  the_subsets_of_card(0,X) = {0} by Lm2;
