reserve x,A,B,X,X9,Y,Y9,Z,V for set;

theorem Th60:
  X c= Y implies not Y c< X
proof
  assume X c= Y & Y c= X & X <> Y;
  hence contradiction;
end;
