Let $\alpha$ and $\beta$ be symmetric tensors on $V$. Prove $\alpha\beta=\frac{1}{2}\left(\alpha\otimes\beta+\beta\otimes\alpha\right)$.

171 Views Asked by At

Let $V$ be a real finite-dimensional vector space, let $\alpha$ be a symmetric $k-$tensor on $V$, and let $\beta$ be a symmetric $l-$tensor on $V$. Define the symmetric product of $\alpha$ and $\beta$ to be the $\left(k+l\right)$-tensor $\alpha\beta$ defined by $\left(\alpha\beta\right)\left(v_{1},\ldots,v_{k+l}\right)=\frac{1}{\left(k+l\right)!}\sum_{\sigma\in S_{k+l}}\alpha\left(v_{\sigma(1)},\ldots,v_{\sigma(k)}\right)\beta\left(v_{\sigma(k+1)},\ldots,v_{\sigma(k+l)}\right)$ for all $v_{1},\ldots,v_{k+l}\in V$. Prove that $\alpha\beta=\frac{1}{2}\left(\alpha\otimes\beta+\beta\otimes\alpha\right)$, where $\otimes$ is the tensor product of multilinear maps.

I can't seem to find a way to show that they are equal. Any help would be appreciated.

1

There are 1 best solutions below

1
On BEST ANSWER

This is false. For example let $\alpha$ be the dot product for some basis:

$$\alpha(e_i,e_j)=\delta_{ij}$$

and let $\beta=\alpha$. These are certainly symmetric. Then $\frac 12 (\alpha\otimes\beta+\beta\otimes\alpha)=\alpha\otimes\alpha$.

But for $i\neq j$

$$(\alpha\otimes\alpha)(e_i,e_i,e_j,e_j)=\alpha(e_i,e_i)\alpha(e_j,e_j)=1$$

while

$$(\alpha\otimes\alpha)(e_i,e_j,e_i,e_j)=\alpha(e_i,e_j)\alpha(e_i,e_j)=0$$

so $\alpha\otimes\alpha$ is not symmetric.