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