let x be ExtReal; :: thesis: ( x <> 0 implies 0 < |.x.| )
assume A1: x <> 0 ; :: thesis: 0 < |.x.|
per cases ( 0 <= x or not 0 <= x ) ;
end;