A1: for x being object st x in F1() holds
F3(x) in F2() ;
consider IT being Function of F1(),F2() such that
A2: for x being object st x in F1() holds
IT . x = F3(x) from FUNCT_2:sch 2(A1);
take IT ; :: thesis: for x being set st x in F1() holds
IT /. x = F3(x)

let x be set ; :: thesis: ( x in F1() implies IT /. x = F3(x) )
assume A3: x in F1() ; :: thesis: IT /. x = F3(x)
hence F3(x) = IT . x by A2
.= IT /. x by A3, FUNCT_2:def 13 ;
:: thesis: verum