Let $(V,\|\cdot\|)$ be a normed vector space. Let $x,y,x',y' \in V$. Say I want to estimate $$\left| \|x\|-\|x'\|-(\|y\| - \|y'\|) \right|.$$
Does the following chain of inequalities hold?:
\begin{eqnarray*} \left| \|x\|-\|x'\|-(\|y\| - \|y'\|) \right| &\leq& \left| \|x-x'\|-(\|y\| - \|y'\|) \right|\\ &\leq& \left| \|x-x'\|-(\|y-y'\|) \right| \\ &\leq& \|(x-x')-(y-y')\|) \end{eqnarray*}
For some reason I'm having a bit of a brain fart and can't seem to justify or disprove the 1st to 2nd inequality.
Consider $\mathbb{R}^2$ with the usual orthonormal basis $e_1, e_2$.
Take \begin{align*} x &= e_1 \\ x' &= e_2 \\ y &= 100e_2 \\ y' &= - e_2. \end{align*}