While reading the proof of the result that the sequence space $\ell^2$ is complete, I couldn't justify the exchange of limits that occured.
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}$.
$$ \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$.
I can't find the result which justifies the exchange of limits. I know of three similar results:
Given a double sequence $f_{n,m}$ such that $\lim_n f_{m,n}\to f_m$ uniformly on $m$, then the iterated limit $\lim_n \lim_n f_{m,n}$ exists and equals $\lim_{m}\lim_n f_{m,n}$.
A result on dominated convergence and uniform convergence
Problem with using 1): We know that $x_n\to\tilde x$, but it seems to me we would need to prove that $\sum_{i=1}^k \vert x_n(i)\vert^2$ converges to $\sum_{i=1}^k \vert \tilde x(i)\vert^2$ uniformly in $k$. Convergence is clear by additivity of limits, but why this convergence would be uniform in $k$ is not clear to me.
Problem with using 2): I would have to find a sequence $y(k)$ such that $\sum \vert y(k)\vert^2<\infty$ and such that $\vert x_n(k)\vert\leq \vert y(k)\vert$. Not sure how to go about that either.
Problem with using 3): The space $\mathbb N$ doesn't have finite measure.