Exercise 2.7.11

Find examples of two series a n and b n both of which diverge but for which min { a n , b n } converges. To make it more challenging, produce examples where ( a n ) and ( b n ) are strictly positive and decreasing.

Answers

Let m n = min { a n , b n } . Clearly ( m n ) must take an infinite amount of ( a n ) and ( b n ) terms, as otherwise removing the finite terms would imply one of a n or b n converged.

The key insight is that as long as a n , b n > 0 , we can simply repeat terms in one sequence (while letting m n be governed by the other sequence) for as long as we want - say, until we have enough terms to e.g. sum to 1. Then we can switch the roles of the sequences. To start with the construction, take some converging series with all terms positive - say, m n = 1 2 n . Then, define the first few terms of m n , a n , and b n as:

n 1 2 3 [ 4 , 4 + 8 = 12 ) [ 12 , 12 + 2 11 ) [ 12 + 2 11 , 12 + 2 11 + 2 12 + 2 11 ) m n 1 2 1 4 1 8 1 2 n 1 2 n 1 2 n min { a n , b n } a n b n b n a n b n a n a n 1 2 1 2 1 2 1 2 n 1 2 11 1 2 n b n 1 1 4 1 8 1 8 1 2 n 1 2 12 + 2 11

Specifically, min { a n , b n } will alternate between following a n and b n . Every “block” of the sequence (examples: each of the last three columns) that isn’t being followed by min { a n , b n } sums to 1. Since each block is finite, min { a n , b n } will alternate between a n and b n infinitely, and thus both a n and b n will diverge.

For the sake of completeness, a n and b n are defined more formally below. Let k 1 = 1 , k n = k n 1 + 2 k n 1 1 . Then

a n = { 1 2 n  if  k 2 p 1 n < k 2 p 1 2 k 2 p 1  if  k 2 p n < k 2 p + 1  and  b n = { 1 2 n  if  k 2 p n < k 2 p + 1 1 2 k 2 p 1 1  if  k 2 p 1 n < k 2 p
User profile picture
2022-01-27 00:00
Comments