Let $l_2$ be the collection of bounded real sequences $x = (x_n)$ for which $\sum_{n=1}^{\infty}|x_n|^2<\infty$. I have to prove that $l_2$ is complete (that every Cauchy sequence in $l_2$ converges to a point in $l_2$).
Proof: Let $(f_n)$ be a sequence in $l_2$, where now we write $f_n = (f_n(k))_{k=1}^{\infty}$, and suppose that $(f_n)$ is Cauchy in $l_2$. That is, suppose that for each $\epsilon > 0$ there is a $n_0$ such that $||f_n - f_m||_2 < \epsilon$ whenever $m,n \geq n_0$. We now want to show that $(f_n)$ converges, in the metric of $l_2$, to some $f\in l_2$.
1) First show that $f(k) = lim_{n\to \infty}\,f_n(k)$ exists in $\mathbb{R}$ for each k:
To see why, note that $|\,f_n(k) - f_m(k)|\leq ||\,f_n - f_m||_2$ for any k, and hence $(f_n(k))_{k=1}^{\infty}$ is Cauchy in $\mathbb{R}$ for each k. Thus, $f$ is the obvious candidate for the limit of $(f_n)$, but we still have to show that the convergence takes place in the metric space $l_2$; that is, we need to show that $f\in l_2$ and that $||\,f_n - f||_2 \to 0$ (as $n \to \infty$).
2) Now show that $f\in l_2$; that is, $||\,f||_2 < \infty$. We know that $(f_n)$ is bounded in $l_2$; say, $||f_n||\leq B$ for all n. Thus, for any fixed $N < \infty$, we have:
$\sum\limits_{k=1}^{N}|\,f(k)|^2 = lim_{n\to\infty}\sum\limits_{k=1}^{N}|\,f_n(k)|^2 \leq B^2$.
Since this holds for any N, we get that $||\,f||_2\leq B$.
3) Now we repeat step 2 (more or less) to show that $f_n \to f$ in $l_2$.
Given any $\epsilon > 0$ choose $n_0$ such that $||\,f_n - f_m||_2 < \epsilon$ whenever $m,n > n_0$. Then, for any N and any $n\geq n_0$,
$\sum\limits_{k=1}^{N}|\,f(k) - f_n(k)|^2 = lim_{n \to \infty}\sum\limits_{k = 1}^{N}|\,f_m(k) - f_n(k)|^2 \leq \epsilon^2$.
Since this holds for any N, we have $||\,f - f_n||_2 \leq \epsilon$ for all $n\geq n_0$. That is, $f_n \to f$ in $l_2$.
Questions:
- I think I understand the general idea of the proof. You take a sequence and suppose it's Cauchy. You then have to show that it has a limit and thus converges, and show that the limit lies in $l_2$, which would mean that any Cauchy sequence in $l_2$ is convergent to a point in $l_2$. So why is step 3 necessary? I must be mistaken, but it seems to me that in step 1 and 2 it has already been proven that the chosen sequence has a limit and that it lies in $l_2$.
- I don't understand the notation that is used in this proof: "Let $(f_n)$ be a sequence in $l_2$, where we now write $f_n = (f_n(k))_{k=1}^{\infty}$". Why is the letter $k$ added to the sequence and what does it mean? If you have a sequence $x_n$, the subscript is the argument right? Can't you write $x_n$ like $x\,(n)$?
- Why does $|\,f_n(k) - f_m(k)|\leq||\,f_n - f_m||_2$ imply that $f_n(k)$ has a limit? Perhaps this will be clear once I understand the use of the letter $k$.
Thanks in advance!