For a sequence of non-negative random variables $(X_n)_{n\geq1}$ holds $$\mathbb E\left[\sum_{n\geq 1}X_n\right]=\sum_{n\geq 1}\mathbb E[X_n].$$
Is this because one can define an increasing sequence of r.v.s $Y_n:=\sum_{k=1}^nX_k$? What would be the argument, if i do not know, whether the sequece of $X_n$ converges or not?
The sequence $ Y_n$ as you defined it increases monotonously to $ Y := \sum_{n=1}^\infty X_n $, hence by the monotone convergence theorem (MCT), $$ \mathbb{E}[Y] = \mathbb{E}[\lim_{n \rightarrow \infty} Y_n] \overset{\text{MCT}}{=} \lim_{n \rightarrow \infty} \mathbb{E}[Y_n] = \sum_{n=1}^\infty \mathbb{E}[X_n]. $$
Some details: