theorem Th85:
  2 <= i implies i|^n >= n + 1
proof
  for n holds P[n] from NAT_1:sch 2(Lm3,Lm4);
  hence thesis;
end;
