let a, b be Real; :: thesis: ( - b < a implies 0 < a + b )
assume - b < a ; :: thesis: 0 < a + b
then (- b) + b < a + b by Lm10;
hence 0 < a + b ; :: thesis: verum