Prove or disprove:
If $u,v \in \Bbb R^n$ are linearly independent column vectors, then $\operatorname{rank}(uv^T-vu^T)=2$.
I can see that $\operatorname{rank}(uv^T-vu^T) \leq 2$ since $\operatorname{rank}(A+B) \leq \operatorname{rank}(A)+\operatorname{rank}(B)$, but I could not make it always $=2$ or sometimes $<2$.
How can I confirm the number of linearly independent columns in $uv^T-vu^T$ is exactly 2?
Thanks in advance.