per cases ( x = 0 or x > 0 ) ;
suppose x = 0 ; :: thesis: not x + y is negative
hence x + y >= 0 by Th4; :: according to XXREAL_0:def 7 :: thesis: verum
end;
suppose x > 0 ; :: thesis: not x + y is negative
hence x + y >= 0 by Lm13; :: according to XXREAL_0:def 7 :: thesis: verum
end;
end;