I'm trying to prove that the triangle inequality is equal when the two vectors $a, b$ are linearly dependent, but I'm failing to do that. I have as follows,
\begin{align*} |x + y | = |x| + |y| &\iff |x|^2 + 2(x\cdot y) + |y|^2 = |x|^2 + 2|x||y| + |y|^2\\ &\iff x\cdot y = |x||y|\\ \end{align*}
Not too sure where to go from here... Any help is appreciated!