theorem
  2 <= i implies i|^n > n
proof
  assume 2 <= i;
  then i|^n >= n+1 by Th85;
  hence thesis by NAT_1:13;
end;
