Let $\bf u$ be any column vector and $\bf v$ be any row vector, each with $n \geq 2$ arbitrary entries from a field. Then it is well known that
${\bf u} {\bf v}$ is an $n \times n$ matrix such that $\det({\bf uv})=0$.
I am curious to know the $\bf shortest$ and $\bf most~elementary$ proof of this result, say understandable by a (good) high school student. I have one in mind, but to make this interesting, perhaps I should let you present your version first?
UPDATE: Someone already presented (below) the same proof I had in mind. But let's see if there is a simpler proof; finding one is the main motivation here.
If $$u=(a,b)^T\text{ and }v=(c,d),$$
Taking the product $u.v$ we have
$$ \begin{pmatrix} a\cdot c & a\cdot d \\ b\cdot c & b\cdot d \end{pmatrix}.$$
But this shows the first and the second lines are proportional:
$$a\cdot \begin{pmatrix} c & d \end{pmatrix}$$ $$b\cdot \begin{pmatrix} c & d \end{pmatrix}$$
Thus $\det(u\cdot v)=0$.
In the general case, $v$ represents the rows of the product matrix and $u$ the scaling factors, so all the lines are proportional and $\det(u\cdot v)=0$.