Short Exercise: Transfinite Closure in Analysis
Recently in the ##math
chat on Freenode, somebody asked for some intuition and help on the following analysis problem:
Let
be reals and a subset with these properties:
- For all non-decreasing sequences
with a limit (in ), we have - For every
there is a such that Prove that
.
It was quite a nice exercise for keeping my skills sharp: the claim is intuitively clear and can be proven more beautifully and less technically than one might think on first sight!
Update: I stumbled upon the post A principle of mathematical induction for partially ordered sets with infima? on MathOverflow, which presents a generalized induction principle very close to the instantiation I use below.
The Intuition
Property (2) is quite similar to stating that
is closed in the subspace topology on except that it’s only upwards-closed.Property (3) simply says that
is open in .Let’s try a few sample
s: : contradicts (2)- fixing that,
: contradicts (3) - fixing that,
: contradicts (2) - fixing that,
: contradicts (3)
These iterations seem to hit the nail, but only informally so far. There is a bit of uncertainty whether
Morally, these iterations always take the longest strip so far and make that even longer: if the longest strip so far is
The Formalism
To make the proof smoother and less notation-heavy, let us rephrase property (2) a bit:
Definition: We call a subspace
upwards-closed if all non-decreasing Cauchy sequences in have a limit in .
Now we can state the poset of strips and prove the existence of a maximal element by Zorn’s lemma:
Definition (Poset of Strips): For a pointed subset
define a partial order on the set of strips with such that Lemma: Upwards-closed pointed subsets
have a longest strip . Proof: Apply Zorn’s lemma. Let
be a chain in the poset of strips. If is empty, then is a trivial upper bound. Otherwise, define . If in fact is an attained maximum, is an upper bound of the chain. Otherwise, and by upwards-closedness is an upper bound.
And finally, we can elegantly1 prove the overall claim:
Theorem: Let
be two real numbers and a subset that is open and upwards-closed therein. Then . Proof: The previous lemma guarantees a longest strip
. We show by assuming the contrary and deriving a contradiction. Since is open, there is such that . Due to upwards-closedness, we conclude that is an even longer strip contradicting the maximality given by the lemma.
- Well, for some people it might be debatable how elegant (constructive) an invocation of Zorn’s lemma is. ^