Let's say I need to find the limit: $$\lim_{n\to\infty}\left(1+\frac{1}{n}\right)^{n^2}$$ So I know that the limit is $\infty$, but I'm not sure how to show it in situations like this. $$\lim_{n\to\infty}\left(1+\frac{1}{n}\right)^{n^2}=\lim_{n\to\infty}\left(\left(1+\frac{1}{n}\right)^{n}\right)^n=e^{\infty}=\infty$$ I'm pretty sure this one is wrong, because I can't just have the power of infinity. How do I write it down properly?
Also, is $\lim_{n\to\infty}1^n=1$? I know I can't just write $\lim_{n\to\infty}1^n=1^{\infty}$, how should I do it properly?
Recall that for $a > 0$ and $m > 1$, we have $$(1+a)^m > 1+ma \tag{$\star$}$$ The proof for $(\star)$ follows immediately from Binomial theorem. Hence, in your case, we have $$\left(1+\dfrac1n\right)^{n^2} > 1 + \dfrac{n^2}n = 1 +n$$ Now conclude what you want.