[Math] Can the real vector space of all real sequences be normed so that it is complete

banach-spacescomplete-spacesfunctional-analysismetric-spacesnormed-spaces

Let $X$ be the vector space of all real sequences . Does there exist a norm on $X$ which makes it complete ?

Best Answer

The answer to the question exactly as you asked it is yes; your space is isomorphic as a vector space, with no topology, to various Banach spaces. (See various comments for details.)

Edit: The assertion that the answer is yes has met with vigorous disbelief. Also there's a technical point that I realized after some thought I simply didn't know how to do. I've added an Appendix at the bottom of this answer explaining things in detail, in particular showing that $\Bbb R^{\Bbb N}$ and $\ell^2(\Bbb N)$ do in fact have algebraic dimension $c$. Back to the short version:

But that norm simply has nothing to do with the structure of the space as a space of sequences. There's no complete norm on the space $X$ of all real sequences that has the sort of properties you must have in mind. In particular: For $n\in\Bbb N$ define $\Lambda_n:X\to\Bbb R$ by $$\Lambda_n x=x_n.$$There is no complete norm on $X$ such that every $\Lambda_n$ is bounded. (That is, there is no complete norm such that for every $n$, $x_n$ depends continuously on $x$.) In fact there's no such norm, complete or not.

Suppose on the other hand that $||\Lambda_n||=c_n$. Define $$S_N=\sum_{n=1}^N 2^{-n}c_n^{-1}\Lambda_n.$$Then $||S_N||<1$ for every $N$, which says that for every $x$ we have $$\left|\sum_{n=1}^N2^{-n}c_n^{-1}x_n\right|\le||x||$$for every $N$. This is impossible; for any sequence $c_n$ there exists a sequence $x$ such that $$\sup_N\left|\sum_{n=1}^N2^{-n}c_n^{-1}x_n\right|=\infty.$$

Appendix: Two things: why those bases show that the answer to the question is yes, and why those bases exist. Note that here "basis" means basis in the pure linear algebra sense, often called "Hamel basis": If $B$ is a basis for $X$ then every $x\in X$ is equal to a unique linear combination of finitely many elements of $B$. $\newcommand\S{\Bbb R^{\Bbb N}}$ $\newcommand\L{\ell^2(\Bbb N)}$

Assume for now that $\S$ and $\L$ both have bases of cardinality $c$. Then there is a bijection betweenn the two bases. This gives us an isomorphism $I:\S\to\L$, defined by mapping linear combinations of the elements of the basis for $\S$ to the corresponding linear combinations of the elements of the basis for $\L$. We can thus define a norm on $\S$ by $||x||_{\S}=||Ix||_{\L}$, and it is straightforward to verify that the new norm on $\S$ is complete (given a Cauchy sequence in $\S$, by definition the corresponding sequence in $\L$ is Cauchy, hence convergent, so that by definition the original sequence in $\S$ is convergent.)

Ok, I left out some details there. Every detail is trivial - this equals that be definition since this or that is an isomorphism.

How do we know there are bases of cardinality $c$? Both spaces have cardinality $c$ so a basis can be no larger than $c$; we need $c$ independent vectors. It seems clear that we somehow should get this from the fact that there are $c$ subsets of $\Bbb N$, but I didn't see how to get the independence. I asked the Banach-space guy at the office:

Main Lemma There exists a map $S:\Bbb R\to\mathcal P(\Bbb N)$ such that $S(r)$ is infinite for every $r$, and such that given finitely many distinct reals $r_1,\dots,r_n$ there exists $N$ so that the sets $S(r_1)\cap[N,\infty),\dots,S(r_n)\cap[N,\infty)$ are pairwise disjoint.

Proof Let $\Bbb Q=\{q_1,\dots\}$. For each $r\in\Bbb R$ choose a sequence $(q_{n_j})$ of distinct rationals with $q_{n_j}\to r$, and let $S(r)=\{n_j\}$. QED.

Now it's clear that $\{\chi_{S(r)}:r\in\Bbb R\}$ is a linearly independent subset of $\S$. And if $(e_1,\dots)$ is orthonormal in $\L$ then $\left\{\sum_{j\in S(r)}\frac{e_j}{j}:r\in R\right\}$ is a linearly independent subset of $\L$.

Related Question