theorem
  a<=b-c implies a<=b & c <=b
proof
  assume a<=b-c;
  then a+c <=b by XREAL_1:19;
  hence thesis by Lm7;
end;
