example of transfinite induction
Suppose we are interested in showing the property Φ(α) holds for all ordinals α using transfinite induction
. The proof basically involves three steps:
-
1.
(first ordinal) show that Φ(0) holds;
-
2.
(successor ordinal) if Φ(β) holds, then Φ(Sβ) holds;
-
3.
(limit ordinal) if Φ(γ) holds for all γ<β and , then holds.
Below is an example of a proof using transfinite induction.
Proposition 1.
for any ordinal .
Proof.
Let be the property: . We follow the three steps outlined above.
-
1.
Since by definition, holds.
-
2.
Suppose . By definition , which is equal to by the induction hypothesis, so holds.
-
3.
Suppose and for all . Then
The second equality follows from definition. Furthermore, the last expression above is equal to by the induction hypothesis. So holds.
Therefore holds for every ordinal , which is the statement of the theorem, completing the proof.
∎
Title | example of transfinite induction |
---|---|
Canonical name | ExampleOfTransfiniteInduction |
Date of creation | 2013-03-22 17:51:12 |
Last modified on | 2013-03-22 17:51:12 |
Owner | CWoo (3771) |
Last modified by | CWoo (3771) |
Numerical id | 6 |
Author | CWoo (3771) |
Entry type | Example |
Classification | msc 03B10 |