reconsider n9 = F1() as Element of NAT by ORDINAL1:def 12;
defpred S1[ Nat] means ( $1 <= F1() & P1[$1] );
assume ex k being Element of NAT st
( k <= F1() & P1[k] ) ; :: thesis: contradiction
then A3: ex k being Nat st S1[k] ;
A4: for l being Nat st S1[l] holds
l <= n9 ;
consider l being Nat such that
A5: S1[l] and
A6: for n being Nat st S1[n] holds
n <= l from NAT_1:sch 6(A4, A3);
A7: l in NAT by ORDINAL1:def 12;
A8: l < F1() by A1, A5, XXREAL_0:1;
then l + 1 <= F1() by NAT_1:13;
then P1[l + 1] by A6, XREAL_1:29;
hence contradiction by A2, A5, A8, A7; :: thesis: verum