let X be non empty set ; for Y being ComplexLinearSpace
for f being Element of Funcs (X, the carrier of Y)
for a, b being Complex holds (FuncExtMult (X,Y)) . [a,((FuncExtMult (X,Y)) . [b,f])] = (FuncExtMult (X,Y)) . [(a * b),f]
let Y be ComplexLinearSpace; for f being Element of Funcs (X, the carrier of Y)
for a, b being Complex holds (FuncExtMult (X,Y)) . [a,((FuncExtMult (X,Y)) . [b,f])] = (FuncExtMult (X,Y)) . [(a * b),f]
let f be Element of Funcs (X, the carrier of Y); for a, b being Complex holds (FuncExtMult (X,Y)) . [a,((FuncExtMult (X,Y)) . [b,f])] = (FuncExtMult (X,Y)) . [(a * b),f]
let a, b be Complex; (FuncExtMult (X,Y)) . [a,((FuncExtMult (X,Y)) . [b,f])] = (FuncExtMult (X,Y)) . [(a * b),f]
reconsider a1 = a, b1 = b, ab = a * b as Element of COMPLEX by XCMPLX_0:def 2;
now for x being Element of X holds ((FuncExtMult (X,Y)) . [a1,((FuncExtMult (X,Y)) . [b1,f])]) . x = ((FuncExtMult (X,Y)) . [ab,f]) . xlet x be
Element of
X;
((FuncExtMult (X,Y)) . [a1,((FuncExtMult (X,Y)) . [b1,f])]) . x = ((FuncExtMult (X,Y)) . [ab,f]) . xthus ((FuncExtMult (X,Y)) . [a1,((FuncExtMult (X,Y)) . [b1,f])]) . x =
a1 * (((FuncExtMult (X,Y)) . [b1,f]) . x)
by Th2
.=
a * (b * (f . x))
by Th2
.=
(a * b) * (f . x)
by CLVECT_1:def 4
.=
((FuncExtMult (X,Y)) . [ab,f]) . x
by Th2
;
verum end;
then
(FuncExtMult (X,Y)) . [a,((FuncExtMult (X,Y)) . [b,f])] = (FuncExtMult (X,Y)) . [ab,f]
by FUNCT_2:63;
hence
(FuncExtMult (X,Y)) . [a,((FuncExtMult (X,Y)) . [b,f])] = (FuncExtMult (X,Y)) . [(a * b),f]
; verum