I am trying to prove that the sequence of functions $f_n = (1-\frac{x^2}{n})^n$ uniformly converges to $f = e^{-x^2}$, in any closed interval $[-A,A]$, for some $A>0$.
I want to use dini's theorem but for that I need to prove that for every $x \in [-A,A]$, the sequence is monotonic in $n$.
I thought about proving that for every $x \in [-A,A]$, and for every $n > A^2$, the sequence $f_n(x) = e^{n\log(1-\frac{x^2}{n})}$ is monotonically increasing, but I didn't succeed.
Note that $e^{n\log\left(1-\frac{x^2}{n}\right)}=\left(1-\frac{x^2}{n}\right)^n$. Then, letting $a_n=\left(1-\frac{x^2}{n}\right)^n$, we have for $n>x^2$
$$\begin{align} \frac{a_{n+1}}{a_n}&=\frac{\left(1-\frac{x^2}{n+1}\right)^{n+1}}{\left(1-\frac{x^2}{n}\right)^n}\\\\ &=\left(1-\frac{x^2}{n}\right)\left(1+\frac{x^2}{(n+1)(n-x^2)}\right)^{n+1}\tag 1\\\\ &\ge \left(1-\frac{x^2}{n}\right)\left(1+\frac{x^2}{n-x^2}\right)\tag2\\\\ &=1 \end{align}$$
where in going from $(1)$ to $(2)$ we used Bernoulli's Inequality.
Inasmuch as $\frac{a_{n+1}}{a_n}\ge1$, $a_n$ is increasing. And we are done!