Recently I learnt this new characterization of completeness of the system of real numbers:
Absolute convergence of an infinite series implies convergence of the series.
I also found one proof on MSE which uses the above criterion to prove that a Cauchy sequence is convergent. The proof builds a subsequence $x_{n_k} $ of the given Cauchy sequence $x_n$ such that $$|x_{n_{k+1}}-x_{n_k}|<2^{-k}\tag{1}$$ and then considers the series $\sum y_k$ where $y_{k} =x_{n_{k+1}}-x_{n_k}$. The claim is that $\sum y_{k} $ is absolutely convergent because of inequality $(1)$. This is true, but not automatic. It rather involves the Cauchy criterion of convergence which is the thing we are trying to prove here.
I guess there is another way to use inequality $(1)$ to prove absolutely convergence of $\sum y_k$ which does not involve completeness of real numbers (possibly using direct definition of absolute convergence), but I can't think of an obvious way.
Does that mean that the proof linked above is circular? Or perhaps I am mistaken (most likely)? If the proof is indeed circular I would want another proof which is correct.
Update: As explained in the answer from David Ullrich, the statement "absolute convergence of an infinite series implies its convergence" does not appear to be equivalent to the completeness of reals (but perhaps someone can find a novel proof for this equivalence). And to clarify further the proof linked above is a correct proof for a characterization of Banach spaces (ie complete normed vector spaces).
To put the matter in different terms "norm convergence of a series implies convergence" is equivalent to "completeness of a normed vector space" and this equivalence is proved using "completeness of real numbers". A series $\sum x_n$ whose terms $x_n$ belong to a normed vector space $X$ is said to be norm convergent if the series of corresponding norms $\sum ||x_n||$ is convergent.
Further Update: It turns out that the characterization "absolute convergence of a series implies comvergence" is indeed equivalent to the completeness of reals, but the proof is non-trivial and non-obvious.