Prove $||v+w|| \le ||v|| + ||w||$
My proof so far is: $$ ||v+w|| = \sqrt{\langle v+w,v+w\rangle}$$ $$= \sqrt{\langle v,v\rangle +2\langle v,w\rangle +\langle w,w\rangle }$$ So, $||v+w||^2$ $$=||v||^2 +2\langle v,w\rangle + ||w||^2$$
When I squared and expanded the right side, I got $$(||v||+||w||)^2=||v||^2 +2||v||\ ||w||+||w||^2$$ Which means I need to prove that $\langle v,w \rangle \le ||v||\ ||w||$.
I'm not sure how to prove this. Is there a different answer to the question that sidesteps this? How can I go about proving that statement?