I am presented with the following problem;
"Suppose that a sequence $b_{n}$ converges to $B\ne0$. Show using only the definition of convergence: There exists a natural number $n_{0}$ such that for all $n\geq n_{0}$ $$|b_{n}|\geq \frac{1}{2}|B|.$$ Hint: Use that $|x-y|\geq |x|-|y|$."
So far I have used the definition to show that $$|b_{n}-B|<\epsilon\\|b_{n}|-|B|<\epsilon$$ From this point onwards I'm unsure as to how I should manipulate this inequality to get be the result above.
Take $\varepsilon=\frac12|B|$. This makes sense, since $\frac12|B|>0$. So, there is some $N\in\Bbb N$ such that$$n\geqslant N\implies|b_n-B|\leqslant\frac12|B|.$$But, if $|b_n-B|\leqslant\frac12|B|$, then\begin{align}|b_n|&=|b_n-B+B|\\&\geqslant\bigl||b_n-B|-|B|\bigr|\\&=|B|-|b_n-B|\text{ (since $|b_n-B|<|B|$)}\\&\geqslant|B|-\frac12|B|\\&=\frac12|B|.\end{align}