For any $\epsilon>0$ and $a,b\in\mathbb{R}$ show that $$|a-b|<\epsilon\Rightarrow |a|<|b|+\epsilon$$
In some notes I found the following property $$|a|-|b|\leq ||a|-|b||\leq|a-b|$$ So $$|a-b|<\epsilon\Rightarrow |a|-|b|<\epsilon\Rightarrow |a|<|b|+\epsilon$$
I have two doubts
1) Is it right?
2)In triangular inequality I have that $$|a+b|\leq |a|+|b|$$ $$|a+(-b)|\leq |a|+|-b|\leq|a|+|b|$$
Is wrong do that?
Well, we can do it directly as follows: $$\begin{align} |a|&=|(a-b)+b|\quad\text{then use Triangle Inequality applied to $(a-b)$ and $b$ to get}\\ &\leq |a-b|+|b|\quad\text{use the hypothesis that $|a-b|<\epsilon$}\\ &<\epsilon+|b|. \end{align}$$