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 holds;
-
2.
(successor ordinal) if holds, then 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 |