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