let Al be QC-alphabet ; for f being FinSequence of CQC-WFF Al holds still_not-bound_in f is finite
let f be FinSequence of CQC-WFF Al; still_not-bound_in f is finite
defpred S1[ object , object ] means ex p being Element of CQC-WFF Al st
( $2 = still_not-bound_in p & p = f . $1 );
consider n being Nat such that
A1:
dom f = Seg n
by FINSEQ_1:def 2;
set X = { (still_not-bound_in p) where p is Element of CQC-WFF Al : ex i being Nat st
( i in dom f & p = f . i ) } ;
consider F1 being Function such that
A2:
rng F1 = Seg n
and
A3:
dom F1 in omega
by FINSET_1:def 1;
A5:
for a being object st a in dom f holds
ex b being object st S1[a,b]
consider F2 being Function such that
A6:
( dom F2 = dom f & ( for b being object st b in dom f holds
S1[b,F2 . b] ) )
from CLASSES1:sch 1(A5);
set F = F2 * F1;
then A14:
rng (F2 * F1) = { (still_not-bound_in p) where p is Element of CQC-WFF Al : ex i being Nat st
( i in dom f & p = f . i ) }
by A7, TARSKI:2;
dom (F2 * F1) in omega
by A6, A1, A2, A3, RELAT_1:27;
then
{ (still_not-bound_in p) where p is Element of CQC-WFF Al : ex i being Nat st
( i in dom f & p = f . i ) } is finite
by A14, FINSET_1:def 1;
then
union { (still_not-bound_in p) where p is Element of CQC-WFF Al : ex i being Nat st
( i in dom f & p = f . i ) } is finite
by A4, FINSET_1:7;
hence
still_not-bound_in f is finite
by Th61; verum