2

Let $(E,\|\cdot\|)$ be a separable Banach space. Let $E'$ be the topological dual of $E$ equipped with the weak* topology $w^*$.

I read that a certain linear operator $J:(E,\|\cdot\|)\to (E',w^*)$ is continuous because $J(u_n)\xrightarrow{w^*}J(u)$ provided that $u_n\xrightarrow{\|\cdot\|}u$. So, the proof consists in proving that the operator is sequentially continuous.

I'd like to justify that, in this case, sequential continuity is indeed equivalent to continuity. I do not have a good background in topology, but I found (here) the following results which can be applied to the said case.

  • Every normed space is "bornological". (p. 445)

  • If $X$ is "bornological" and $Y$ is locally convex, then any sequentially continuous linear operator $A:X\to Y$ is continuous. (p. 452)

As I'm not familiar with the concept of "bornologicity", I'd like to know if there is a more elementary argument for the following question.

In the said case, why sequential continuity implies continuity?


Edit (in response to the comments)

enter image description here

enter image description here

Pedro
  • 18,817
  • 7
  • 65
  • 127
  • 1
    It's all much easier. As a normed space, $E$ is first countable. On first countable spaces, sequential continuity and continuity are equivalent. – Daniel Fischer Jan 15 '17 at 12:56
  • @DanielFischer Isn't the codomain important? The result that I found says that "if $X$ and $Y$ are first countable then any sequentially continuous map from $X$ to $Y$ is continuous". As $E'$ is not first countable (in the infinite dimensional case), I thought that this result couldn't be applied. Can we in general drop the first countability of $Y$? – Pedro Jan 15 '17 at 13:58
  • 1
    The topology on the codomain is irrelevant. Let $X$ be first countable, and $Y$ a topological space. Suppose $f\colon X \to Y$ is not continuous at $x_0\in X$. Then there is a neighbourhood $W$ of $f(x_0)$ such that $f^{-1}(W)$ is not a neighbourhood of $x_0$. Choose a neighbourhood basis $U_1 \supset U_2 \supset \dotsc$ of $x_0$, and $x_k \in U_k \setminus f^{-1}(W)$. Then $x_k \to x_0$ (since the $U_k$ are a neighbourhood basis) and $f(x_k) \not\to f(x_0)$ (since $f(x_k) \notin W$), so $f$ is not sequentially continuous at $x_0$. – Daniel Fischer Jan 15 '17 at 14:06
  • @DanielFischer Thanks (is the Willard's book that assumes $Y$ first countable, Corollary 10.5). – Pedro Jan 15 '17 at 14:50
  • That's odd. I wouldn't expect that a book on topology includes unnecessary hypotheses in such a theorem. What exactly is the statement of the theorem in Willard's book? – Daniel Fischer Jan 15 '17 at 14:57
  • @DanielFischer See my edit. – Pedro Jan 15 '17 at 15:08
  • I have to repeat myself. That's odd. I see no reason why he assumed $Y$ first countable too. – Daniel Fischer Jan 15 '17 at 16:22

1 Answers1

4

Edit: Daniel Fischers comment makes it easier, I was not aware of this fact.

Since the weak$^\ast$-topology on $E'$ is induced by evaluation mappings $ev_x$ for each $x\in E$, $J$ is continuous if and only if $ev_x\circ J$ is continuous for each $x\in E$ but $ev_x\circ J:E\to \mathbb F$ is a mapping between normed spaces, so it suffices to check sequential continuity for $ev_x\circ J$.

Now if $u_n\to u$ in $E$, then $J(u_n) \xrightarrow{w^*}J(u)$, which is by definition that $J(u_n)[x]\to J(u)[x]$ or $ev_x\circ J(u_n)\to ev_x\circ J(u)$ for each $x\in E$. This is exactly the sequential continuity of $ev_x\circ J$ and hence its continuity.

Lukas Betz
  • 4,506