let a, b be Real; :: thesis: ( b <= a & a <= 0 implies |.a.| <= |.b.| )
assume that
A1: b <= a and
A2: a <= 0 ; :: thesis: |.a.| <= |.b.|
per cases ( a = 0 or a < 0 ) by A2;
end;