Suppose $X_1,\ldots,X_n$ are IID RV with distribution $$f(x\mid\theta)=\theta x^{\theta-1}, \;\;0<x<1,\,\,0<\theta<\infty.$$
I've found the MLE $\hat{\theta}$ $$\hat{\theta}=\frac{-1}{\frac{1}{n}\sum_{i=1}^n \log X_i}.$$
I've also found $E[Y_i]=\frac{-1}{\theta}$ and $\operatorname{var}[Y_i]=\frac{1}{\theta^2}$ where $Y_i=\log X_i$.
This is were everything goes down hill fast. Now I'm supposed to use this information to show that $\hat{\theta}$ is consistent, derive the distribution of $\hat{\theta}$ and check whether or not it's biased.
I know that for consistency I need to show $P(|\hat{\theta}-\theta|>\epsilon)\rightarrow 0$ as $n\rightarrow \infty$ but I'm not sure how that helps me here.
As for the distribution of $\hat{\theta}$, it looks like there's a Gamma distribution in there somewhere I just can't squeeze it out.
I really appreciate any help.
In light of JPi's comments I apply Slutky's theorem and have: $$\hat{\theta}=g(\bar{Y})=-\bar{Y}^{-1}$$ Which by the LLN converges to $g(E[Y])$.