reserve U for Universe;
reserve x for Element of U;

theorem Th31:
  for X being non finite Subset of FinSETS holds X is class of FinSETS
  proof
    let X be non finite Subset of FinSETS;
    X is FinSETS-Class;
    hence thesis by Def12;
  end;
