There is a lemma for a certain proof in my notes:
If $\sum_n |a_n| < \infty$ and $\sum_n |b_n| < \infty$ then $\sum_{n=0}^\infty \sum_{k=0}^n|a_k||b_{n-k}| < \infty$
Denote $ A_N = \sum_{n=0}^N |a_n|$ and $B_N = \sum_{n=0}^N|b_n|$ then since $A_N$ and $B_N$ is bounded and non negative then $A_N \to A$ and $B_N \to B$ as $N\to\infty$
$\sum_{n=0}^N\sum_{k=0}^n|a_n||b_{n-k}| \leq \sum_{n=0}^N\sum_{m=0}^N|a_n||b_m|$
I don't understand the step there, how is the LHS less than or equal to the right hand side?
To be honest, I'm overall fairly confused with the cauchy product, I keep seeing $\sum_n a_nb_{n-k}$ everywhere, is it equal to $\sum_na_n \sum_m b_m$ or something similar? Really not sure...
thanks