2
$\begingroup$

I'm asked to find an example of a diverging sequence $\sum_{n\in\mathbb{N}}a_n$ such that $\lim_{n\to\infty} a_n = 0$ but there exists parenthesization such that $\sum_{n\in\mathbb{N}}a'_n<\infty$ ($a'_n$ is the parenthesised sequence).

Clearly, we need to find a "forbidden" parenthesization that will change the convergence status of the sequence.

We learned that parenthesization is allowed in 2 cases:

  1. If the general term of the sequence $\to_{n\to\infty}{0}$ and the number of terms in each parentheses is bounded.
  2. All the terms in each parentheses are of the same sign.

Couldn't find one so far... Will appreciate your help.

Thanks.

1 Answers 1

3

Let $s_n = \sum_{i=1}^n$ be the sequence of partial sums of your series. "Parenthesizing" amounts to picking a subsequence of $s_n$. However, if $s_n$ diverges, say $s_n \rightarrow \infty$, then no subsequence can be convergent.

Perhaps the original series isn't meant to be divergent but rather non-convergent? In this case, you can take $1,-1,1/2,1/2,-1/2,-1/2,1/3,1/3,1/3,-1/3,-1/3,-1/3,\ldots$.

  • 1
    The reason is that you want $a_n\rightarrow 0$. Otherwise you could take $1,-1,1,-1,\ldots$.2012-05-29