How can we show that the bounded sequences which are Cesaro summable, i.e., the sequences such that the limit $$\lim\limits_{n\to\infty} \frac{x_1+\dots+x_n}n$$ exists, form a closed subset of $\ell_\infty$?
As usually, $\ell_\infty$ denotes the space of all bounded sequences with the sup-norm $\|x\|=\sup\limits_{n\in\mathbb N} |x_n|$.
Closedness of this set was brought up in comments to an answer discussing a proof of existence of Banach limit based on Hahn–Banach theorem.
I can think of this quick argument (I hope I did not miss something there):
It's relatively easy to show that the function \begin{align*} T &\colon \ell_\infty \to \ell_\infty\\ T &\colon (x_n) \mapsto \left(\frac{x_1+\dots+x_n}n\right) \end{align*} is continuous simply by noticing that $\|Tx\|\le\|x\|$. And since the set $c$ of all convergent sequences is closed in $\ell_\infty$, so is $T^{-1}(c)$; which is exactly the set of all sequences that have Cesaro mean.
Are there some other proofs how to show the closedness of this set?
Another way is to show that the complement is open: for this, let $x=(x_n)$ not be Cesaro summable. Then the sequence $$y_n=\frac{x_1+\dots+x_n}{n}$$ is not Cauchy, meaning that there exists some $\varepsilon>0$ such that, for any $N\in\mathbb N$, there exist $n>m\geq N$ such that $|y_n-y_m|\geq\varepsilon$.
Let now $\delta=\varepsilon/3$. Then $B_{\delta}(x)$ is a subset of the sequences that are not Cesaro summable: to show this, let $z=(z_n)\in\ell_{\infty}$ with $\|z\|<\delta$. Then, for any $N\in\mathbb N$, if $n>m$ are the ones that appear above, $$\left|\frac{(x_1+z_1)+\dots+(x_n+z_n)}{n}-\frac{(x_1+z_1)+\dots+(x_m+z_m)}{m}\right|\geq\\\left|\frac{x_1+\dots+x_n}{n}-\frac{x_1+\dots+x_m}{m}\right|-\left|\frac{z_1+\dots+z_n}{n}\right|-\left|\frac{z_1+\dots+z_m}{m}\right|\geq\\|y_n-y_m|-2\delta\geq\varepsilon-2\delta=\frac{\varepsilon}{3},$$ which shows that $x+z$ is not Cesaro summable.