let X, Y be RealLinearSpace; for f, h being VECTOR of (R_VectorSpace_of_LinearOperators (X,Y))
for a being Real holds
( h = a * f iff for x being VECTOR of X holds h . x = a * (f . x) )
let f, h be VECTOR of (R_VectorSpace_of_LinearOperators (X,Y)); for a being Real holds
( h = a * f iff for x being VECTOR of X holds h . x = a * (f . x) )
reconsider f9 = f, h9 = h as LinearOperator of X,Y by Def6;
let a be Real; ( h = a * f iff for x being VECTOR of X holds h . x = a * (f . x) )
A1:
R_VectorSpace_of_LinearOperators (X,Y) is Subspace of RealVectSpace ( the carrier of X,Y)
by Th14, RSSPACE:11;
then reconsider f1 = f as VECTOR of (RealVectSpace ( the carrier of X,Y)) by RLSUB_1:10;
reconsider h1 = h as VECTOR of (RealVectSpace ( the carrier of X,Y)) by A1, RLSUB_1:10;
A2:
now ( h = a * f implies for x being Element of X holds h9 . x = a * (f9 . x) )end;
now ( ( for x being Element of X holds h9 . x = a * (f9 . x) ) implies h = a * f )end;
hence
( h = a * f iff for x being VECTOR of X holds h . x = a * (f . x) )
by A2; verum