For $x=(x_j)_{j\in\mathbb N}\in \ell^1$ let
$$\|x\|=\sup_{n\in \mathbb N}\left \Vert \sum_{j=1}^{n}x_j\right\Vert$$
Show that $(\ell^1,\|\cdot\|)$ is a normed space, but it is not complete.
The first part was easy.
Now I try to find a sequence in $\ell^1$ such that it is a cauchy sequence, but not convergent.
Let me choose(try) $x_n=\frac{n}{j^2}$. For a fixed $n$ it is in $\ell^1$ because $\sum_{j=1}^{\infty} \frac{1}{j^2}$ converges.
WLOG $n>m$:
$$\|x_n-x_m\|=\sup_{k\in \mathbb N} \left \Vert \sum_{j=1}^{k}x_n-x_m \right\Vert| = \sup_{k\in \mathbb N} \sum_{j=1}^{k}\frac{n-m}{j^2}$$
Okay for me it seems that this is not even a cauchy-sequence..
Can someone help me? What kinds of sequences should I consider when I am facing problems like this?
Observe that your norm is identical to the usual $\ell^1$ norm on sequences with all entries positive. So you'll have to think about alternating signs. The sequence with infinitely many terms of each sign which is closest to $\ell^1$ without being in it (this is an imprecise statement-just indicating why it's my guess) is $(1,-1/2,1/3,-1/4,...)$. The sequence of sequences $(1,0,0,...),(1,-1/2,0,0,...,),(1,-1/2,1/3,0,0,...),...$ is Cauchy in the new norm because the alternating harmonic sum converges. But it doesn't converge in $\ell^1$.