defpred S1[ Nat] means n |^|^ n is natural ;
A1: S1[ 0 ] by Th13;
A2: now :: thesis: for k being Nat st S1[k] holds
S1[k + 1]
let k be Nat; :: thesis: ( S1[k] implies S1[k + 1] )
assume S1[k] ; :: thesis: S1[k + 1]
then reconsider nk = n |^|^ k as Nat ;
Segm (k + 1) = succ (Segm k) by NAT_1:38;
then n |^|^ (k + 1) = exp (n,nk) by Th14;
hence S1[k + 1] ; :: thesis: verum
end;
for k being Nat holds S1[k] from NAT_1:sch 2(A1, A2);
hence n |^|^ k is natural ; :: thesis: verum