let A be non empty set ; for f, g, h being Element of Funcs (A,COMPLEX) holds (ComplexFuncAdd A) . (f,((ComplexFuncAdd A) . (g,h))) = (ComplexFuncAdd A) . (((ComplexFuncAdd A) . (f,g)),h)
let f, g, h be Element of Funcs (A,COMPLEX); (ComplexFuncAdd A) . (f,((ComplexFuncAdd A) . (g,h))) = (ComplexFuncAdd A) . (((ComplexFuncAdd A) . (f,g)),h)
now for x being Element of A holds ((ComplexFuncAdd A) . (f,((ComplexFuncAdd A) . (g,h)))) . x = ((ComplexFuncAdd A) . (((ComplexFuncAdd A) . (f,g)),h)) . xlet x be
Element of
A;
((ComplexFuncAdd A) . (f,((ComplexFuncAdd A) . (g,h)))) . x = ((ComplexFuncAdd A) . (((ComplexFuncAdd A) . (f,g)),h)) . xthus ((ComplexFuncAdd A) . (f,((ComplexFuncAdd A) . (g,h)))) . x =
(f . x) + (((ComplexFuncAdd A) . (g,h)) . x)
by Th1
.=
(f . x) + ((g . x) + (h . x))
by Th1
.=
((f . x) + (g . x)) + (h . x)
.=
(((ComplexFuncAdd A) . (f,g)) . x) + (h . x)
by Th1
.=
((ComplexFuncAdd A) . (((ComplexFuncAdd A) . (f,g)),h)) . x
by Th1
;
verum end;
hence
(ComplexFuncAdd A) . (f,((ComplexFuncAdd A) . (g,h))) = (ComplexFuncAdd A) . (((ComplexFuncAdd A) . (f,g)),h)
by FUNCT_2:63; verum