I'm defining Tensor Product as Berberian like $V_1\otimes V_2=\mathcal{L}(V_1^*,V_2)$ like here and inductively as $V_1\otimes V_2\otimes V_3=(V_1\otimes V_2)\otimes V_3$. I have defined the map $$\otimes:V_1\times\cdots\times V_n\rightarrow V_1\otimes\cdots\otimes V_n\\(x_1,\cdots x_n)\mapsto x_1\otimes\cdots\otimes x_n$$ Also inductively.
I've proven it's multilinear. I want to prove that for every vector space $U$ and every multilinear mapping $\nu:V_1\times\cdots\times V_n\rightarrow U$, there exists a unique linear mapping $S_\nu:V_1\otimes\cdots\otimes V_n\rightarrow U$ such that $\nu(x_1,\cdots,x_n)=S_\nu(x_1\otimes\cdots\otimes x_n)$.
For $n=2$ we already have it. And if we suppose that $n>2$ and that for all $k<n $ there exists, then we have these two diagrams:

where $\mu:V_1\times\cdots\times V_{n-1}\rightarrow U$ is multilinear (Of 1 degree below $\nu$) and $\beta:(V_1\otimes\cdots\otimes V_{n-1})\times V_n\rightarrow U$ is bilinear.
I want, for every $\nu$, to "separate" it in a way I can use these two diagrams to show the existence and uniqueness of $S_\nu$. So my 2 questions are:
- Is that possible?
- If it's not possible, How could I do it?