1

Reference

Foundation for: Hilbert Spaces: Tensor Product

Problem

Given a vector spaces $V$ and $W$.

Take its algebraic tensor product: $\tau:V\times W\to V\otimes W$

How to prove that the image is proper in general: $$\mathrm{im}\tau=V\otimes W\iff\dim V\leq1\lor\dim W\leq1$$

(Presuming only the universal property!)

My attempt was to consider linearly independent vectors: $v\neq\kappa v',\,w\neq\lambda w'$

For contradiction assuming it holds: $v\otimes w+v'\otimes w'=v_0\otimes w_0$

But from here I don't know how to proceed.

C-star-W-star
  • 16,275

1 Answers1

3

For simplicity assume that $V$ and $W$ both have dimension $2$ and have bases $\{e_1, e_2\}$ and $\{f_1, f_2\}$ respectively.

I assume that $\tau$ is defined by $$ \tau (a_1e_1 + a_2e_2, b_1f_1 + b_2f_2) = a_1b_1(e_1\otimes f_1) + a_2b_1(e_2\otimes f_1) + a_1b_2(e_1\otimes f_2) + a_2b_2(e_2\otimes f_2). $$

Now say that $\tau$ surjective, then there you would have a "solution" to $$ \tau (a_1e_1 + a_2e_2, b_1f_1 + b_2f_2) = e_1\otimes f_1 + e_2\otimes f_2. $$ From above this would give you equations $$\begin{align} a_1b_1 &= 1 \\ a_2b_1 &= 0 \\ a_1b_2 &= 0 \\ a_2b_2 &= 1. \end{align} $$ But this system doesn't have any solutions. So you have a contradiction.

(You can make this more general.)

Thomas
  • 43,555