let A be non empty set ; for f, g being Element of Funcs (A,COMPLEX)
for a being Complex holds (ComplexFuncAdd A) . (((ComplexFuncExtMult A) . [a,f]),((ComplexFuncExtMult A) . [a,g])) = (ComplexFuncExtMult A) . [a,((ComplexFuncAdd A) . (f,g))]
let f, g be Element of Funcs (A,COMPLEX); for a being Complex holds (ComplexFuncAdd A) . (((ComplexFuncExtMult A) . [a,f]),((ComplexFuncExtMult A) . [a,g])) = (ComplexFuncExtMult A) . [a,((ComplexFuncAdd A) . (f,g))]
let a be Complex; (ComplexFuncAdd A) . (((ComplexFuncExtMult A) . [a,f]),((ComplexFuncExtMult A) . [a,g])) = (ComplexFuncExtMult A) . [a,((ComplexFuncAdd A) . (f,g))]
reconsider a = a as Element of COMPLEX by XCMPLX_0:def 2;
now for x being Element of A holds ((ComplexFuncAdd A) . (((ComplexFuncExtMult A) . [a,f]),((ComplexFuncExtMult A) . [a,g]))) . x = ((ComplexFuncExtMult A) . [a,((ComplexFuncAdd A) . (f,g))]) . xlet x be
Element of
A;
((ComplexFuncAdd A) . (((ComplexFuncExtMult A) . [a,f]),((ComplexFuncExtMult A) . [a,g]))) . x = ((ComplexFuncExtMult A) . [a,((ComplexFuncAdd A) . (f,g))]) . xthus ((ComplexFuncAdd A) . (((ComplexFuncExtMult A) . [a,f]),((ComplexFuncExtMult A) . [a,g]))) . x =
(((ComplexFuncExtMult A) . [a,f]) . x) + (((ComplexFuncExtMult A) . [a,g]) . x)
by Th1
.=
(a * (f . x)) + (((ComplexFuncExtMult A) . [a,g]) . x)
by Th4
.=
(a * (f . x)) + (a * (g . x))
by Th4
.=
a * ((f . x) + (g . x))
.=
a * (((ComplexFuncAdd A) . (f,g)) . x)
by Th1
.=
((ComplexFuncExtMult A) . [a,((ComplexFuncAdd A) . (f,g))]) . x
by Th4
;
verum end;
hence
(ComplexFuncAdd A) . (((ComplexFuncExtMult A) . [a,f]),((ComplexFuncExtMult A) . [a,g])) = (ComplexFuncExtMult A) . [a,((ComplexFuncAdd A) . (f,g))]
by FUNCT_2:63; verum