ex f being SetSequence of F1() st
for n being Element of NAT holds f . n = F3(n) from FUNCT_2:sch 4();
then consider f being SetSequence of F1() such that
A1: for n being Element of NAT holds f . n = F3(n) ;
for n being Nat holds f . n in F2()
proof
let n be Nat; :: thesis: f . n in F2()
n in NAT by ORDINAL1:def 12;
then f . n = F3(n) by A1;
hence f . n in F2() ; :: thesis: verum
end;
then rng f c= F2() by NAT_1:52;
then reconsider f = f as SetSequence of F2() by RELAT_1:def 19;
take f ; :: thesis: for n being Element of NAT holds f . n = F3(n)
thus for n being Element of NAT holds f . n = F3(n) by A1; :: thesis: verum