reserve X for set;
reserve UN for Universe;

theorem
  NAT in UN or NAT,UN are_equipotent
  proof
    NAT c= UN by Th16;
    hence thesis by CLASSES1:def 2;
  end;
