I have a question about one example in Linear Algebra.
Let $\mathbb R^∞$ be the vector space of infinite sequences $(\alpha_1, \alpha_2, \alpha_3, \ldots )$ of real numbers.
Scalar multiplication are defined in the natural way: the sum of $(\alpha_1 , \alpha_2 , \alpha_3 , \ldots )$ and $(\beta_1,\beta_2,\beta_3,\ldots)$ is $(\alpha_1 +\beta_1, \alpha_2 + \beta_2, \alpha_3 + \beta_3,\ldots)$ the product of $(\alpha_1,\alpha_2,\alpha_3,\ldots)$ by a scalar $\lambda$ is the sequence $(\lambda \alpha_1, \lambda\alpha_2, \lambda\alpha_3, \ldots )$.
There exists infinite linear independent set of vectors $(e_1, e_2, e_3, \ldots)$ \begin{align} e_1 &= (1, 0, 0, \ldots)\\ e_2 &= (0, 1, 0, \ldots)\\ & \,\,\,\vdots \end{align}
The problem is that this set (lets call it $X$) is not a basis of this vector space. Because for example $v = (1, 1, 1, \ldots)$ cannot be written as a linear combination of set $X$ (Linear combination must be a finite sum).
My task is to add "some vectors" to the set $X$ to create a basis of that vector space. If I add $v$ its not basis ($\langle X, v\rangle \ne\mathbb R^∞$)
Is there any proof that the process of adding vectors to set $X$ is not finite? Or is it possible to create a basis with adding vectors to $X$?
Thanks for answers