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