let X be non empty set ; for Y being ComplexLinearSpace ex MULT being Function of [:COMPLEX,(Funcs (X, the carrier of Y)):],(Funcs (X, the carrier of Y)) st
for c being Complex
for f being Element of Funcs (X, the carrier of Y)
for s being Element of X holds (MULT . [c,f]) . s = c * (f . s)
let Y be ComplexLinearSpace; ex MULT being Function of [:COMPLEX,(Funcs (X, the carrier of Y)):],(Funcs (X, the carrier of Y)) st
for c being Complex
for f being Element of Funcs (X, the carrier of Y)
for s being Element of X holds (MULT . [c,f]) . s = c * (f . s)
deffunc H1( Complex, Element of Funcs (X, the carrier of Y)) -> Element of Funcs (X, the carrier of Y) = the Mult of Y [;] ($1,$2);
consider F being Function of [:COMPLEX,(Funcs (X, the carrier of Y)):],(Funcs (X, the carrier of Y)) such that
A1:
for c being Complex
for f being Element of Funcs (X, the carrier of Y) holds F . (c,f) = H1(c,f)
from BINOP_1:sch 4();
take
F
; for c being Complex
for f being Element of Funcs (X, the carrier of Y)
for s being Element of X holds (F . [c,f]) . s = c * (f . s)
let c be Complex; for f being Element of Funcs (X, the carrier of Y)
for s being Element of X holds (F . [c,f]) . s = c * (f . s)
let f be Element of Funcs (X, the carrier of Y); for s being Element of X holds (F . [c,f]) . s = c * (f . s)
let x be Element of X; (F . [c,f]) . x = c * (f . x)
A2:
dom (F . [c,f]) = X
by FUNCT_2:169;
F . (c,f) = the Mult of Y [;] (c,f)
by A1;
hence (F . [c,f]) . x =
the Mult of Y . (c,(f . x))
by A2, FUNCOP_1:42
.=
c * (f . x)
by CLVECT_1:def 1
;
verum