A0: n is Nat by TARSKI:1;
defpred S1[ Nat] means x |^ x is natural ;
A1: for a being Nat st S1[a] holds
S1[a + 1]
proof
let a be Nat; :: thesis: ( S1[a] implies S1[a + 1] )
assume S1[a] ; :: thesis: S1[a + 1]
then reconsider b = x |^ a as Nat ;
x |^ (a + 1) = b * x by Th6;
hence S1[a + 1] ; :: thesis: verum
end;
A2: S1[ 0 ] by RVSUM_1:94;
for a being Nat holds S1[a] from NAT_1:sch 2(A2, A1);
hence x |^ n is natural by A0; :: thesis: verum