
theorem Th25:
  for X,Y be RealNormSpace holds
  R_VectorSpace_of_MultilinearOperators(<*X*>,Y)
    = R_VectorSpace_of_LinearOperators(product <*X*>,Y)
  proof
    let X,Y be RealNormSpace;
    MultilinearOperators(<*X*>,Y) = LinearOperators(product <*X*>,Y) by Th22;
    hence thesis;
  end;
