[Math] Why would length of vector projection be different from length of a vector

vector-spaces

In trying to understand the geometric interpretation of dot product, I read that it is the length of the projection of one vector onto another.

enter image description here

My question is: how is it that the projection of u be shorter than the magnitude of u?

Best Answer

Using Pythagora's theorem, one has: $$\|u\|^2=\|\textrm{proj}_vu\|^2+\|u-\textrm{proj}_vu\|^2.$$ Hence, one has: $$\|u\|^2\geqslant\|\textrm{proj}_vu\|^2.$$ Which proves the claim.

Related Question