let i, j be Element of NAT ; :: thesis: (F1() * <:<*F2()*>:>) . <*i,j*> = F3(F4(i,j))
A3: dom <:<*F2()*>:> = dom F2() by FUNCT_6:61;
arity F2() = 2 by Def26;
then A4: dom F2() = 2 -tuples_on NAT by Th26;
A5: <*i,j*> is Element of 2 -tuples_on NAT by FINSEQ_2:121;
hence (F1() * <:<*F2()*>:>) . <*i,j*> = F1() . (<:<*F2()*>:> . <*i,j*>) by A3, A4, FUNCT_1:23
.= F1() . <*(F2() . <*i,j*>)*> by A4, A5, FUNCT_6:61
.= F1() . <*F4(i,j)*> by A2
.= F3(F4(i,j)) by A1 ;
:: thesis: verum