defpred S1[ Nat] means ( P <> 0 implies not P ^^ P is trivial );
A1: S1[ 0 ] ;
A10: for k being Nat st S1[k] holds
S1[k + 1]
proof
let k be Nat; :: thesis: ( S1[k] implies S1[k + 1] )
assume S1[k] ; :: thesis: S1[k + 1]
P ^^ (k + 1) = (P ^^ k) ^ P by Th6;
hence S1[k + 1] ; :: thesis: verum
end;
for k being Nat holds S1[k] from NAT_1:sch 2(A1, A10);
hence not P ^^ n is trivial ; :: thesis: verum