let x, y be ExtReal; :: thesis: ( ( x is Real or y is Real ) implies |.x.| - |.y.| <= |.(x - y).| )
assume A1: ( x is Real or y is Real ) ; :: thesis: |.x.| - |.y.| <= |.(x - y).|
reconsider x = x, y = y as R_eal by XXREAL_0:def 1;
per cases ( y is Real or x is Real ) by A1;
end;