let w, x, y, z be ext-real number ; :: thesis: ( -infty < w & x < y & w < z implies x + w < y + z )
assume A1: -infty < w ; :: thesis: ( not x < y or not w < z or x + w < y + z )
assume that
A2: x < y and
A3: w < z ; :: thesis: x + w < y + z
per cases ( y = +infty or y <> +infty ) ;
end;