Let $X$ be a normed space. Then $X$ is a Banach space if and only if the absolute convergence of any series in $X$ implies the conditional convergence of that series.
Is there any name given to the above result in the standard literature on the normed space theory?
And, is there any name given to the property of absolute convergence of a series implying conditional convergence?
How do we prove this theorem?
My effort:
Suppose that $X$ is a Banach space. Let $\sum_n x_n$ be an absolutely convergent series in $X$. Then the sequence $(\alpha_n)_{n\in \mathbb{N}}$, where $$\alpha_n \colon= \Vert x_1 \Vert + \cdots + \Vert x_n \Vert \ \mbox{ for all } \ n \in \mathbb{N},$$ is a Cauchy sequence in $\mathbb{R}$.
Thus, given a real number $\epsilon>0$, we can find a natural number $N$ such that $$\vert \alpha_m - \alpha_n \vert < \epsilon \ \mbox{ for all } \ m, n \in \mathbb{N} \ \mbox{ such that } \ m > N \ \mbox{ and } \ n > N. $$ Now let $m, n \in \mathbb{N}$ such that $n > m > N$. Then $$ \begin{align} \left\Vert \sum_{k=1}^n x_k - \sum_{k=1}^m x_k\right\Vert &= \left\Vert \sum_{k=m+1}^n x_k \right\Vert \\ &\leq \sum_{k=m+1}^n \Vert x_k \Vert \\ &= \alpha_n - \alpha_m \\ &= \vert \alpha_n - \alpha_m \vert \\ &< \epsilon. \end{align} $$ Thus the sequence $\left(\sum_{k=1}^n x_k \right)_{n\in\mathbb{N}}$ of partial sums of the series $\sum_n x_n$ is Cauchy and hence convergent.
Conversely, suppose that the absolute convergence of any series in $X$ implies convergence of that series. Suppose that $(x_n)$ is a Cauchy sequence in $X$. We need to show that this sequence converges in $X$. How to?