I haven't been able to solve this by using the definition of limit. I think maybe trying induction will work, though. Can someone help?
Suppose $\lim \limits_{n \to ∞} a_n=L$. Prove that $\lim\limits_{n \to ∞} \dfrac{a_1+a_2+\cdots+a_n}{n}=L$
I haven't been able to solve this by using the definition of limit. I think maybe trying induction will work, though. Can someone help?
Suppose $\lim \limits_{n \to ∞} a_n=L$. Prove that $\lim\limits_{n \to ∞} \dfrac{a_1+a_2+\cdots+a_n}{n}=L$
If you want to use a cannon, use Stolz-Cesàro, with $c_n = a_1 + \dots + a_n$ and $b_n = n$ (where $c_n$ is supposed to be the numerator in the theorem I linked)
Let $\varepsilon_1, \varepsilon_2, \cdots$ be a decreasing sequence of positive real quantities such that $\varepsilon_n = |L - a_n|$ for any positive integer $n$, and $\varepsilon_n \to 0$. Then, $L - \varepsilon_n \leqslant a_n \leqslant L + \varepsilon_n$. Also, $$nL - \sum_{k = 1}^{n} \varepsilon_k \leqslant a_1 + a_2 + \cdots + a_n \leqslant nL + \sum_{k = 1}^{n} \varepsilon_k.$$ This means that $$\left |\frac {a_1 + a_2 + \cdots + a_n} {n} - L\right | \leqslant \sum_{k = 1}^{n} \frac {\varepsilon_k} {n} \leqslant \frac {M} {n}$$ for some sufficiently large positive real $M$, since $\varepsilon_k$ decreases. Let $n \to \infty$, then $M/n \to 0$ and our result follows.