$a_n,b_n\in\mathbb{C}$. Is it enough that both $\sum_{n\in\mathbb{Z}}a_n$ and $\sum_{n\in\mathbb{Z}}b_n$ converge?
It seems to me that this should be enough, because: $$\sum_{k\in\mathbb{Z}}(a_k+b_k)=\lim_{n\rightarrow+\infty}\sum_{k=-n}^n(a_k+b_k)=\lim_{n\rightarrow+\infty}\sum_{k=-n}^n(a_k+b_k)=\lim_{n\rightarrow+\infty}\sum_{k=-n}^na_k+\sum_{k=-n}^nb_k$$ Now it's just $$\lim x_n+y_n=\lim x_n+\lim y_n$$ which is true if the right hand side makes sense. Is my assumption correct?