- 4,796
- 32
Homework Statement
I tried finding a proof for the "Bolzano-Weirstrass property" of R before looking at the actual proof and I came up with something different.
The actual thing to prove is: "Every bounded sequence in R has a subsequence that converges to some points in R."
The Attempt at a Solution
Consider a sequence f:\mathbb{N}\rightarrow \mathbb{R} bounded by M. Let's peek at f(\mathbb{N}). Is it finite?
If yes, then look at the preimage of every element of f(\mathbb{N}). There will be one that is infinite and by the well-ordering property of N, we can thus extract a constant subsequence from f.If no, then it is denumerable and thus can be put in bijection with the set of rational numbers in (0,1) (or [0,1) or (0,1] or [0,1] depending on whether the sup and inf of f(\mathbb{N}) actually are in f(\mathbb{N})). Also, let the bijection respect order. We can now talk of the elements of f(\mathbb{N}) as rationals in (0,1).
I will now refer to the set of rationals in (0,1) as Q'. So chose some x_1 in Q' and look at its preimage f^{-1}(x_1). By the well-ordering of N, we can choose the smallest integer of that set, call it n_1, and let a_1=f(n_1) be the first element of our subsequence.
Because Q' is dense in itself, we can also select an x_2 in Q' with x_1<x_2<1. Look at the preimage of x_2. If all the elements of f^{-1}(x_2) are lesser than n_1, then dump x_2 and choose some x_2' in Q' with x_2<x_2'<1 and look at its preimage, etc. This "rechoosing" of x_2 cannot last forever. Actually, it can last at most n_1 times! So when we get an x_2 whose preimage contains an integer larger than n_1, call that smallest such integer n_2 and let a_2=f(n_2) be the second element of our subsequence.
Generate all elements in this way. The result is a monotone increasing subsequence of f that is bounded by M and thus, by the completeness of R, converges to some point in R.
Last edited: