defpred S1[ Nat] means a |^ a is rational ;
A1: S1[ 0 ] by NEWTON:4;
A2: for k being Nat st S1[k] holds
S1[k + 1]
proof
let k be Nat; :: thesis: ( S1[k] implies S1[k + 1] )
a |^ (k + 1) = (a |^ k) * a by NEWTON:6;
hence ( S1[k] implies S1[k + 1] ) ; :: thesis: verum
end;
for k being Nat holds S1[k] from NAT_1:sch 2(A1, A2);
hence a |^ n is rational ; :: thesis: verum