Let $L \ne 0$. If $\lim_{t \to x} f(t)=L$, prove that $\lim_{t \to x} \frac{1}{f(t)}=1/L$.
My attempt for the case where $L>0$:
$\large {|\frac{1}{f(t)}-\frac{1}{L}|=\frac{|f(t)-L|}{|L||f(t)|}}$ need an inequality to continue
(1) Using the given, get a bound on $|f(t)-L|$:
Let $\epsilon>0$, by the limit given above, there exists a $\delta>0$ such that:
$0<|t-x|<\delta$ implies $|f(t)-L| < \epsilon$ implies $|f(t)-L| < \frac{1}{2}|L^2|\epsilon$ for a given $\epsilon$, $\delta$ pair.
(2) Getting a bound on $|f(t)|$:
Take $\epsilon=\frac{1}{2}L>0$, then there exists a $\delta_1>0$ such that:
$0<|t-x|<\delta_1$ implies $|f(t)-L| < \frac{1}{2}L$ implies $|f(t)|>\frac{1}{2}L$
(3) Concluding:
For $\delta_{\min}=\min(\delta,\delta_1)>0$ and for $\epsilon>0$
$\large{|\frac{1}{f(t)}-\frac{1}{L}|=\frac{|f(t)-L|}{|L||f(t)|}\leq\frac{2}{|L^2|}}$$ |f(t)-L|<\epsilon$
Is this correct? Also, is this the proper way to approach the problem?
I asked a similar question before btw, but I made a lot of progress since then. Not sure if I had to post this on the old question or what.
Thank you!