Let us consider space $R = \mathbb{R}^{\mathbb{N}}$ of infinite sequences of real numbers. I have to prove two claims:
- Let $a_i=(0,0,\ldots,1,0,0,\ldots)$; $1$ at i-th place. Then $B=\cup_{i=1}^{\infty}a_i$ is not a basis of $R$.
- It can proved with the Zorn lemma that there is basis in $R$. Prove that there is no countable basis in $R$.
My attempt:
Let us consider sequence $A=(1, 1, \ldots)$ (all $1$). Since linear combination is by definition finite then it is clear that we can not express $A$ as finite linear combination of sequences from $B$, because any linear combination of sequences from $B$ would have only finite number of nonzero elements.
Well, honestly I do not know to solve this. I think we should do something like this - assume that there is countable basis $B'$. Then we should construct a sequence that does not belong to $\operatorname{span}(B')$ explicitly or use some set-theoretic theorems about cardinalities that $\operatorname{span}(B')$ has smaller size compared to $R$. However while I am pretty sure about the approach we should take, I do not see how to execute it.
So my questions are:
- Is $1$ is correct/make sense?
- How to approach $2$?
Thanks a lot for your time!