I'm looking at an old qualifying exam, and one question is to prove the following inequality in any normed vector space: $$ |\|x\|^2 - \|y\|^2| \le \|x-y\|\|x+y\| $$
My initial thought was that $$ |\|x\|^2 - \|y\|^2| = |(\|x\|+\|y\|)(\|x\|-\|y\|)|=\left|(\|x\|+\|y\|)\right||(\|x\|-\|y\|)|,$$ and it's easy to show $|\|x\|-\|y\||$ is less than both $\|x-y\|$ and $\|x+y\|$, but it isn't true that $\|x\|+\|y\|$ is less than either in general (by the triangle inequality it's 'usually' larger than the latter), so I'm unsure what to do. Any guidance is appreciated.