let X be RealNormSpace-Sequence; :: thesis: for Y being RealNormSpace
for f, h being VECTOR of (R_VectorSpace_of_MultilinearOperators (X,Y))
for a being Real holds
( h = a * f iff for x being VECTOR of (product X) holds h . x = a * (f . x) )

let Y be RealNormSpace; :: thesis: for f, h being VECTOR of (R_VectorSpace_of_MultilinearOperators (X,Y))
for a being Real holds
( h = a * f iff for x being VECTOR of (product X) holds h . x = a * (f . x) )

let f, h be VECTOR of (R_VectorSpace_of_MultilinearOperators (X,Y)); :: thesis: for a being Real holds
( h = a * f iff for x being VECTOR of (product X) holds h . x = a * (f . x) )

reconsider f9 = f, h9 = h as MultilinearOperator of X,Y by Def6;
let a be Real; :: thesis: ( h = a * f iff for x being VECTOR of (product X) holds h . x = a * (f . x) )
A1: R_VectorSpace_of_MultilinearOperators (X,Y) is Subspace of RealVectSpace ( the carrier of (product X),Y) by RSSPACE:11;
then reconsider f1 = f, h1 = h as VECTOR of (RealVectSpace ( the carrier of (product X),Y)) by RLSUB_1:10;
A2: now :: thesis: ( h = a * f implies for x being Element of (product X) holds h9 . x = a * (f9 . x) )
assume A3: h = a * f ; :: thesis: for x being Element of (product X) holds h9 . x = a * (f9 . x)
let x be Element of (product X); :: thesis: h9 . x = a * (f9 . x)
h1 = a * f1 by A1, A3, RLSUB_1:14;
hence h9 . x = a * (f9 . x) by LOPBAN_1:2; :: thesis: verum
end;
now :: thesis: ( ( for x being Element of (product X) holds h9 . x = a * (f9 . x) ) implies h = a * f )
assume for x being Element of (product X) holds h9 . x = a * (f9 . x) ; :: thesis: h = a * f
then h1 = a * f1 by LOPBAN_1:2;
hence h = a * f by A1, RLSUB_1:14; :: thesis: verum
end;
hence ( h = a * f iff for x being VECTOR of (product X) holds h . x = a * (f . x) ) by A2; :: thesis: verum