consider f being Function such that
A1: ( dom f = F1() & ( for x being object st x in F1() holds
f . x = F2(x) ) ) from FUNCT_1:sch 3();
reconsider T = f as DecoratedTree by A1, Def8;
take T ; :: thesis: ( dom T = F1() & ( for p being FinSequence of NAT st p in F1() holds
T . p = F2(p) ) )

thus ( dom T = F1() & ( for p being FinSequence of NAT st p in F1() holds
T . p = F2(p) ) ) by A1; :: thesis: verum