defpred S1[ Nat] means ( not $1 is empty implies P1[$1] );
A3: now
let k be Nat; :: thesis: ( S1[k] implies S1[k + 1] )
assume A4: S1[k] ; :: thesis: S1[k + 1]
now
assume not k + 1 is empty ; :: thesis: S1[k + 1]
( k is empty or not k is empty ) ;
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 empty Nat holds P1[k] ; :: thesis: verum