reserve A,B,C for Ordinal,
        o for object,
        x,y,z,t,r,l for Surreal,
        X,Y for set;

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