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

theorem
  a - 1 < a
proof
  a+- 1 < a + 0 by Lm10;
  hence thesis;
end;
