let x, y be Surreal; :: thesis: ( x == y implies |.x.| == |.y.| )
assume A1: x == y ; :: thesis: |.x.| == |.y.|
per cases ( 0_No <= x or x < 0_No ) ;
end;