Problem: Given $a_n \to c \in \overline{\mathbb{R}}$, prove that $\displaystyle \lim_{n \to \infty} \frac{a_1 + a_2 + \cdots + a_n}{n} = c$.
I have read many of the related posts on this topic:
- Convergence of the arithmetic mean
- Mean of a Convergent Sequence
- Two Limits Equal - Proof that limn→∞an=Llimn→∞an=L implies limn→∞∑n1akn=Llimn→∞∑1nakn=L
- Prove convergence of the sequence (z1+z2+⋯+zn)/n(z1+z2+⋯+zn)/n of Cesaro means
These all attempt to split the summation in the numerator like so: $\sum_{i=1}^N + \sum_{i=N}^n$ and then bring in the c, so that eacn term is $\frac{(a_1 - c) + (a_2 - c)}{n}$.
However, all of these previous proofs assume that the sequence is convergent, which means that $\frac{(a_1 - c) + (a_2 - c)}{n} = 0$. In my case, the sequence converges to a number in the extended reals and can thus diverge to $-\infty$ or $\infty$, meaning $c$ could be $-\infty$ or $\infty$, and we can't assume $\lim_{n \to \infty}\frac{(a_1 - c) + (a_2 - c)}{n} = 0$.
Are the methods in the above links still applicable? If not, how should I approach this proof?