For a Cauchy distribution with density $f(x) = \frac{1}{\pi(1 + x^2)}$ , it doesn't have well-defined moments. Therefore both the law of large numbers and the central limit theorem can't apply to the distribution. For example, Given iid sample points $X_1, \dots, X_n$ of the distribution, as $n\to \infty$, $\bar{X}$ will not converge to a constant in probability.
However a note says under the above Cauchy distribution, "asymptotic variance of $\sqrt{n} \bar{X}$ is $\infty$", which seems like a version of CLT?
The definition of the asymptotic variance of a statistic is defined in Casella's Statistical Infernce:
Definition 10.1.9 For an estimator $T_n$, suppose that $k_n(T_n - \tau(\theta)) \to n(0, \sigma^2)$ in distribution. The parameter $\sigma^2$ is called the asymptotic variance or variance of the limit distribution of $T_n$.
So I wonder if the above definition applies to the case here, for example, with $\tau(\theta) =0$ and $k_n = \sqrt{n}$? If yes, the limit distribution of $\sqrt{n} \bar{X}$ is $N(0, \infty)$, the asymptotic mean of $\sqrt{n} \bar{X}$ is $0$ and its asymptotic variance is $\infty$? If no, how shall we understand "the asymptotic variance of $\sqrt{n} \bar{X}$ is $\infty$"?
Btw, for each $n$, $\sqrt{n} \bar{X}$ doesn't admit mean and variance, right?
Thanks and regards!