Let $s_n$ be a sequence of nonnegative numbers, and for each $n$ define $\sigma_n=\frac1n (s_1+s_2+...+s_n)$, how do we prove $\lim\inf s_n\le\lim\inf\sigma_n$?
I was told two ways could be achieved:
$1.$ Suppose we have proved $\lim\sup \sigma_n\le\lim\sup s_n$, then we can do a little trick to prove the $\lim\inf$ version. My thought is that if we can somehow make $\lim\sup -\sigma_n\le\lim\sup -s_n$, then we can do $\lim\inf\sigma_n=-\lim\sup -\sigma_n\ge-\lim\sup -s_n=\lim\inf s_n$, but the problem is how do we make $\lim\sup -\sigma_n\le\lim\sup -s_n$.
$2.$ Directly prove it. My thought is that we can pick a $N$, $n>N\implies$ $\sigma_n=\frac1n (s_1+s_2+...+s_n)\ge \min\{s_1, ...,s_n\}\ge\inf s_n$. Since $\inf s_n$ is lower bound for $\sigma_n$, $\inf s_n\le\inf\sigma_n$, then taking the limit, we get $\lim\inf s_n\le\lim\inf\sigma_n$. But I felt taking limit part is not quite logical to me.
Could someone help?
Your idea is correct and you have to work a little bit harder.
We can write $\liminf _n s_n = \sup _{k}\inf_{n\geq k} s_n $.
We now fix $k$, and denote $ S_n= \sum _{i=1}^{n}s_n $
So, \begin{align} \sigma _n&= \frac{ S_{k-1} }{n} + \frac{ S_n- S_{k-1} }{n}\\ &\geq \frac{ S_{k-1} }{n} + \frac{ (n-k)\min_{n\geq i\geq k}s_i }{n}\\ &\geq \frac{ S_{k-1} }{n} + \frac{ (n-k)\inf_{ i\geq k}s_i }{n} \end{align} Taking $\liminf_n$ in both sides we obtain (notice that the limit of the RHS exists), $$\liminf _n \sigma_n \geq \inf_{i\geq k}s_i$$ Finally take $\sup$ with the respect of $k$ of the previous inequality we deduce $$\liminf _n \sigma_n \geq \sup _{k}\inf_{i\geq k}s_i =\liminf _is_i$$