Suppose you wish to calculate the following limit:
$$\lim_{x\to\infty}\frac{(1+x^2)^{-a}}{e^{-bx}}$$
for real numbers $a,b>0$. My instinct here is to rewrite as $$\lim_{x\to\infty}\left(\frac{1+x^2}{e^{\frac{bx}{a}}}\right)^{-a}$$ and then take the limit inside the parentheses: $$\left(\lim_{x\to\infty}\frac{1+x^2}{e^{\frac{bx}{a}}}\right)^{-a} \tag{$\ast$}$$ From here I would split the limit into two terms and use L’Hôpital’s rule on the second term to get the answer, $\infty$.
My question is whether the move I made in the starred equation is valid here, as I have only ever seen the power rule for limits stated for positive integer powers.