Let $X_1, \ldots, X_n$ be i.i.d. sampled from the distribution $$ f(x; \theta) = \theta x^{\theta - 1}, $$ where $x \in (0, 1)$ and $\theta > 0$.
Show that $$ T(x_{1}, \ldots, x_{n}) = - \frac{1}{n} \sum_{i = 1}^n \ln(x_i) $$ is a Unique Minimum Variance Unbiased Estimator (UMVUE) of $\dfrac{1}{\theta} $.
I know that $g(T) = E[h(x) \mid T(x)]$ is UMVUE if $h(x)$ is an unbiased estimator and $T(x)$ is a complete sufficient statistic.
I tried guessing that $\dfrac{1}{x}$ would be a UE of $\dfrac{1}{\theta}$ using $E\left( \dfrac{k}{x} \right) = \int_0^1 \left( \dfrac{k}{x} \right) \cdot \theta \cdot x^{\theta-1} \ dx$, which gives $\dfrac{k \theta}{\theta - 1}$, so $\dfrac{\theta-1}{x}$ is UE of $\theta$.
Here, we can apply invariance property to see that $\dfrac{x}{\theta - 1}$ is UE of $\dfrac{1}{\theta}$.
I also know that the MLE of $\dfrac{1}{\theta}$ is $-\dfrac{1}{n} \sum_{i = 1}^n \ln(x_i)$.
However, I'm having trouble with actually calculating $g(T)$.