Suppose we have a thrice continuously differentiable function such that the following hold:
- $f(0)=1$, $f^\prime(0)=0$, and $f^{\prime\prime}(0)=-1$.
- There exists $\alpha>0$ such that $\vert f(x)\vert\leq \exp(-\alpha x^2)$
Then,
$$ \lim_{n\rightarrow\infty}\int_{-\infty}^\infty\left(f\left(\frac{x}{\sqrt{n}}\right)\right)^ndx=\int_{-\infty}^\infty e^{-x^2/2}dx $$
It is easy to show using property 2. that the dominated convergence theorem will apply, and hence we need only show that, at least pointwise a.e,
$$ \lim_{n\rightarrow\infty}\left(f\left(\frac{x}{\sqrt{n}}\right)\right)^n=e^{-x^2/2} $$ The obvious thing to try is a Taylor series, using property $1.$:
$$ f(x)=f(0)+f^\prime(0)x+\frac{f^{\prime\prime}(0)}{2}x^2+\frac{f^{(3)}(\xi)}{6}x^3=1-\frac{x^2}{2}+\frac{f^{(3)}(\xi)}{6}x^3 $$Then, we have
$$ \left(f\left(\frac{x}{\sqrt{n}}\right)\right)^n=\left(1-\frac{x^2}{2n}+\frac{f^{(3)}(\xi)}{6n^{3/2}}x^3\right)^n $$ This is almost clearly converging to $\exp(-x^2/2)$, but how should I go about showing it rigorously? Should I use a different form of the Taylor remainder, or do I need to invoke property 2. again?