Note: $\log = \ln$.
Suppose $X_1, \dots, X_n \sim \text{Pareto}(\alpha, \beta)$ with $n > \dfrac{2}{\beta}$ are independent. The Pareto$(\alpha, \beta)$ pdf is $$f(x) = \beta\alpha^{\beta}x^{-(\beta +1)}I(x > \alpha)\text{, } \alpha, \beta > 0\text{.}$$ Define $W_n = \dfrac{1}{n}\sum\log(X_i) - \log(X_{(1)})$, with $X_{(1)}$ being the first order statistic.
I wish to show $$\sqrt{n}(W_{n}^{-1}-\beta)\overset{d}{\to}\mathcal{N}(0, v^2)$$ as $n \to \infty$ (convergence in distribution) for some $v^2$.
Here's what I've already shown:
- $W_n \overset{p}{\to}\beta^{-1}$.
- $X_{(1)} \overset{p}{\to} \alpha$.
- The expected values and variances of $\log(X_i)$ for each $i$ and the same for $X_{(1)}$.
It is very obvious that I need to use the Delta method here, but this would require showing that $$\sqrt{n}(W_n - \beta) \overset{d}{\to}\mathcal{N}(0, \text{something})\text{.}$$ I suppose I could approach using the Central Limit Theorem, but it isn't clear to me how this could be done. I can see that by the CLT, we have $$\sqrt{n}\left[\dfrac{1}{n}\sum\log(X_i) - \underbrace{\left(\beta^{-1}+\log(\alpha) \right)}_{\mathbb{E}[\log(X_i)]} \right]\overset{d}{\to}\mathcal{N}\left(0, \underbrace{\beta^{-2}}_{\text{Var}(\log(X_i))}\right)$$ but I'm stuck as to how to proceed from here. By the continuous mapping theorem, I know that $$\log(X_{(1)}) \overset{p}{\to} \log(\alpha)$$ but I'm stuck from here.