Consider the Central Limit Theorem: Suppose that $X_1, X_2, \ldots, X_n$ are independent and identically distributed random variables with mean $\mu$ and variance $\sigma^2 < \infty$. Let $\bar{X} = (X_1 + X_2 + \cdots + X_n)/n$ be the sample mean. Then, as $n \rightarrow \infty$, the distribution of $\sqrt{n}(\bar{X} - \mu)/\sigma$ converges in distribution to a standard normal distribution, i.e.,
$$\lim_{n \rightarrow \infty} \mathbb{P} \left( \sqrt{n} \frac{\bar{X} - \mu}{\sigma} \leq x \right) = \Phi(x)$$
where $\Phi(x)$ is the cumulative distribution function of the standard normal distribution.
In introductory math classes, we are often told that the Central Limit Theorem is only applicable for when $X_1, X_2, \ldots, X_n$ are independent and identically distributed (iid) - yet the importance for this condition is not really explained. I am trying to understand why this iid condition is so important.
While trying to learn more the importance of this iid condition, I came upon variants of the Central Limit Theorem in which this condition is partly relaxed (e.g. https://en.wikipedia.org/wiki/Lindeberg%27s_condition , https://en.wikipedia.org/wiki/Central_limit_theorem#Lyapunov_CLT) - but I still could not find an explanation as to why the results of the Classic Central Limit Theorem might not be applicable for the non-iid case.
As an example - is it possible to construct an example in which $X_1, X_2, \ldots, X_n$ are created such that they are deliberately non-iid (e.g. auto-correlation), and then demonstrate that in this example, $\sqrt{n}(\bar{X} - \mu)/\sigma$ WILL NOT converge to a Standard Normal Distribution?
Thanks!
A trivial example for not-independent variables is when $X_1$ is Uniform on $[-1,1]$ and all $X_2, X_3. \cdots$ coincide with $X_1$ ($X_k=X_1)$
An example for independent but not identically distributed (from here). Let $Z_k$ be iid Uniform on $[-1,1]$ and let $X_k = a^k Z_k $ for some $0<a<1$. In this case, $X_k$ are independent, uniform on $[-a^k,a^k]$, so that $E[X_k]=0$ and $\sigma_k^2= \frac13 a^{-2k}$. Because $\sum X_k$ is limited to the range $(−1/(1−a),1/(1-a))$, the sum cannot converge to a Gaussian distribution.
Another example here