Here is my question:
Let $X$ be a Banach space with norm $\|·\|$. Prove that, for any sequence $\{x_n\}$ in $X$, if $\sum_{n=1}^\infty \|x_n\|\lt\infty$, then $\lim_{k\to\infty}\sum_{n=1}^k x_n$ exists.
Here is what I got:
Given that $\sum_{n=1}^\infty \|x_n\|\lt\infty$, we know that $\|x_n\|$ is convergent. So let $\epsilon >0$ be given, then there exists $N>0$ such that for all $m\geq n\geq N$, $\sum_{j=n}^m \|x_j\|\lt\epsilon$. So by the triangle inequality, we have:
$$\|(\sum_{j=n}^m x_j)\|\leq\sum_{j=n}^m \|x_j\|\lt\epsilon$$
So $\sum_{j=n}^m x_j$ is Cauchy, and as $X$ is a Banach space, $\sum_{j=n}^m x_j$ is convergent, and therefore $\lim_{k\to\infty}\sum_{n=1}^k x_n$ exists.