defpred S1[ Nat] means not P ^^ P is empty ;
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 A11: S1[k] ; :: thesis: S1[k + 1]
P ^^ (k + 1) = (P ^^ k) ^ P by Th6;
hence S1[k + 1] by A11; :: thesis: verum
end;
for n being Nat holds S1[n] from NAT_1:sch 2(A1, A10);
hence not P ^^ n is empty ; :: thesis: verum