reserve r,s,t,x9,y9,z9,p,q for Element of RAT+;
reserve x,y,z for Element of REAL+;

theorem Th10:
  ex z st x + z = y or y + z = x
proof
  x <=' y or y <=' x;
  hence thesis by Th9;
end;
