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.