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

theorem Th5:
  x <=' y & y = {} implies x = {}
proof
  assume x <=' y;
  then ex z being Element of REAL+ st x + z = y by ARYTM_2:9;
  hence thesis by ARYTM_2:5;
end;
