From the dot product properties we can write:
$$ \langle v, u \rangle = v^{T} u = \sum_{j}^{} u_j v_j $$
I want to prove that:
$$ \langle v, u \rangle u = (u u^{T}) v $$
I tried rewriting the first expression as
$$ \langle v, u \rangle u = (v^{T} u)u = \cdots = (u u^{T}) v $$
But I don't know how to continue to reach the right hand side. Is this approach the right way?
The $i$-th component of $\langle v, u \rangle u$ is $$\sum_j v_ju_j u_i$$ While the $i$-th component of $(u u^t) v$ is $$\sum_{j} (uu^t)_{ij}v_j=\sum_j u_iu_jv_j$$