Let $\lambda_n \in \mathbb R^+$ with $\lambda_n \to +\infty$. Let $X_n$ a sequence of random variables with distribution Poisson with parameter $\lambda_n$. Show that $$\frac{X_n-\lambda_n}{\sqrt{\lambda_n}}$$ tends to a Standard Normal distribution.
Attempt: $F_n(t) =\mathbb P(X_n \leq (t+\lambda_n{\sqrt{\lambda_n}})) = \sum_{k=0}^{\lfloor (t+\lambda_n{\sqrt{\lambda_n}}) \rfloor} e^{-\lambda_n}\frac{\lambda_n^k}{k!}$
and I would like to take $n \to \infty$.
Thanks!
Use the characteristic function instead. Start from the fact that $X_n$ has characteristic function $$\phi_n(t)=\exp(\lambda_n (e^{it}-1))$$ so the ratio has characteristic function
$$\psi_n(t)=\exp(\lambda_n (e^{it/\sqrt{\lambda_n}}-1))e^{-it\sqrt{\lambda_n}}$$ Taylor expansion gives:
$$\psi_n(t)=\exp\left[\lambda_n\left(\frac{it}{\sqrt{\lambda_n}}-\frac{t^2}{2\lambda_n}+O(\lambda_n^{-3/2})\right)-it\sqrt{\lambda_n}\right]\to\exp(-t^2/2)$$
which is precisely the characteristic function of a standard normal.