For every linear functional $T$ on the space of convergent sequences in $\mathbb{R}$, how can I show it can be expressed $T(\{s_{n}\}) = \sum_{n \in \mathbb{N}} s_{n}T(e_{n})$ where $e_{n}$ are the canonical basis sequences?
Dual Space of Convergent Sequences
-
0possible duplicate of [Properties of dual spaces of sequence spaces](http://math.stackexchange.com/questions/83922/properties-of-dual-spaces-of-sequence-spaces) – 2011-12-03
1 Answers
You can see the claim in question in two steps, if you replace the space of "convergent sequences" with the space of "sequences convergent to zero."
Step 1: the claim is true for finitely supported sequences. This is easy from linearity of $T$ and since any finitely supported sequence is a sum (uniquely) of sequences of the form $e_n$.
Step 2: The finitely supported sequences are dense in the space you are considering. This follows because any sequence $\{c_n\}$ that converges to zero is the limit (with respect to the sup norm) of its finitely supported subsequences.
As GEdgar points out in the comments, the claim is false for the space of all convergent sequences. Since, in fact, this space splits as $c_0 \oplus \mathbb{C}$ (where $\mathbb{C}$ is identified with the space of constant sequences), it follows from this analysis that the linear functionals on the space of all convergent sequences are precisely the linear combinations of the ones you describe plus the one that sends a convergent sequence to its limit.
Note that without some condition of convergence, you can get a whole lot of functionals which cannot be explicitly described. For instance, $\ell^\infty$ has a very large dual, which includes things like Banach limits which have no simple description. (In fact, $\ell^\infty/c_0$ is an example of a Banach space on which there are lots of nonzero linear functionals, by the Hahn-Banach theorem, but which you can't really write down one without the axiom of choice!)
-
0@t.b.: Thanks for pointing to that answer out. – 2011-12-03