I am trying to follow the proof that the sequence space $\ell^2$ is complete, e.g., Show that $l^2$ is a Hilbert space.
For any Cauchy sequence $\{x_n\}$ in $\ell^2$ we obtain a candidate limit by taking the pointwise limit of each coordinate, which we call $\tilde{x}$.
The answer in the link above argues that $\tilde{x} \in \ell^2$ as follows:
Consider $$ \sum_{k=1}^{\infty}|\tilde{x}(k)|^2 = \sum_{k=1}^{\infty} |\lim_{n \to \infty} x_n(k)|^2 = \lim_{n \to \infty} \sum_{k=1}^{\infty} |x_n(k)|^2 = \lim_{n \to \infty} || x_n ||^2. $$ The exchange of limits is justified, since the convergence of $\lim_{n \to \infty} x_n(k)$ is uniform over $k$. Finally, since $\{x_n\}$ is Cauchy, the inequality,
How can we see that the convergence of $\lim_{n \to \infty} x_n(k)$ is uniform over $k$? The only part of the argument that I am not confident about is the second equality in the quoted text.