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

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