Let $(a_n)$ be a sequence. Prove that $\lim_{n \to\infty} a_n=0 \Leftrightarrow \lim_{n\to\infty}|a_n|=0$
First let's prove: $$\lim_{n \to\infty} a_n=0 \Rightarrow \lim_{n\to\infty}|a_n|=0$$.
Let $\varepsilon>0$. Then $\exists n_0\in \Bbb N$ such that $|a_n-0|<\varepsilon, \forall n\geq n_0$. So $|a_n|<\varepsilon, \forall n\geq n_0$. From this I should somehow conclude that $\lim_{n\to\infty} |a_n|=0$. Can you help me out with this? How do we come to that conclusion?