I am asked to prove the following space of sequences is not complete:
$$D = \{ a = \{a_n\}_{n\in\mathbb{N}};\ a_n\in\mathbb{C};\ a_n\neq 0\quad \text{for a limited number of elements}\}$$
I followed this reasoning: let's take a sequence of elements of $D$ like
$$a^{(N)} = \left(1, \frac{1}{2}, \ldots , \frac{1}{N}, 0, 0, 0,...\right)$$
I can prove this is a Cauchy sequence, indeed
$$||a^{(N)} - a^{(M)}|| = \max\left\{\dfrac{1}{N}, \frac{1}{M}\right\} \to 0\qquad \text{as} \quad N,M\to +\infty$$
Yet I cannot understand the hint in the notes to prove $D$ is not complete.
The hint reads: "choose the limit sequence $a = \left(1, \frac{1}{2}, \ldots, \frac{1}{N}, \frac{1}{N+1}, \ldots\right)$ and see this does not belong to $D$..."
Can someone explain me this? I tried to do something but I don't understand why it doesn't belong to $D$. It's a Cauchy sequence, and converges.
Than you
Bear in mind the elements of $D$ are not numbers but sequence of numbers. When you say "let's take a sequence of elements of D like..." not that $a^N = (1,\frac 12, ....,\frac 1N, 0,0,0...)$ that $a^N$ is NOT the sequence. $a^N$ is just a single elemnt of the sequence. The actual sequence is:
$\{a^1, a^2, a^3, ......., a^N, a^{N+1}......\}$
Now somehow it looks like a norm was defined. I don't know how it was defined but if $||a^N - a^M||=\min\{\frac 1N, \frac 1M\}$. So we can define a concept of the limit of a sequence of sequence, and $n\to \infty$ we have $a^{N} \to $ the sequence $\{1, \frac 12, \frac 13, ......., \frac 1N, \frac 1{N+1},......\}$ and this is an infinite sequence.
As it is an infinite sequence it is not an element of $D$. (The sequence in $D$ are all with finite non-zero terms). So $\{a^1, a^2, a^3,......\}$ is a sequence of sequences that converges to a sequence that is not in $D$.
Hence $D$ is not complete.