Let be a random variable $X$ with normal distribution $X\sim N (\mu, \sigma^2)$ and observations $x_1, x_2, · · ·, x_N$ come from a simple random sample.
Prove that $\hat{\mu} = \sum_{n=1}^N \frac{x_n}{N-1}$ is a consistent estimator of the mean.
First, we know that $$ \sum_{n=1}^N \frac{x_n}{N} \xrightarrow{P} \mu. $$
In the other hand, $\lim_{n \to\infty}\frac{N}{N-1} = 1. $
Then by Slutsky theorem, we have:
$$ \sum_{n=1}^N \frac{x_n}{N-1} \xrightarrow{P} \mu $$
This is correct?