It's a problem from the book "Topology of Metric Spaces", written by Kumaresan:
"Show that the set $\textbf{c}$ of convergent sequences in the Normed Linear Space of all bounded real sequences under the sup norm $\|\|_\infty$ is complete. Hint: Enough to show that $\textbf{c}$ is closed. If x = $(x_n)$ is a limit point of $\textbf{c}$, it suffices to show that $x$ is Cauchy."
I got a little bit confused here... What I tried to do:
I know that to show that a metric space is complete, I have to show that every Cauchy sequence is convergent there.
About the hint: I don't understand why it is enought to show that $\textbf{c}$ is closed, and what does it mean to say that $(x_n)$ is a limit point of $\textbf{c}$? Does that mean that there is a squence $(y_k) \in \textbf{c}$ such that $(y_k) \to (x_n)$?
If $(y_k) \to (x_n)$, given $\epsilon > 0$, there are $n_0, k_0 \in \mathbb{N}$ such that $$\|y_k-x_n\|_\infty<\epsilon \forall k,n \geq \max\{n_0, k_0\}=m_0$$
As we have that $(y_n) \in \textbf{c}$, we have that $(y_n) \to y \in \mathbb{R}$. Because of the uniqueness of the limit, $(x_n) \to y$, so $(x_n) \in \textbf{c}$, therefore, $\textbf{c}$ is closed.
Now, let $(y_{n_k}) \in \textbf{c}$ be a Cauchy sequence. Well, $(y_{n_k})=(y_{n_1},y_{n_2},\dots,y_{n_j},\dots)$ is a sequence of sequences. Knowing that $(y_{n_k})$ is Cauchy's, we know that, given $\epsilon > 0, \exists j_0 \in \mathbb{N}$ such that $\forall m, p \geq j_0$
$$\|y_{n_m}-y_{n_p}\|_\infty < \epsilon$$
I don't know what to do from here. My idea is to show that, since every term $y_{n_j}$, of the sequence $(y_{n_k})$, belongs to $\textbf{c}$, therefore, every term $y_{n_j}$ is convergent, we have that $(y_{n_k})$ converges for a convergent sequence $(y_n)$. So, since $(y_n)$ is convergent, $(y_n) \in \textbf{c}$, we have that every Cauchy sequence in $\textbf{c}$ is convergent, meaning that $\textbf{c}$ is complete.
But I don't know how to do that, and I don't know if I understood the problem correctly, so I don't know if what I did before is correct...
I'd be really grateful if someone could give a hint, a solution, a coment about anything I wrote here! :)
Does that help? Any questions?
– Squirtle Jun 30 '14 at 02:59In response to your comment about what you call $A$, please read the following post: (is the set of all bounded sequences complete)
– Squirtle Jun 30 '14 at 04:45