2

I am trying to prove this statement but I have problems when dealing with the dual of $l^\infty$. I have found a characterization of the weak star convergence in terms of the boundedness of the norm of the sequence, but I don't know how to use it... Thanks in advance

Axel
  • 61

1 Answers1

1

In general, let $E$ be a Banach space and let $B_E$ (resp. $B_{E^*}$) be the unit ball of $E$ (resp. $E^*$) in te norm topology, there exists three very useful results:

1) (Theorem of Banach-Alaoglu) $B_{E^*}$ is compact in the weak* topology.

2) (Characterization of reflexivity) $E$ is reflexive if and only if $B_E$ is compact in the weak topology.

3) $E$ is reflexive if and only if $E^*$ is reflexive.

Now, let $E$ be a non-reflexive Banach space (take $l^1$ for example), then $E^*$ ($l^\infty$ in this example) is non-reflexive and $B_{E^*}$ is not compact in the weak topology, thus, there exists a sequence $(f_n)\subset B_{E^*}$ such that doesn't have weak convergent subsequences, however, by the theorem of Banach-Alaoglu, there exist a weak* convergent subsequence $(f_{n_k})\subset(f_n)$.

Ludwik
  • 374
  • 1
    I think it's a little more subtle, since failure of compactness means there's a net without a convergent subnet, but this doesn't necessarily mean there is a sequence without a convergent subsequence. – Jose27 Dec 28 '19 at 04:23
  • Oh, you're right! Since $l^\infty$ is non-separable, I can't guarantee any relation between sequential compactness and compactness in the weak topology. – Ludwik Dec 28 '19 at 05:31