theorem
  0 < a & b <= c implies b-a < c
proof
  assume 0 < a & b <= c;
  then b+0 < a+c by Th39;
  hence thesis by Lm17;
end;
