Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

Can we take as a dense subset the collection of all the linear combinations of the vectors of the Schauder basis using the rationals as scalars (or the complex numbers with rational real and imaginary parts for that matter)?

What can we say about the converse?

share|improve this question

2 Answers

Yes, you have the right idea.

Let $\mathbb K$ be either $\mathbb R$ or $\mathbb C$ as appropriate. Suppose that the Banach space $X$ has a Schauder basis $\{x_n\}_{n=1}^\infty$, i.e., for every $x \in X$, there exists a unique sequence of scalars $\alpha_n \in \mathbb K$ such that $$ x = \sum_{n=1}^\infty \alpha_n x_n, $$ where this sum converges in the norm topology. We can renormalize so that $\Vert x_n \Vert =1$ for all $n$.

We fix such an $x \in X$ and show how to approximate it by elements from a countable set. Given $\varepsilon >0$, there exists $N \in \mathbb N$ such that $$ \Vert x - \sum_{n=1}^N \alpha_n x_n \Vert < \varepsilon / 2. $$

For each $\alpha_n \in \mathbb K$, we can find $\beta_n $ (in $\mathbb Q$ or $\mathbb Q + \mathbb Q i$ as appropriate) such that $| \alpha_n - \beta_n | < \varepsilon/ 2^{n+1}$.

Then, by the triangle inequality, $$ \Vert x - \sum_{n=1}^N \beta_n x_n \Vert < \Vert x - \sum_{n=1}^N \alpha_n x_n \Vert + \Vert \sum_{n=1}^N \alpha_n x_n - \sum_{n=1}^N \beta_n x_n \Vert < \varepsilon/2 + \sum_{n=1}^N \varepsilon/2^{n+1} < \varepsilon. $$ Thus every element in $X$ can be approximated by finite linear combinations of the elements of the Schauder basis, where the scalars come from $\mathbb Q$ or $\mathbb Q + \mathbb Q i$, as appropriate.

As for your second question: no, not every separable Banach space has a Schauder basis. This was a longstanding problem in the field, which was solved by Per Enflo in 1972 (for which he was awarded a live goose!).

This result can be found in:

Enflo, Per (July 1973). "A counterexample to the approximation problem in Banach spaces". Acta Mathematica 130 (1): 309–317. doi:10.1007/BF02392270

share|improve this answer
1  
It's quite impossible to resist the temptation to mention the goose :-) // Notice that OP does not assume the space to be Banach, but of course the same argument for separability works for incomplete spaces. – Martin Feb 8 at 9:36
@Martin Just to mention that later Enflo gave an example of a Banach space with AP but without a basis, answering in the negative the question whether the two notions are equivalent. – Theo Feb 8 at 17:31

For your first question:

Let $X$ be a norm space and $(e_i)$ be a Schauder basis of $X$ (suppose $||e_i||=1$). Consider the countable set $$Q= \{ \sum\limits_{i=0}^n q_ie_i : n \in \mathbb{N}, q_i \in \mathbb{Q} \}$$ Let $\displaystyle x= \sum\limits_{i \geq 0} x_ie_i \in X$ and $\epsilon >0$. There exists $n \geq 0$ such that $\displaystyle \left\|x- \sum\limits_{i=0}^n x_ie_i \right\| \leq \epsilon$, and for $0 \leq i \leq n$, there exists $q_i \in \mathbb{Q}$ such that $\displaystyle |q_i-x_i| \leq \frac{\epsilon}{n+1}$ because $\mathbb{Q}$ is dense in $\mathbb{R}$. Then $\displaystyle y= \sum\limits_{i=0}^n q_ix_i \in Q$ and $$||x-y|| \leq ||x- \sum\limits_{i=0}^n x_ie_i||+ \sum\limits_{i=0}^n |x_i-q_i| \cdot ||e_i|| \leq 2 \epsilon$$ If $X$ is a norm space over $\mathbb{C}$, you can consider $Q+iQ$ rather than $Q$.

For your second question, the converse is not true; see here. However, Mazur gave a partial result: Any infinite dimensional Banach space has a subspace containing a Schauder basis.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.