Transfinite induction is an extension of mathematical induction to well-ordered sets, for example to sets of ordinal numbers or cardinal numbers.
Transfinite induction is an extension of mathematical induction to well-ordered sets, for example to sets of ordinal numbers or cardinal numbers.
Let $ P ( \alpha ) $ be a property defined for all ordinals $ \alpha $. Suppose that whenever $ P ( \beta ) $ is true for all $ \beta <\alpha $, then $ P ( \alpha ) $ is also true. Then transfinite induction tells us that $ P $ is true for all ordinals.
Usually the proof is broken down into three cases:
- Zero case: Prove that $ P ( 0 ) $ is true.
- Successor case: Prove that for any successor ordinal $ \alpha + 1 $, $ P ( \alpha + 1 ) $ follows from $ P ( \alpha ) $ (and, if necessary, $ P ( \beta ) $ for all $ \beta < \alpha $).
- Limit case: Prove that for any limit ordinal $ \lambda $, $ P ( \lambda )$ follows from $ P ( \beta ) $ for all $ \beta < \lambda $.
All three cases are identical except for the type of ordinal considered. They do not formally need to be considered separately, but in practice the proofs are typically so different as to require separate presentations. Zero is sometimes considered a limit ordinal and then may sometimes be treated in proofs in the same case as limit ordinals.
Source: Wikipedia