I am trying to understand the proof of the Central Limit Theorem in my book.
However, I don't really understand what is going on. I know the proof is assuming that the moment generating functions of each $W_{i}$ exists. Then we will show that eventually the limit of these generating functions approach $e^{t^2/2}$.
Can someone please explain what is happening?
This is almost in the middle of the proof.
Given the following. $M(0) = 1, M^{(1)}(0) = 0, M^{(2)}(0) = 1 $
They apply Taylor's theorem, then to write $M(t)$ and get
$M(t) = 1 + M^{(1)}(0)t + \frac{t^2}{2} M^{2}(r) = 1 + \frac{t^2}{2} M^{2}(r) $.
However, I don't understand why the proof stops after the second derivative in the Taylor expansion from the above expression.
In addition, I the book does not explain what it's doing in the following algebraic expression
.
$\lim_{n\rightarrow \infty}$$[M(\frac{t}{\sqrt n})]^n$ = $\lim_{n\rightarrow \infty}$ [$1 + \frac{t^2}{2n} M^{2}(s)]^n$ = exp $\lim_{n\rightarrow \infty} n$ $\ln[$1$ + \frac{t^2}{2n} M^{2}(s)]^n$ = exp $\lim_{n\rightarrow \infty} \frac{t^{2}}{2}M^{2}(s)$$\frac{ln[ 1 + \frac{t^2}{2n} M^{2}(s)] - ln(1)}{\frac{t^2}{2n} M^{2}(s)}$.
and $|s| < \frac{|t|}{\sqrt n}$.
I think they are taking natural log on both sides, and applying the the quotient rule.
Can someone please help me understand the above. I would really appreciate it, since I will be able to understand the proof.
Thank you very much.
First of all, $$ M(t)=\sum_{n=0}^{+\infty}\frac{M^{(n)}(0)}{n!}t^n=1+\frac{t^2}{2}+\sum_{n=3}^{+\infty}\frac{M^{(n)}(0)}{n!}t^n=1+\frac{t^2}{2}+o(t^2) $$ so the generatic function does not stop after $t^2$, but the remaining terms are negligeable. Now, the generatic function of $\frac{1}{\sqrt{n}}\sum_{i=1}^n W_i$ is $$ M\left(\frac{t}{\sqrt{n}}\right)^n=\left(1+\frac{t^2}{2n}+o\left(\frac{t^2}{n}\right)\right)^n=\exp\left(n\log\left(1+\frac{t^2}{2n}+o\left(\frac{t^2}{n}\right)\right)\right)=e^{\frac{t^2}{2}+o(1)} $$ when $n\rightarrow +\infty$. Here we used the fact that $\log(1+x)\sim x$ when $x\rightarrow 0$, this is what the book writes as $$ \log(1+x)=x\frac{\log(1+x)-\log(1)}{x}\sim x $$ because $\lim\limits_{x\rightarrow 0}\frac{\log(1+x)-\log(1)}{x}=\log'(1)=1$ with $x=\frac{t^2}{2n}$. In the end, $$ \lim\limits_{n\rightarrow +\infty}M\left(\frac{t}{\sqrt{n}}\right)^n=e^{\frac{t^2}{2}} $$ which is the generating function of a standard normal distribution, you can then conclude with the use of Lévy's continuity theorem (https://en.wikipedia.org/wiki/L%C3%A9vy%27s_continuity_theorem).