theorem
  -1 < a implies 0 < 1+a
proof
  assume -1<a;
  then -1+1<a+1 by Lm8;
  hence thesis;
end;
