This is the question that I am having a bit of trouble with and would like some help and/or advice.
Prove or disprove. Suppose we have a sequence $\{a_n\}_{n = 1}^{\infty}$. If $\lim_{n \to \infty} |a_n| = |L|$, then $\lim_{n \to \infty} a_n = L$.
My thought of approaching this question was to prove the converse of this statement, so what I really want to prove is if $\lim_{n \to \infty} a_n = L$, then $\lim_{n \to \infty} |a_n| = |L|$.
For the limit $\lim_{n \to \infty} a_n = L$, by the definition of the limit: $\forall\varepsilon > 0 \exists N\in\mathbb{N}$ such that if \begin{equation*} n > N \hspace{0.5cm} \rightarrow \hspace{0.5cm} |a_n - L| < \varepsilon \end{equation*}
But we also know that for the limit $\lim_{n \to \infty} |a_n| = |L|$, we have: $\forall\varepsilon > 0 \exists N\in\mathbb{N}$ such that if \begin{equation*} n > N \hspace{0.5cm} \rightarrow \hspace{0.5cm} ||a_n| - |L|| < \varepsilon \end{equation*}
I was wondering how to proceed from here. This is the part where I am having a bit of trouble with. Some advice would be great!
You can show a counterexample. Take $a_n=-1$ and $L=1$. We have $lim_{n \to \infty} |a_n| = |L|$, but $lim_{n \to \infty} a_n \neq L$.