deffunc H1( object ) -> set = F2((sup (union {$1})));
consider f being Function such that
A1: ( dom f = F1() & ( for x being object st x in F1() holds
f . x = H1(x) ) ) from FUNCT_1:sch 3();
reconsider f = f as Sequence by A1, ORDINAL1:def 7;
take L = f; :: thesis: ( dom L = F1() & ( for A being Ordinal st A in F1() holds
L . A = F2(A) ) )

thus dom L = F1() by A1; :: thesis: for A being Ordinal st A in F1() holds
L . A = F2(A)

let A be Ordinal; :: thesis: ( A in F1() implies L . A = F2(A) )
assume A in F1() ; :: thesis: L . A = F2(A)
hence L . A = F2((sup (union {A}))) by A1
.= F2((sup A)) by ZFMISC_1:25
.= F2(A) by Th18 ;
:: thesis: verum