I want to know how I can prove that $\lim _{x\to 0}\left(\frac{1}{f\left(x\right)}\right)=\frac{1}{L}$ using the $ε-δ $ argument?
Question: Suppose $f :\mathbb R \to\mathbb R$ is a function such that:
$\lim _{x\to 0}\left(f\left(x\right)\right)=L$
Prove that:
$\lim _{x\to 0}\left(\frac{1}{f\left(x\right)}\right)=\frac{1}{L}$ using the $ε-δ $ argument
My attempt:
I know that for every $ε>0$, there exist a $δ>0$ such that $|x-a| < δ$ implies that $|f(x) - L| < ε$
Am I allowed to do :
$|x-0| < δ$ implies $ |\frac{1}{f(x)} -$ $\frac{1}{L}| < ε$, so I need to prove this statement using the fact that $|f(x) - L| < ε$
Pick $ε = 1$, then $-1 + L < f(x) < 1 + L$ so then:
$$\frac{1}{L\:-1}>\:\frac{1}{f\left(x\right)}>\:\frac{1}{L+\:1}$$
Looking back:
$$ \left|\frac{1}{f(x)} -\frac{1}{L}\right| = \left|\frac{L - f(x) }{f(x)\times L} \right| < \frac{1}{L\:-1} \times \frac{1}{L} \times ε $$
And then I just don't know what to do, am I even on the right path?
You've already noted that $$\left|\frac{1}{f(x)} - \frac{1}{L}\right| = \frac{|L-f(x)|}{|f(x)||L|}.$$
The intuition is that when $f(x)$ is close to $L$, the numerator is close to zero, and the denominator is close to $L^2$, so the whole thing is also close to zero.
Let's try to formalize this. Fix some $\epsilon > 0$.
Denominator
We can be a little crude with the denominator. The definition of $\lim_{x \to 0} f(x) = L$ implies that there exists $\delta_1$ such that $|f(x)-L| < L/2$ as long as $|x| < \delta$. Note that this implies $|f(x)| \ge L/2$ ("reverse triangle inequality") for $|x| < \delta_1$.
So, so far, we have $$\frac{|L-f(x)|}{|f(x)||L|} \le \frac{|L-f(x)|}{L^2/2}, \qquad \text{if $|x| < \delta_1$}.$$
Numerator
The numerator is easy to handle. The definition of $\lim_{x \to 0} f(x) = L$ implies that there exists $\delta_2$ such that $|f(x)-L| < 2\epsilon / L^2$ for all $|x| < \delta_2$.
So, combining with our previous work, we can consider $|x| < \min\{\delta_1, \delta_2\}$ (so that our previous work for $\delta_1$ still holds) and obtain $$\frac{|L-f(x)|}{|f(x)||L|} \le \frac{|L-f(x)|}{L^2/2} \le \frac{2 \epsilon L^2}{L^2/2} = \epsilon, \qquad \text{if $|x| < \min\{\delta_1, \delta_2\}$}$$