consider z being XFinSequence such that
A1: len z = F1() and
A2: for i being Nat st i in F1() holds
z . i = F3(i) from AFINSQ_1:sch 2();
for j being Nat st j in F1() holds
z . j in F2()
proof
let j be Nat; :: thesis: ( j in F1() implies z . j in F2() )
reconsider j0 = j as Element of NAT by ORDINAL1:def 12;
assume j in F1() ; :: thesis: z . j in F2()
then z . j0 = F3(j0) by A2;
hence z . j in F2() ; :: thesis: verum
end;
then reconsider z = z as XFinSequence of F2() by A1, Th4;
take z ; :: thesis: ( len z = F1() & ( for j being Nat st j in F1() holds
z . j = F3(j) ) )

thus len z = F1() by A1; :: thesis: for j being Nat st j in F1() holds
z . j = F3(j)

let j be Nat; :: thesis: ( j in F1() implies z . j = F3(j) )
thus ( j in F1() implies z . j = F3(j) ) by A2; :: thesis: verum