Let $(s_n)$ be a sequence of nonnegative numbers, and for each $n$ define $\sigma_n=\frac{1}{n}(s_1+s_2+\cdots +s_n)$.
Show that $\liminf s_n \le \liminf \sigma_n$.
Actually, I showed $\limsup \sigma_n \le \limsup s_n$ in the following way.
For any $n \gt M \gt N$, we can get the following inequality,
$\sup \{\sigma_n: n\gt M\}\le \frac{1}{M}(s_1+s_2+\cdots +s_N)+\sup\{s_n:n\gt N\}.$
So first taking the limit as $M\to \infty$ then as $N \to \infty$, we get the inequality.
However, this method does not work out for the $\liminf$ case, since the above inequality was derived using the fact that $1/n \lt 1/M$. How can I show the inequality for the $\liminf$ case? I would greatly appreciate any suggestions or solutions.