I'm trying to show that there exists a functional in $l^\infty$ whose value lies between the infimum and supremum of a sequence. That is, there exists a functional $\phi:l^\infty\longrightarrow \mathbb R$ such that $\forall x=(x_n)\in l^\infty$, $\liminf x_n\leq\phi(x)\leq \limsup x_n$. My argument is as follows:
Since $l^1\subset l^\infty$, we first define $\phi(x)=\lim_{N\rightarrow \infty}\frac{x_1+x_2+...+x_N}{N}$ for $x=(x_1,x_2,...x_n)\in l^1$. Since $x\in l^1$, the partial sums converge and hence this is basically the zero functional. Now, the Hahn-Banach theorem (in some version) asserts that any continuous linear functional dominated by a sublinear function $p$ (i.e. $p(x+y)\leq p(x)+p(y)$ defined on a subspace can be extended to the whole space. Since $\limsup$ and $-\liminf$ are sublinear, the functional on $l^1$ can be extended to $l^\infty$ without violating the inequalities. Is this solution correct? If not, what modifications are necessary?