defpred S1[ Nat] means ( F1() <= $1 & $1 <= F2() & P1[$1] );
assume ex i being Element of NAT st
( F1() <= i & i <= F2() & P1[i] ) ; :: thesis: contradiction
then A3: ex i being Nat st S1[i] ;
consider k being Nat such that
A4: ( S1[k] & ( for k9 being Nat st S1[k9] holds
k <= k9 ) ) from NAT_1:sch 5(A3);
per cases ( k = F1() or k <> F1() ) ;
suppose k = F1() ; :: thesis: contradiction
end;
suppose k <> F1() ; :: thesis: contradiction
end;
end;