Is this a valid proof for the reverse triangle inequality: Given $x,\,y\in\mathbb{R}^n$, $\|x-y\|\ge |\|x\| - \|y\||$.

1.2k Views Asked by At

$\def\a{{\bf a}} \def\b{{\bf b}}$ $\def\x{{\bf x}}$ $\def\y{{\bf y}}$

I've seen various methods of proving the reverse triangle inequality but I was wondering if this one is fine as well.

Prove the reverse triangle inequality: Given $\x,\,\y\in\mathbb{R}^n$, $\|\x-\y\|\ge |\|\x\| - \|\y\||$.

$\textbf{Solution}$ Let $\x,\y \in \mathbb{R}^n$. Now, $\x=\x-\y+\y$ and so $||\x|| = ||\x-\y+\y|| \le ||\x-\y|| + ||\y||$ by triangle inequality. Thus, $||\x|| - ||\y|| \le ||\x-\y||$ [*].

Now for $\y$. Again, $\y = \y-\x+\x$ so $||\y|| = ||\y-\x+\x||$ implies $||\y|| \le ||\y-\x|| + ||\x||$ by triangle inequality. So, $||\y|| - ||\x||\le ||\x-\y||$. Hence, $-||\x-\y|| \le ||\x|| - ||\y||$ [**].

By [*] and [**], $-||\x-\y|| \le ||\x|| - ||\y|| < ||\x-\y||$ implying $\bigl ||\x|| - ||\y|| \bigr\rvert \le ||\x-\y||$ for all $\x,\y \in \mathbb{R}^n$.

1

There are 1 best solutions below

0
On BEST ANSWER

As far as I know that is the only proof of the reverse triangle inequality. At least, I've never seen a different one.

Compare with what Wikipedia writes.