let X, Y be ComplexLinearSpace; for f, g, h being VECTOR of (C_VectorSpace_of_LinearOperators (X,Y)) holds
( h = f + g iff for x being VECTOR of X holds h . x = (f . x) + (g . x) )
let f, g, h be VECTOR of (C_VectorSpace_of_LinearOperators (X,Y)); ( h = f + g iff for x being VECTOR of X holds h . x = (f . x) + (g . x) )
reconsider f9 = f, g9 = g, h9 = h as LinearOperator of X,Y by Def4;
A1:
C_VectorSpace_of_LinearOperators (X,Y) is Subspace of ComplexVectSpace ( the carrier of X,Y)
by Th13, CSSPACE:11;
then reconsider f1 = f as VECTOR of (ComplexVectSpace ( the carrier of X,Y)) by CLVECT_1:29;
reconsider h1 = h as VECTOR of (ComplexVectSpace ( the carrier of X,Y)) by A1, CLVECT_1:29;
reconsider g1 = g as VECTOR of (ComplexVectSpace ( the carrier of X,Y)) by A1, CLVECT_1:29;
A2:
now ( h = f + g implies for x being Element of X holds h9 . x = (f9 . x) + (g9 . x) )end;
now ( ( for x being Element of X holds h9 . x = (f9 . x) + (g9 . x) ) implies h = f + g )end;
hence
( h = f + g iff for x being VECTOR of X holds h . x = (f . x) + (g . x) )
by A2; verum