Theorem Suppose $$\begin{align}(a)&\sum_{n=0}^\infty a_n\quad\text{converges absolutely}\\(b)&\sum_{n=0}^\infty a_n=A\\(c)&\sum_{n=0}^\infty b_n=B\\(d)&c_n=\sum_{k=0}^n a_k b_{n-k}\quad(n=0,1,2,\dots)\end{align}$$ Then $$\sum_{n=0}^\infty c_n=AB$$
Proof. Put $$A_n=\sum_{k=0}^n a_k,\quad B_n=\sum_{k=0}^nb_k,\quad C_n=\sum_{k=0}^nc_k,\quad \beta_n=B_n-B.$$
Then after some manipulations we obtain $$C_n=A_nB+\underbrace {a_0\beta_n+a_1\beta_{n-1}+\dots+a_n\beta_0}_{\gamma_n}$$
We wish to show that $C_n\to AB$. Since $A_nB\to AB$, we only need to show that $\gamma_n\to0$ as $n\to \infty$. Then the proof proceeds as below. Put $$\alpha=\sum_{n=0}^\infty|a_n|.$$ Let $\epsilon>0$ be given. By (c), $\beta_n\to0$. Hence we can choose N such that $|\beta_n|\leq\epsilon$ for $n\ge N$, in which case
$$\begin{align}|\gamma_n|&\leq|\beta_0a_n+\dots+\beta_Na_{n-N}|+|\beta_{N+1}a_{n-N-1}+\dots+\beta_na_0| \\&\leq|\beta_0a_n+\dots+\beta_Na_{n-N}|+\epsilon\alpha\qquad(1)\end{align}$$
Keeping $N$ fixed, and letting $n\to\infty$, we get $$\limsup_{n\to \infty}|\gamma_n|\leq\epsilon\alpha$$ since $a_k\to0$ as $k\to\infty$. Since $\epsilon$ is arbitrary, we have proved the theorem.
Question: I can't understand the passage (1) and what follows. Could you please help me? Any hint or answer is welcome.
Thank you.