Let $\{x_n \}$ be a sequence of real numbers and let $y_n = \frac{(x_1 + x_2 + ... + x_n)}{n}$.
(a) Prove that $\liminf x_n \le \liminf y_n \le \limsup y_n \le \limsup x_n$
(b) Give an example of a sequence $\{x_n\}$ for which all inequalities of part (a) are strict.
I honestly have no idea where to start on this. I can observe some of the easier things such as $\lim \inf x_n \le \lim \sup x_n$ Any hints would be appreciated.
First note $\limsup y_m \leq \sup_{ m\geq n} x_m $
This must be true right? Because either the right hand side is $\infty$, in which case, it is trivial, or it is not. Suppose not, let $\sum\limits_{i=1}^n x_i = M$, and $\sup_{ m\geq n} x_m= x$
$y_m = \dfrac{M + x_{n+1}+... + x_m}{m} \leq \dfrac{M+(m-n)x}{m}$ for $m\geq n$
So we have $\limsup y_m \leq \lim\limits_{m\rightarrow\infty} \dfrac{M+(m-n)x}{m} = x = \sup_{ m\geq n} x_m$
We now take the limit in $n$ obtain the right handside. If you use the fact $\limsup -y_m = - \liminf y_m$, you get the other inequality. The middle one is trivial. For examples, see the hint above.