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?
All you need is the commutative property of addition (+). Then, \begin{align} \sum_k a_k + b_k & = a_1+b_1+\dots+a_n+b_n \\ & =a_1+\dots + a_n + b_1 + \dots + b_n \\ & = \sum_k a_k + \sum_k b_k. \end{align}