Real Analysis – Examples of Two Divergent Series $\sum a_n$ and $\sum b_n$ Where $\sum \min(a_n, b_n)$ Converges

calculusexamples-counterexamplesreal-analysissequences-and-series

Find examples of two series $\sum a_n$ and $\sum b_n$ both of which diverge but for which $\sum \min(a_n, b_n)$ converges. To make it more challenging, produce examples where $a_n$ and $b_n$ are positive and decreasing.

Edit: This problem is taken verbatim from Exercise 2.7.11 on page 68 of Abbott's Understanding Analysis.

Best Answer

Here is a hint for the first part: you can make min$(a_n,b_n)=0$ for all $n$ (it doesn't get more convergent than that), while the two series $\sum a_n$ and $\sum b_n$ are very far from converging. Once you solve this one, let me know and I will give you a hint for the challenging part. It will build on ideas from the first one.

Edit: Nice solutions to the first part! Now for the second: of course the idea will have to be the same: the sequences will have to somehow alternate in which one is lower at any given point. But think about it: if they alternate at each step, like before, then we will have that $\sum_n a_{2n}$ converges and also $a_{2n+1} < a_{2n}$, so we will have that $\sum_n a_n < 2\sum_n a_{2n}$ will converge. That's not good. If you think about this issue for a while, you will realise that the intervals at which one sequence dives below the other one must get longer and longer for the two to diverge. Now, can you make your previous idea work?

Related Question