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