[Math] Question on proof of the Bolzano-Weierstrass theorem

real-analysis

I was looking at the proof of the Bolzano-Weierstrass theorem and got a little lost (it's just one detail). The proof uses the nested intervals property and it talks about chopping the interval into halves over and over. My question is: Why does one half of the intervals contain infinitely many terms of the sequence and the other half contain finitely many? Is it from the monotonic subsequence theorem that this follows?

Best Answer

To expand on what @DonAntonio said:

Assume there are only a finite number of sequence elements in one half of the interval. Then there must be an infinite number in the other half.

So in the context of the proof, you pick one half (doesn't matter which one). If it already has an infinite number of the sequence elements, move on to the next step. Otherwise, the other half has an infinite number of the sequence elements, so take that one instead. All we wanted to do is prove that at least one of the halves contains an infinite sub-sequence ... done.

Doing this step repeatedly lets you get infinite sub-sequences within smaller and smaller intervals. If, for example, we then choose an element from each of the intervals we obtain in this manner, we can derive an infinite sub-sequence that converges.

The statement you were taking in your question is actually not true (that one of them has to contain a finite number of sequence elements). Consider the bounded sequence: $$a_n=(-1)^n$$

When we perform our halving process the first time (starting with $[-1,1]$), both of the resulting intervals have an infinite number of sequence elements.