I came across this fact in my notes that in given without proof, and I am having trouble proving it.
$c_0 = \overline{span\{e_n:n\ge1\}}$? where $e_n$ is the sequence with a $1$ in the n-th component and $0$ elsewhere and $c_0$ is the set of infinitesimal sequences with the sup norm
My try:
I need to prove that $\forall \varepsilon> 0 \forall x \in c_0\exists y \in span\{e_n:n\ge1\}$ such that $sup_{k \ge 1}|x_k-y_k|<\epsilon$
So $y$ must be of the form $y=\sum_{n=1}^{N} y_ne_n$ for some $N \in \mathbb{N}$ and $y_n \in \mathbb{C}$ .
Furthermore by definition of limit, since $x \in c_0$, we have that $\forall \varepsilon> 0 \exists K(\varepsilon) \in \mathbb{N}$ such that $\forall k \ge K(\varepsilon)$, $|x_k|\le \varepsilon$
This is as far as I got, how do I finish it?