How to prove that if $\sum _{n=1}^{\infty }a_n\:$ converges then $\sum _{n=1}^{\infty }a_na_{2n}\:$ converges?

227 Views Asked by At

How to prove that if $\sum _{n=1}^{\infty }a_n\:$ converges then $\sum _{n=1}^{\infty }a_na_{2n}\:$ converges?

Note: $a_n \in \mathbb R$

I tried to prove it using cauchy criterion The idea was to use the partial sums.

let $\epsilon$>0

There exists $N_1$ such that for any $n>N_1$ and $p\ge1$

$$\left|\sum \:\:\:\:_{k=n+1}^{n+p}a_k\:\right|<\epsilon \:$$ There exists $N_2$ such that for any $n>N_2$ and $p\ge1$

$$\left|\sum \:\:\:\:_{k=n+1}^{n+p}a_{2k}\:\right|<\epsilon \:$$ We will take $N=max\left\{N_1,N_2\right\}$ and then for any $n>N$ and $p\ge1$:

$$\left|\sum \:\:_{k=n+1}^{n+p}a_ka_{2k}\:\right|\le \left|\sum \:\:\:_{k=n+1}^{n+p}\left(max\left\{a_k,a_{2k}\right\}\right)^2\:\right|\le ...<\epsilon $$

But I didn't manage to show the part with the three dots. Maybe it's not the way to prove this. Can I get help please ?

3

There are 3 best solutions below

4
On BEST ANSWER

There might be a problem. Let $\gamma=-\frac{1}{2}+i\frac{\sqrt{3}}{2}$ be a non-trivial cube root of $1$. $$a_n= \frac{\gamma^n}{\sqrt{n}}$$ Then $\sum_n a_n$ converges but $$ \sum_{n\geq 1} a_n a_{2n} = \sum_{n\geq 1} \frac{\gamma^{3n}}{\sqrt{2}n}= \sum_n \frac{1}{\sqrt{2}n}=+\infty $$

For the real case set $b_n={\rm Re\;} a_n$ then $\sum_n b_n$ converge. However, $${\rm Re} (\gamma^n) {\rm Re} (\gamma^{2n})= ){\rm Re} (\gamma^n) {\rm Re} (\gamma^{-n}) =({\rm Re} (\gamma^n))^2 \geq 1/4$$ so $\sum_n b_n b_{2n}\geq \frac{1}{4\sqrt{2}} \sum_n \frac{1}{n}=+\infty$.

19
On

As H.H. Rugh's answer points out, the result doesn't hold in general. Here is a proof for the case $a_n>0$:

First note that $a_na_{2n}\leq \frac{a_n^2+a_{2n}^2}{2}$ for all $n$, and $0<a_n^2<a_n$ for all sufficiently large $n$ since $a_n\to 0$, hence $$ \sum_{n=1}^{\infty}a_na_{2n}\leq \frac{1}{2}\sum_{n=1}^{\infty}a_n^2+\frac{1}{2}\sum_{n=1}^{\infty}a_{2n}^2\ll \sum_{n=1}^{\infty}a_n+\sum_{n=1}^{\infty}a_{2n}\ll \sum_{n=1}^{\infty}a_n<\infty$$

0
On

Define

$$ a_{3k}=0, a_{3k+1}=\frac{1}{\sqrt{3k+1}}, a_{3k+2}=-\frac{1}{\sqrt{3k+2}} $$ then $\sum a_{n}$ converges but not $\sum a_{n}a_{2n}$.