Define $\displaystyle c_n=\sum_{k=1}^n a_kb_{n+1-k}$. Prove that if $\sum a_n=A$, $\sum b_n=B$ and $\sum c_n=C$ then $C=AB$.
My teacher did not teach us Merten's Theorem or Abel's theorem. Is there a way to prove this without those theorems?
I don't know if this is the right approach, but I tried multiplying $\sum a_n$ and $\sum b_n$ and got
$$\sum a_n \sum b_n=a_0b_0+(a_0b_1+b_0a_1)+...+(a_0b_n+a_1b_{n-1}+...+a_{n-1}b_1+a_nb_0)$$
I think this is ultimately my goal: $$(\sum_{n=1}^N a_n)(\sum_{n=1}^N b_n)=\sum_{n=1}^N\sum_{k=1}^Na_n\cdot b_k=\sum_{n=1}^N\sum_{k=1}^na_k\cdot b_{n-k+1}$$
but I dont know how to show that $$\sum_{n=1}^N\sum_{k=1}^Na_n\cdot b_k=\sum_{n=1}^N\sum_{k=1}^na_k\cdot b_{n-k+1}$$