let X, Y be ComplexNormSpace; :: thesis: for f, h being VECTOR of (C_VectorSpace_of_BoundedLinearOperators 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_BoundedLinearOperators 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) )
A1:
C_VectorSpace_of_BoundedLinearOperators X,Y is Subspace of C_VectorSpace_of_LinearOperators X,Y
by Th24, CSSPACE:13;
then reconsider f1 = f as VECTOR of (C_VectorSpace_of_LinearOperators X,Y) by CLVECT_1:30;
reconsider h1 = h as VECTOR of (C_VectorSpace_of_LinearOperators X,Y) by A1, CLVECT_1:30;
assume
for x being Element of X holds h . x = c * (f . x)
; :: thesis: h = c * f
then
h1 = c * f1
by Th19;
hence
h = c * f
by A1, CLVECT_1:34; :: thesis: verum