consider F being Function of QC-WFF ,F1() such that
A3:
F7(F8()) = F . F8()
and
A4:
for p being Element of QC-WFF
for d1, d2 being Element of F1() holds
( ( p = VERUM implies F . p = F2() ) & ( p is atomic implies F . p = F3(p) ) & ( p is negative & d1 = F . (the_argument_of p) implies F . p = F4(d1) ) & ( p is conjunctive & d1 = F . (the_left_argument_of p) & d2 = F . (the_right_argument_of p) implies F . p = F5(d1,d2) ) & ( p is universal & d1 = F . (the_scope_of p) implies F . p = F6(p,d1) ) )
by A1;
let d1, d2 be Element of F1(); ( d1 = F7((the_left_argument_of F8())) & d2 = F7((the_right_argument_of F8())) implies F7(F8()) = F5(d1,d2) )
assume
( d1 = F7((the_left_argument_of F8())) & d2 = F7((the_right_argument_of F8())) )
; F7(F8()) = F5(d1,d2)
then
( F . (the_left_argument_of F8()) = d1 & F . (the_right_argument_of F8()) = d2 )
by A1, A4;
hence
F7(F8()) = F5(d1,d2)
by A2, A3, A4; verum