I had a question about a result that I found myself trying to use often.
Suppose $\{a_n\}$ and $\{b_n\}$ are sequences in $[0,\infty]$ such that $a_n \leq b_n$ for all $n \in \mathbb{N}$. Then,
\begin{equation} \sum_{n = 1}^\infty a_n \leq \sum_{n = 1}^\infty b_n \end{equation}
I know that this result holds for sequences taking values in $[0,\infty)$, so my question is really about if allowing $\infty$ to appear in the sequence changes the results. I think that the same proof holds here, namely
\begin{equation} \sum_{n = 1}^\infty a_n = \lim_{N \to \infty} \sum_{n = 1}^N a_n \leq\lim_{N \to \infty} \sum_{n = 1}^N b_n = \sum_{n = 1}^\infty b_n \end{equation}
For clarity, I will also note that I'm using the convention that for any $x \in [0,\infty)$, $x < \infty$ and $x + \infty = \infty$.