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;
hereby :: thesis: ( ( for x being VECTOR of X holds h . x = c * (f . x) ) implies h = c * f )
assume A2: h = c * f ; :: thesis: for x being Element of X holds h . x = c * (f . x)
let x be Element of X; :: thesis: h . x = c * (f . x)
h1 = c * f1 by A1, A2, CLVECT_1:34;
hence h . x = c * (f . x) by Th19; :: thesis: verum
end;
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