reserve x,y,z for Element of REAL+;

theorem
  x <=' y & y -' x = {} implies x = y
proof
  assume
A1: x <=' y;
  assume y -' x = {};
  then y <=' x by Th9;
  hence thesis by A1,Th4;
end;
