In a proof.
Prove that given:
$$\lim_{x \to a} f(x) = L$$ then
$$\lim_{x\to a} |f(x)| = |L|$$
We know that
$$|f(x) - L| < \epsilon \space \text{for} \space |x - a| < \delta_1$$
What is the objective then?
Do we prove there exists a $\delta_2$ such that $\displaystyle \lim_{x\to a} |f(x)| = |L|$
Or do we go from the fact thatit is true that: $|f(x) - L| < \epsilon \space \text{for} \space |x - a| < \delta_1$ and then somehow using $\delta_1$ derive that:
$| |f(x)| - |L| | < \epsilon$
Or do we find a $\delta$?
Thanks!
Since you are given $$\lim_{x \to a} f(x) = L$$ then you already know anytime $|x-a|<\delta_1$ that $|f(x)-L|<\varepsilon$. By the reverse triangle inequality you also have $$\left||f(x)|-|L|\right|\leq |f(x)-L|$$ which means anytime $$|x-a|<\delta_1 \quad \text{then} \quad \left||f(x)|-|L|\right|<\varepsilon \\ \implies \lim_{x \to a}|f(x)|=|L|$$ so you don't need to find a $\delta_2$, as $\delta_1$ suffices.