theorem
  -b < a implies 0 < a+b
proof
  assume -b < a;
  then -b+b < a+b by Lm10;
  hence thesis;
end;
