I’m attempting to solve a limit problem, and my current solution requires moving a limit inside the exponent. Symbolically, I’m attempting the following:
$$\lim_{x\rightarrow c}e^{\frac{f(x)}{g(x)}}=e^{\lim_{x\rightarrow c}\frac{f(x)}{g(x)}}$$
At this point the various functions are such that I can show that the limit of $\frac{f(x)}{g(x)}$ is $0$ by L’Hôspital’s Rule, and I can conclude that the limit of the overall expression is therefore $1$. But is this true? I know I can pull terms in and out of limits so long as those terms don’t rely on the variable with respect to which the limit is being evaluated, but can one move the limit inside the function and evaluate it this way? If yes, how do you prove that; if no, why?