reserve a,b,c,d for Real;
reserve r,s for Real;

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