1

For the sake of this question, a tensor product of two vector spaces $V$ and $W$ over a field $K$ is a couple $(T,h)$ where $T$ is a vector space over $K$ and $h:V\times W\to T$ is a bilinear map satisfying the universal property: For every vector space $Z$ over $K$ and bilinear map $f:V\times W\to Z$ there exist an unique linear map $\tilde f:T \to Z$ such that $f=\tilde f\circ h$.

In this context, $u\otimes v$ is a notation for $h(u,v)$.

I want to prove that, if $u\otimes v=a\otimes b$, then there exist $\lambda,\mu \in K$ such that $u=\lambda a$ and $v=\mu b$.

QUESTIONS:

  1. Is it true?
  2. How to prove it?

My first try to prove it is to use the universal property taking, as $f$, the projection $V\times W\to V$. But $f$ is not bilinear.

EDIT: The vector spaces are finite dimensional real (or complex if possible) vector spaces.

  • 1
    This cannot be proven using the universal property and nothing else since e.g. it is not true for more general modules over a commutative ring (in that setting the entire tensor product could be zero). You need to use the fact that you're working over a field. – Qiaochu Yuan Oct 15 '23 at 09:43