let X, Y be ComplexLinearSpace; :: thesis: for f, h being VECTOR of (C_VectorSpace_of_LinearOperators X,Y)
for c being Complex holds
( h = c * f iff for x being VECTOR of X holds h . x = c * (f . x) )
let f, h be VECTOR of (C_VectorSpace_of_LinearOperators X,Y); :: thesis: for c being Complex holds
( h = c * f iff for x being VECTOR of X holds h . x = c * (f . x) )
let c be Complex; :: thesis: ( h = c * f iff for x being VECTOR of X holds h . x = c * (f . x) )
reconsider f' = f, h' = h as LinearOperator of X,Y by Def5;
A1:
C_VectorSpace_of_LinearOperators X,Y is Subspace of ComplexVectSpace the carrier of X,Y
by Th15, CSSPACE:13;
then reconsider f1 = f as VECTOR of (ComplexVectSpace the carrier of X,Y) by CLVECT_1:30;
reconsider h1 = h as VECTOR of (ComplexVectSpace the carrier of X,Y) by A1, CLVECT_1:30;
hence
( h = c * f iff for x being VECTOR of X holds h . x = c * (f . x) )
by A2; :: thesis: verum