I am asked to prove Cauchy-Schwarz inequality without using the cosine rule of the angle between u and v.
So this is my question:
Assume that $v\ne0$ and let $p$ be the projection of $u$ onto the subspace $V = \operatorname{span}\{v\}$. Prove that $$(u · v)^2 = \|u\|^2\|v\|^2 − \|u − p\|^2\|v\|^2.$$
Can anyone help me with this question? i look through the internet but none has specific topics on the projection onto a subspace using Cauchy-Schwarz inequality.
The point is that $p=\frac{(u\cdot v)}{\|v\|^2}v$. Then \begin{align} \|u-p\|^2 &=\|u\|^2+\|p\|^2-2\,u\cdot p =\|u\|^2+\frac{(u\cdot v)^2}{\|v\|^2}-2\frac{(u\cdot v)^2}{\|v\|^2}\\ \ \\ &=\|u\|^2-\frac{(u\cdot v)^2}{\|v\|^2}. \end{align} So $$ (u\cdot v)^2=\|u\|^2\,\|v\|^2-\|u-p\|^2\,\|v\|^2 $$