Prove that for all sequences $a_k, b_k$ that for all $n \in \mathbb{N}$: $\sum^n_{k=1}(a_k+b_k) = \sum^n_{k=1}a_k + \sum^n_{k=1} b_k$
So it sounds like induction but what confuses me are the series here, should I just assume two arbitrary sequences and do a proof by induction? But how do I do that with two arbitrary sequences?