let k be non zero Nat; :: thesis: P1[k]
defpred S1[ Nat] means ( P1[$1] & P1[$1 + 1] );
A4: for k being non zero Nat st S1[k] holds
S1[k + 1]
proof
let k be non zero Nat; :: thesis: ( S1[k] implies S1[k + 1] )
A5: k + 2 = (k + 1) + 1 ;
assume S1[k] ; :: thesis: S1[k + 1]
hence S1[k + 1] by A3, A5; :: thesis: verum
end;
A6: S1[1] by A1, A2;
for k being non zero Nat holds S1[k] from NAT_1:sch 10(A6, A4);
hence P1[k] ; :: thesis: verum