Let $\{X_i\}_{i=1}^n $ be a sequence of i.i.d random variables with common pdf: $$ f(x;a,\theta) =\theta a^\theta x^{-(\theta+1)} \boldsymbol 1_{(a,\infty)}(x) \, \,\text{; where } \theta, a > 0$$ I would like to find the asymptotic relative efficiency of the MLE of a with respect to the UMVUE of a. I believe I have already found the correct MLE for $a$ but I'm not sure how to find the efficiency in this case. From the likelihood it seems like the first order statistic is the MLE. $$\mathcal{L}(X,a,\theta) = \theta^n a^{n\theta} \prod_{i=1}^n\left( x_i^{-(\theta+1)} \boldsymbol \cdot 1_{(a,\infty)}(x_i)\right) \implies \min_{1 \leq i \leq n}(x_i) = \hat{a} $$
Typically I would use the score to find the Fisher Information and then take the ratio but I don't think that works here. Thanks for your help.