I am struggling with the following problem.
Let $V$ be a $F$-free module on a finite set over a field $F$. Prove that in $V\otimes_F V$ two nonzero vectors $v$ and $w$ have the property $v\otimes w=w\otimes v$ if and only if there is $\lambda$ such that $v=\lambda w$.
I have the converse argument to be the following:
($\Leftarrow)$ Let $v$ and $w$ be two nonzero vectors. Suppose there exists $\lambda$ such that $v=\lambda w$. We want to show that $v\otimes w=w\otimes v$. Consider \begin{eqnarray*} v\otimes w &=& \lambda w \otimes w \text{ because $v=\lambda w$}\\ &=& w \otimes \lambda w \text{ by a relation of the tensor product}\\ &=& w\otimes v\text{ because $v=\lambda w$} \end{eqnarray*}
Thus $v\otimes w=w\otimes v$ as desired.
I feel good about my proof of the converse. The forward direction is giving me trouble however. Here is my attempt:
($\Rightarrow)$ Let $v$ and $w$ are two nonzero vectors. Suppose we have the property $v\otimes w=w\otimes v$. We want to show that there exists a $\lambda$ such that $v=\lambda w$. Notice $V$ has a finite basis, call it $B$. By definition of a free module, for every nonzero $v,w\in V$ there exist unique nonzero $r_i,s_i\in F$ and unique $b_i\in B$ where $i\in\{1,\ldots,n\}$ such that $$ v=\sum_{i=1}^n r_ib_i\hspace{3mm}\text{ and }\hspace{3mm} w=\sum_{i=1}^n s_ib_i $$ Because $B$ is finite, we have $V=Fb_1\oplus \cdots \oplus Fb_n\cong F^n$.
This is where I get struck. I thought about trying to apply the universal property of a tensor product, but I am not sure how to go about this exactly.
Questions:
(1) Is a good approach to prove $(\Rightarrow)$ or is there a better way?
(2) Is what I have done so far correct?
Thanks in advance.
Revision after help below:
Let $v$ and $w$ are two nonzero vectors. We will prove this problem using the contrapositive. Suppose $v\neq \lambda w$. This means $v$ and $w$ are linearly independent. We want to show $v\otimes w\neq w\otimes v$.
Notice $V$ has a finite basis, call it $B$. By definition of a free module, for every nonzero $v,w\in V$ there exist unique nonzero $r_i,s_i\in F$ and unique $b_i\in B$ where $i\in\{1,\ldots,n\}$ such that $$ v=\sum_{i=1}^n r_ib_i\hspace{3mm}\text{ and }\hspace{3mm} w=\sum_{i=1}^n s_ib_i $$ Because $B$ is finite, we have $V=Fb_1\oplus \cdots \oplus Fb_n\cong F^n$ (pg. 354). By corollary 19 (pg. 374), we have $V\otimes_F V$ to be a free $F$-module of rank $n^2$ with basis $b_i\otimes b_j$ such that $i\in\{1,\ldots,n\}$. Therefore \begin{eqnarray} F^n \otimes_F F^n\cong F^{n^2}=F^n\times F^n. \end{eqnarray} Claim $\{v,w\}$ is contained in some basis of $V$. Clearly $v,w$ are linearly independent by our assumption. Additionally $v,w\in\text{span}(B)$ by the definition of $V$ as a $F$-free module. Therefore we have $v$ and $w$ are in some basis of $V$. This means $v\otimes w$ and $w\otimes v$ are in some basis of $V\otimes_F V$. Then $v\otimes w=v\times w$ and $w\otimes v=w\times v$. Notice $v\times w= w\times v$ only if $v=w$, which is false because they are linearly independent. Thus $v\otimes w\neq w\otimes v$, proving the contrapositive.
Hence if $v\otimes w=w\otimes v$, then $v=\lambda w$ for some $\lambda\in F$.
For the forward direction, suppose $v$ and $w$ are linearly independent and find a basis of $V$ containing $\{v,w\}$. The corresponding basis of $V \otimes V$ contains $v \otimes w$ and $w \otimes v$. In particular, $v \otimes w \not = w \otimes v$.
Your proof of the converse direction is good.