1
$\begingroup$

If $(x_n)$ in a Banach Space $X$ is such that $(f(x_n))$ is bounded for all $f\in X^{'}$,show that $(||x_n||)$ is bounded.

Attempt:

Suppose that $||x_n||$ is unbounded. Then for each $n\in \Bbb N$ we have $||x_n||>n$.

Also for each $x_n\in X,\exists f\in X^{'}$ such that $||f||=1,f(x_n)=||x_n||$.(Hahn-Banach)

Hence $f(x_n)=||x_n||>n$ and hence $f(x_n)$ is unbounded which is false.

I am not getting why we need the hypothesis that $X$ is Banach here?Is it redundant? Please help.

  • 0
    Slight correction. You don't know that $\|x_n\|>n$, just that it diverges. Also use \| for double bars. It has better spacing than ||.2017-01-06

1 Answers 1

2

The problem in your proof comes from the fact that the hypothesis says that the sequence $f(x_n)$ is bounded. If you take a particular $m$ and $f$ such that $f(x_m)>m$, this does not implies that $lim_n|f(x_n)|=+\infty$. You can for example have $|f(x_n)|\leq m, n>m$ in this case the sequence is still bounded.

This is a consequence of Banach Steinhauss. $X'$ is a Banach space, you can define $x'_n:(X')'\rightarrow R$ such that $x'_n(f)=f(x_n)$. The family of linear functions $(x'_n)$ satisfies the hypothesis of Banach Steinhauss. This implies that $Sup_{\|f\|=1}\|x'_n(f)\|

  • 0
    To clear up the issue for OP: the choice of $f$ in this version of Hahn-Banach depends on $x$. Perhaps it is better to write it as $f_x$ to make this explicit. This is an extremely common error with this version of Hahn-Banach.2017-01-06