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