let x, y, z, w be ExtReal; :: thesis: ( x < y & w < z implies x + w < y + z )
assume that
A1: x < y and
A2: w < z ; :: thesis: x + w < y + z
-infty <= w by XXREAL_0:5;
per cases then ( w = -infty or -infty < w ) by XXREAL_0:1;
end;