defpred S1[ Nat] means ex x being Element of L st ( x in A & $1 =height x );
ex k being Element of NAT st ( S1[k] & ( for n being Element of NAT st S1[n] holds n <= k ) )
consider k being Nat such that A5:
S1[k]
and A6:
for n being Nat st S1[n] holds n <= k
fromNAT_1:sch 6(A1, A3);
for n being Element of NAT st S1[n] holds n <= k
byA6; hence
ex k being Element of NAT st ( S1[k] & ( for n being Element of NAT st S1[n] holds n <= k ) )
byA5; :: thesis: verum