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.∎