I have been struggling on that exercise for some time. I am currently reading and practicing the material from Donald L. Cohn's book Measure Theory.
Show that a normed vector space $(V, ||·||)$ is complete if and only if for every sequence $(v_n)_{n=1}^\infty$ in $V$ with $\sum_{n=1}^\infty||v_n||\lt ∞$ there is $v ∈ V$ such that $v = \sum_{n=1}^\infty v_n$ in $V$ (meaning that $||\sum_{n=1}^k v_n − v||$ tends to $0$ as $k → ∞$).
We will consider the following :
the metric on $V$ is given by $d(x,y) := ||x − y||$ for $x,y ∈ V$
the metric space $(V,d)$ is complete by definition if for every Cauchy sequence $({x_n})_{n=1}^∞$ in it there is $v ∈ V$ with $lim_{n→∞} d(x_n,v) = 0$.)
Thank you in advance
The 'if' part: let $(v_n)$ be a Cauchy and choose $n_k$ increasing to $\infty$ such that $\|v_{n_{k+1}}-v_{n_k} \|<\frac 1 {k^{2}}$. By hypothesis $\sum (v_{n_{k+1}}-v_{n_k})$ is convergent. Conclude that $\lim v_{n_k}$ exists. In any metric space if a Cauchy sequence has a convergent subsequence then the whole sequence converges.
Converse is very easy.