let X be non empty set ; for Y being RealLinearSpace
for f being Element of Funcs (X, the carrier of Y)
for a, b being Real holds (FuncAdd (X,Y)) . (((FuncExtMult (X,Y)) . [a,f]),((FuncExtMult (X,Y)) . [b,f])) = (FuncExtMult (X,Y)) . [(a + b),f]
let Y be RealLinearSpace; for f being Element of Funcs (X, the carrier of Y)
for a, b being Real holds (FuncAdd (X,Y)) . (((FuncExtMult (X,Y)) . [a,f]),((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 Real holds (FuncAdd (X,Y)) . (((FuncExtMult (X,Y)) . [a,f]),((FuncExtMult (X,Y)) . [b,f])) = (FuncExtMult (X,Y)) . [(a + b),f]
let a, b be Real; (FuncAdd (X,Y)) . (((FuncExtMult (X,Y)) . [a,f]),((FuncExtMult (X,Y)) . [b,f])) = (FuncExtMult (X,Y)) . [(a + b),f]
now let x be
Element of
X;
((FuncAdd (X,Y)) . (((FuncExtMult (X,Y)) . [a,f]),((FuncExtMult (X,Y)) . [b,f]))) . x = ((FuncExtMult (X,Y)) . [(a + b),f]) . xthus ((FuncAdd (X,Y)) . (((FuncExtMult (X,Y)) . [a,f]),((FuncExtMult (X,Y)) . [b,f]))) . x =
(((FuncExtMult (X,Y)) . [a,f]) . x) + (((FuncExtMult (X,Y)) . [b,f]) . x)
by Th3
.=
(a * (f . x)) + (((FuncExtMult (X,Y)) . [b,f]) . x)
by Th5
.=
(a * (f . x)) + (b * (f . x))
by Th5
.=
(a + b) * (f . x)
by RLVECT_1:def 6
.=
((FuncExtMult (X,Y)) . [(a + b),f]) . x
by Th5
;
verum end;
hence
(FuncAdd (X,Y)) . (((FuncExtMult (X,Y)) . [a,f]),((FuncExtMult (X,Y)) . [b,f])) = (FuncExtMult (X,Y)) . [(a + b),f]
by FUNCT_2:63; verum