let x, y, w, z be ext-real number ; :: thesis: ( x < y & w < z implies x + w < y + z )
assume that
A2: x < y and
A3: 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;