let x, y be real number ; :: thesis: ( x <= y & y is negative implies x is negative )
assume A1: ( x <= y & y is negative ) ; :: thesis: x is negative
then y < 0 by XXREAL_0:def 7;
then x < 0 by A1, Lm2;
hence x is negative by XXREAL_0:def 7; :: thesis: verum