theorem
  x < y iff 0_No < y - x
proof
  x=0_No+x;
  hence thesis by Th42;
end;
