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