theorem
  A,B are_c=-comparable
proof
  A c= B or B c= A;
  hence thesis;
end;
