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

theorem
  0 <= a implies b-a <= b
proof
  0 <= a implies b - a <= b - 0 by Th13;
  hence thesis;
end;
