I have found the mean squared error of two estimators: $S^2$ and $S^{'2} = \frac{\sum(Y_i - \bar{Y})^2}{n}$, but I am unsure of a mathematical way to show which one is larger without just substituting arbitrary values of $n$.
The mean squared error for $S^2$ is $$\frac{2 \sigma^4}{n-1},$$ and the mean squared error for $S^{'2}$ is $$\sigma^4 \bigg( \frac{2}{n} - \frac{1}{n^2} \bigg).$$ How can I show that the mean squared error for $S^2$ is larger than that of $S^{'2}$ without simply substituting arbitrary values of $n$?
Assuming $n>1$, we have $$ -3n+1<0 \\ \implies 2n^2-3n+1 < 2n^2 \\ \implies (2n-1)(n-1) < 2n^2 \\ \implies \frac{2n-1}{n^2} < \frac{2}{n-1} \\ \implies \frac{2}{n} - \frac{1}{n^2} < \frac{2}{n-1}$$