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