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