let x, y be Surreal; :: thesis: ( |.y.| infinitely< |.x.| implies not x + y == 0_No )
assume A1: |.y.| infinitely< |.x.| ; :: thesis: not x + y == 0_No
per cases ( |.x.| = x or |.x.| = - x ) by Def6;
suppose |.x.| = x ; :: thesis: not x + y == 0_No
hence not x + y == 0_No by A1, Th44; :: thesis: verum
end;
suppose |.x.| = - x ; :: thesis: not x + y == 0_No
end;
end;