If $x_n \to x$, how might we prove
$$\lim_{n \to \infty} \frac{\sum_{i=1}^{n} x_i}{n} = x$$
Of course, one has $\limsup x_n = \liminf x_n = x$, and thus, using the Stolz-Cesaro theorem:
$$\liminf x_n \le \liminf \frac{\sum_{i=1}^{n} x_i}{n} \le \limsup \frac{\sum_{i=1}^{n} x_i}{n} \le \limsup x_n$$ which shreds this easily. However, I'm wondering whether one could do this without the Stolz-Cesaro theorem.
Also, apparently the converse of this statement is not true. If we take $x_n = 0,\, n$ even, and $x_n =1,\, n$ odd, this suffices, correct? As the second expression tends to $1/2$, while the first has no limit?