Suppose that $S_n = \sum_{i=1}^n X_i$, where $X_i$ has $ P(X_i = 1) = P(X_i = -1 ) = 1/2$.
I am trying to use central limit theorem to calculate $$\lim_{n \to \infty} P\left(S_n < \frac{1}{3} \sqrt{n}\right)$$
My attempt is that: $E(S_n) = 0$ and $\operatorname{Var}(S_n) = n$, hence $$\lim_{n \to \infty} P\left(S_n < \frac{1}{3} \sqrt{n}\right) = \lim_{n \to \infty} P\left(\frac{S_n - n\mu}{\sigma\sqrt{n}}< \frac{\frac{1}{3} \sqrt{n} - n\mu}{\sigma \sqrt{n}}\right) = \lim_{n \to \infty} P\left(\frac{S_n}{n} < \frac{\sqrt{n}}{3n}\right) = 0.5$$
Do I use CLT correctly? Why is $\frac{S_n}{n}$ not a standard normal random variable?
I see what the problem is. In the formula of central limit theorem, $\mu$ and $\sigma$ are $X_i$'s mean and variance but not $S_n$'s mean and variance.