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

theorem Th1:
  ex b st a < b
proof
  take a+1;
  a+0 < a+1 by Lm8;
  hence thesis;
end;
