Suppose that $X_1,...,X_n,...$ are i.i.d. with $EX_i = \mu < \infty$ and $Var X_i = \sigma^2 < \infty$. Now, I know that by the Central Limit Theorem that
$$ \frac{\overline X - \mu}{\sigma/\sqrt n} \rightharpoonup N(0,1). $$
Now, suppose that instead of the actual $\sigma^2$, I use the sample standard deviation $S^2 = \sum^n_{i=1}\frac{(X_i-\overline X)^2}{n-1}$. Thus, is it true that $$ \frac{\overline X - \mu}{S/\sqrt n} \rightharpoonup N(0,1). $$
My intuition is that this is true, but surprisingly I was not able to find easily anywhere. Sorry if this is a silly question. [