Canonical Isomorphism of Tensors $Sym^2(V\oplus W)\cong Sym^2(V)\oplus (V\otimes W)\oplus Sym^2(W)$

abstract-algebralinear algebra

When doing an exercise about linear representations of finite groups I stumbled upon this Isomorphism in the comments of another post which I was not aware of.

In this context $V$ and $W$ are finite dimensional Vector complex vector spaces.
I was already able to show that the dimension of the two Vector spaces or rather Tensors are the same. As such it should be sufficient to construct an injective or surjective map between them.

However I tried to construct one such as:
$$
\phi: (v_1 \oplus w_1) \cdot (v_2\oplus w_2) \in Sym^2(V \oplus W) \mapsto (v_1 \cdot v_2 ) \oplus ((v_1+v_2) \otimes (w_1 + w_2)) \oplus (w_1 \cdot w_2) \in Sym^2(V)\oplus (V\otimes W)\oplus Sym^2(W)
$$

However it seems to me as if this map is not injective nor surjective since $\phi((v_1 \oplus w_1) \cdot (v_2\oplus w_2)) = \phi((v_1 \oplus w_2) \cdot (v_2\oplus w_1))$.

Any tips for constructing such a map or should I be trying a different approach?

Best Answer

Here is an abstract approach. There is no need to assume that $V$ is finite-dimensional or over $\mathbb{C}$: the discussion below applies to $V$ an arbitrary module over an arbitrary commutative ring $R$. The symmetric powers $S^n(V) = V^{\otimes n} / S_n$ organize into a single object called the symmetric algebra

$$S(V) = \bigoplus_{n \ge 0} S^n(V).$$

The symmetric algebra is the free commutative algebra on $V$; formally, it's the left adjoint of the forgetful functor from commutative $R$-algebras to $R$-modules. As a left adjoint, it preserves colimits, so in particular it sends coproducts to coproducts. The coproduct of commutative $R$-algebras is the tensor product, so this gives the "exponential law"

$$S(V \oplus W) \cong S(V) \otimes S(W)$$

and writing this isomorphism down in each degree we get a family of isomorphisms

$$S^n(V \oplus W) \cong \bigoplus_{i+j=n} S^i(V) \otimes S^i(W).$$

The desired isomorphism is the special case $n = 2$. A nice exercise here is to check that when $V, W$ are finite-dimensional vector spaces the dimensions of the two sides agree, which gives a nice identity; more ambitiously you can check that the characters of the two sides agree as representations of $GL(V) \times GL(W)$.

Related Question