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

theorem Th6:
  x = {} implies x <=' y
proof
  assume x = {};
  then x + y = y by ARYTM_2:def 8;
  hence thesis by ARYTM_2:19;
end;
