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