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