§ Transfinite induction: Proof
- Let (J,<) be a well-ordered set.
- Let S(α)≡J<α, or S(α)≡{j∈J:j<α}. This is called as the section of J by α.
- Let a J0⊆J be inductive iff for all α∈J, S(α)⊆J0 implies α∈J0. That is:
J0 inductive≡∀α∈J,S(α)⊆J0⟹α∈J0
- Then transfinite induction states that for any inductive set J0⊆J, we have J0=J.
- Proof by contradiction. Suppose that J0 is an inductive set such that J0=J.
- Let W (for wrong) be the set J0−J. That is, W is elements that are not in J0.
- W is non-empty since J0=J. Thus, consider w≡min(W), which is possible since J is well-ordered, thus the subset W has a minimum element.
- w is the smallest element that is not in J0. So all elements smaller than w are in J0. This, S(w)⊆J0. This implies w∈J0 as J0 is inductive.
- This is contradiction, as we start with w is the smallest element not in J0, and then concluded that w is in J0.
- Thus, the set W≡J0−J must be empty, or J0=J.