Theorem 3.27 of Rudin's book Principles of mathematical analysis at pages 61-62 states that,
Suppose $a_1\ge a_2\ge a_3\ge \cdots \ge 0.$ Then the series $\sum_{n=1}^{\infty}a_{n}$ converges if and only if the series $\sum_{k=0}^{\infty}2^{k}a_{2^{k}}=a_{1}+2a_{2}+4a_{4}+8a_{8}+\cdots$ converges.
I could follow all of the arguments except the the last sentence, which is
By (8) and (9), the sequences $\left\{ s_{n}\right\}$ and $\left\{ t_{k}\right\}$ are either both bounded or both unbounded.
Here (8) and (9) are
(8) For $n<2^k$, $s_n \le t_k$.
(9) For $n>2^k$, $2s_n \ge t_k$.
where $s_{n}=\sum_{i=1}^{n}a_{i}$, $t_{k}=\sum_{i=0}^{k}2^{i}a_{2^{i}}.$
Why are the two sequences either both bounded or both unbounded? The (8) seems to imply that if $t_k$ converges, then $s_n$ converges. The (9) seems to imply that if $s_n$ converges, then $t_k$ converges. I could not further more arguments to see how the last sentence works.
Thank you for any help.
BTW, for $n=2^k$, it seems like $s_n \le t_k$.