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

theorem
  for C being class of U holds C is non finite
  proof
    let C be class of U;
    assume
A1: C is finite;
    C is U-Class by Def12;
    hence thesis by A1,Th28;
  end;
