let x be Surreal; :: thesis: ( not x == 0_No implies |.(- x).| = |.x.| )
assume not x == 0_No ; :: thesis: |.(- x).| = |.x.|
per cases then ( 0_No < x or x < 0_No ) ;
end;