I want to prove that $$\lim_{x\to 0+} f(\frac{1}{x}) = \lim_{x\to ∞}f(x)$$
I know the definition of the left side that is:
- ∀ ε > 0 ∃ δ > 0: if 0 < x < δ then |$f(\frac{1}{x})$ -L| <ε
And I want to prove that is the same as:
- ∀ ε > 0 ∃ N > 0: if x > N then |f(x)-L| <ε
I am a beginner so I apologize if thi is too basic.
You can take $N$ as you stated, then take $0<\delta<\frac{1}{N}$, then $\frac{1}{\delta}>N$ so if $|x|<\delta$, you have $|\frac{1}{x}|>\frac{1}{\delta}>N$.
And you need to consider the situation that $f$ diverges.