theorem Th9:
   x infinitely< y implies x < y
proof
  assume x infinitely< y;
  then x*1_No < y by SURREALN:48;
  hence thesis;
end;
