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

theorem
  x - x = {}
proof
  x <=' x;
  then x - x = x -' x by Def2;
  hence thesis by Lm3;
end;
