How does substitution for limits exactly work?
I see often answers that use the substitution $t=\frac1x$, then changing $x\rightarrow\infty$ to $t\rightarrow0^+$.
I have seen this question, this appears to solve my question in the finite case. How does it work when going to infinty?
Books I'm using don't cover substitutions, but they seem very useful.
For real-valued function $f$ we say that:
On the other hand:
If we have the second version, then by letting $\delta = 1/B$ we have that $0 < t < \frac{1}{B} \implies \frac{1}{t} > B \implies |f(\frac{1}{t})-L^*| < \epsilon$.
If $x = \frac{1}{t}$, we can rewrite the last part as $x > B \implies |f(x) - L^*| < \epsilon$ and we have the first version. By the uniqueness of limits, $L = L^*$.
This proves you can perform this change of variable without any trouble, and the limit will be the same if it exists.