I'm having a really hard time with nearly every part of this proof, any help would be appreciated.
Schur's Theorem: In $\ell^1$ weak convergence of $x_n$ is the same as convergence in the norm.
Definition: For $x_n \in \ell^1$ convergence in the norm: $$ x_n \to x \iff \|\ x_n - x \|_{\ell^1} \to 0.$$
Definition: For $x_n \in \ell^1$, weak convergence: $$x_n \rightharpoonup x \iff \phi x_n \to \phi x \hspace{1cm} \forall x_n \in \ell^1 , \space\ \space\ \forall \phi \in \ell^{1*}.$$
This problem is from Muscat's "Functional Analysis" text. It breaks Schur's Theorem up into the following parts:
1) If the statement were false there would be unit $x_n = (a_{ni}) \in \ell^1$ such that $x_n \rightharpoonup 0$
Proof: Taking a unit $(a_{ni}) \in \ell^1$ we have that $\sum_{i=1}^{\infty} |a_{ni}| = 1$. Then, for some $\phi \in \ell^{1*}$ we (somehow?) obtain that $\phi x_n \to \phi x = 0$.
2) For each $n$ there is an $N_n$, such that $\sum_{i=1}^{N_n} |a_{ni}| > \frac{4}{5}$.
Proof: Since $(a_{ni})$ is convergent in $\ell^1$ as a unit, we have that $$\sum_{i=1}^{\infty} |a_{ni}| = 1 \hspace{1cm} \forall n$$ as a requirement for convergent series is that their tail sequence goes to $0$, so that for $\epsilon > 0$ there exists some $N \in \mathbb{N}$ where $$\sum_{i=N}^{\infty} |a_{ni}| < \epsilon.$$ Hence, it follows that we may find an $N_n$ where $$\sum_{i=1}^{N_n} |a_{ni}| > \frac{4}{5} \hspace{1cm} \forall n$$
3) Each coefficient converges to $0$ as $n \to \infty$, so $\forall k , \exists M, n \geq M \Rightarrow \sum_{i < k} |a_{ni} | < \frac{1}{5}$.
Proof: Mirroring what we did above in part (2) and choosing $\epsilon = \frac{1}{5}$.
4) A subsequence of $\left\{ x_n \right\}$ exists with $$\sum_{i < N_n - 1} |a_{ni}| < \dfrac{1}{5} , \sum_{i=N_{n-1}}^{N_n} |a_{ni} | > \dfrac{3}{5}, \sum_{i > N_n} |a_{ni} | < \dfrac{1}{5} .$$
Proof:
5) Let $y := (|a_{ni}| / a_{ni}) \in \ell^{\infty}$ where for each $i$, $n$ is such that $N_{n-1} \leq i < N_n$. Show $|y \cdot x_n | \geq \frac{1}{5}$ to obtain a contradiction.
Proof:
This might be useful for you too.
– vj0708 Mar 29 '17 at 20:46