Can someone give me an hint with this exercise,please? Let $X_1,\dots,X_n$ be i.i.d. from a population with p.d.f. $(x|\theta)$ =$\theta x^ {θ−1}$
$0<x<1$ ,$\theta>0$
Show that $\bar X$ is a consistent estimator of $\frac{\theta}{\theta+1}$
I know that to be consistent the limit of $n \to \infty$ of the MSE must equal $0$.
How can I find the bias and the variance in order to calculate the MSE? Any help would be very appreciated.
Call your parameter $\gamma:=\frac{\theta}{\theta+1}$ and call your estimator $\hat\gamma:=\bar X$. You are trying to show MSE converges to zero, i.e.
$$E[\|\hat\gamma -\gamma \|^2]\rightarrow 0,$$
but this is equivalent to showing convergence in $L^2$. Note this convergence is stronger than consistency, so it is not generally true that the "limit ...of the MSE must be equal zero" for consistency to hold (it is sufficient, although not necessary for consistency).
Consistency, by definition, means convergence in probability, i.e.
$$\hat\gamma\overset{p}{\rightarrow }\gamma,$$
which in your case follows immediately by the weak law of large numbers once you show $E[\hat\gamma]=\gamma.$