I'm looking at two different functional analysis exercises, and I feel that I've hit the same road block with them. I was wondering if there is a kind of "systematic" way of fixing these solutions (or if I need to abandon hope and try a new approach).
The first exercise asks to show that $\ell^2$ is complete. My approach is
Take $\{f_n\}$ Cauchy in $\ell^2$ and observe that $\{ f_n(m) \}$ is Cauchy in $\mathbb{C}$ for each natural number $m$. I define $f \in \ell^2$ by $f(m) := \lim_{n \to \infty} f_n(m)$, but when I try to show that $f_n \rightarrow f$, I end up looking at the sum $$\sum_{j=1}^\infty |f_n(j)-f(j)|^2,$$ and trying show that it tends to $0$. I can control each individual summand, but since I have to deal with infinitely many, I'm not sure how to proceed.
The second exercise asks to show that weak convergence implies strong convergence in $\ell^1$. My approach is
Take $\{f_n\}$ weakly convergent in $\ell^1$. Then $$|| f_n - f || = \sum_{j=1}^{\infty} |f_n(j)-f(j)| = \sum_{j=1}^{\infty} |\pi_j(f_n-f)|,$$ where $\pi_j$ is the projection to the $j$-th coordinate of $f$. Again, I can control each of these summands (by weak convergence and continuity of these projections), but I don't know how to deal with infinitely many. (For this particular exercise, the hint is to use the fact that $\ell^1$ is dual to $\ell^{\infty}$, but I'm still trying to use this).
To reiterate: I'd like to know if there's some general technique for dealing with these situations. If so, what do I do, and how should I think about it? If not, are there any possible ad hoc fixes, or should I pursue a different course of action?
Thanks in advance!