4
$\begingroup$

We know that the map $x\mapsto \overline x $ going from $X\to X^{**}$ given by $\overline x(f)=f(x)$ is a bounded linear operator such that $||\overline x||=||x||$ where $X^{**}$ is the double dual of a NLS $X$

But it is said that in general the mapping can't be onto because $X$ may not be a Banach Space but $X^{**}$ is always Banach.

I am not getting the logic why the mapping is not onto in general.Will you kindly explain why $X$ not Banach $\implies x\mapsto \bar x$ is not onto ?

Please help me.

2 Answers 2

0

$x \mapsto \bar x$ is an isometry. If it is also surjective, then the completeness of $X^{**}$ implies the completeness of $X$, but $X$ is not complete.

Proof:

Suppose $(x_j)_{j=0}^\infty$ is Cauchy in $X$, then $(\bar x_j)_{j=0}^\infty$ is Cauchy in $X^{**}$, for which there is a limit $\bar x$. Assume that $x \mapsto \bar x$ is bijective (injectivity follows from isometry). Then $x$, the inverse image of $\bar x$, would be a limit of $(x_j)_{j=0}^\infty$, since $\|x - x_j\| = \|\overline{x - x_j}\| = \|\bar x - \bar x_j\| \to 0$, but $X$ is incomplete, so the assumption is absurd.

  • 0
    Thank you very much ;I have one more question .Can I say it directly ? Since the mapping $x\mapsto \bar x$ is an isometry and surjective so $X$ and $X^{**}$ are isometric as Normed Linear Spaces and so isometric as metric spaces and hence $X^{**} $ complete $\implies X$ is complete which is false2017-01-06
  • 0
    @BenStokes Yes. This argument is ok.2017-01-06
  • 0
    Can I bypass this Cauchy argument ?2017-01-06
  • 0
    @BenStokes Then how do you define completeness?2017-01-06
  • 0
    No I did not say that ;In the exam can I prove it directly as I said or Should I use this Cauchy argument of yours too2017-01-06
  • 0
    @BenStokes Your argument is fine. It relies on the fact that if $X,Y$ are metric spaces, $X$ is complete, and there exists a bijective isometry, then $Y$ is complete.2017-01-06
0

Suppose that $x \mapsto \bar{x}$ is onto. Since $X$ is not complete, there exists a cauchy sequence $\{x_n\} \subset X$ that has no limit in $X$. Since $f$ is a bounded linear operator, it is continuous, so that $f(x_n) \to y$ for some $y \in X^{**}$, as $X^{**}$ is complete. Since we assumed surjectivity, there exists some $x \in X$ such that $f(x) = y$. But by the open mapping theorem, $f^{-1}$ is continuous, which implies that $f(x_n) \to y \Rightarrow f^{-1}(f(x_n)) \to f^{-1}(y) \Rightarrow x_n \to x$. But we stated earlier that $\{x_n\}$ has no limit in $X$, a contradiction.

  • 0
    Thank you verymuch but I have got my answer2017-01-06
  • 0
    One should clarify how one is using the oppen mapping theorem.2017-01-08