Let $\{a_n\}$ be a sequence of real numbers. Define $\sigma_n = 1/n(a_1 + \dots + a_n)$. Suppose that $\lim a_n = a \in \mathbb{R}$. Show that $\lim \sigma_n = a$.
Here is my work so far...
Fix $\epsilon > 0$. We are given that for $N \in \mathbb{N}$ we have that $|a_n - a| < \epsilon/\alpha$ whenever $n \geq N$, and $\alpha$ will be choosen later. We must find $N \in \mathbb{\widehat{N}}$ so large such that $|\sigma_n - a| < \epsilon$ whenever $n \geq N$. Note that
$$|\sigma_n - a| = |1/n(a_1 + \dots + a_n) - a|...$$
Then I got stuck trying to work out the details. Should I try showing that the $\sigma_n$ is a Cauchy sequence, and somehow use the convergence of the $a_n's$? Thanks for your help.