2

Let $(\alpha_n)_{n\in \mathbb{N}}$ be a monotonically-decreasing sequence of positive reals.
Suppose that $(n_k)_{k\in\mathbb{N}}$ is a subsequence of $(n)_{n\in \mathbb{N}}$ with the property,
$\exists M\in \mathbb{R} \space \space \space\forall k \in \mathbb{N } : n_{k+1} - n_{k} \leq M(n_k- n_{k-1})$

Prove that $\sum \alpha_n$ converges $\iff$ $\sum (n_{k+1}-n_k)\alpha_{n_k}$ converges.

If we assume $\sum \alpha_n$ converges, we can deduce $\sum \alpha_{n_k}$ converges.
I'm still not sure what would be the next step. Moreover, I observed that for each $k$, $\sum_{j=1}^{k} n_{j+1} - n_{j_j} = n_{k+1}-n_1$, which perhaps suggest to use Abel's summation in a way which I struggle to figure.

Would like to have some insights, thanks

X4J
  • 1,061

1 Answers1

2

Since $(a_i)$ is non-increasing, one has $$ (n_{k+1}-n_k)a_{n_k}\geqslant \sum_{i=n_k+1}^{n_{k+1}}a_i. $$ Moreover, using the assumption on $(n_k)$, $$ a_{n_k}(n_{k+1}-n_k)\leqslant Ma_{n_k}(n_k-n_{k-1})\leqslant M\sum_{i=n_{k-1}+1}^{n_k} a_i $$ Denoting $S_N:=\sum_{i=n_0+1}^Na_i$, one has, in view of the previous inequalities, that $$ S_{n_{K+1}}\leqslant\sum_{k=1}^Ka_{n_k}(n_{k+1}-n_k)\leqslant MS_{n_K}. $$

Davide Giraudo
  • 172,925