This a rough sketch of a part of set theory I know very little about, which I'm encountering as I solve the "supplementary exercises" in Munkres, chapter 1.
§ Ordinals
- Two totally ordered sets have the same order type if there is a monotone isomorphism between them. That is, there's a function which is monotone, and has an inverse. The inverse is guaranteed to be motone (1), so we do not need to stipulate a monotone inverse.
- Definition of well ordered set : totally ordered set where every subset has a least element.
- Theorem: The set of well ordered sets is itself well ordered.
- Definition ordinals : Consider equivalence classes of well ordered sets under order type. of well ordered sets with the same order type. The equivalence classes are ordinals .
§ (1) Inverse of a Monotone function is monotone.
- Let be monotone: implies . Furthermore, there is a function such that and .
- Claim: if then .
- Let . We must have (a) , or (b) , or (c) .
- If we are done.
- Suppose for contradiction then we must have since is monotone. Since are inverses we get . This contradicts the assumption .
- This doesn't work for partial orders because we may get and as incomparable .
§ Von Neumann Ordinals
- Von neumann ordinals: Representatives of equivalence classes of ordinals. Formally, each Von-Neumann ordinal is the well-ordered set of all smaller ordinals.
- Formal defn of Von-Neumann ordinal : (1) every element will be a subset of , since is itself a set
{ ordinal < x }, which is a subset of{ ordinal < o }. (2) the set is well ordered by set membership, since two such ordinals will always be comparable, and one must contain the other. - For example of Von Neumann ordinals, consider
0 = {},1 = {0},2 = {0, 1},3 = {0, 1, 2}. We can order3based on membership:0 ∈ 1, 2so0 < 1, 2.1 ∈ 2hence1 < 2. This totally orders3based on set membership. Next, also see that a member of3, such as2, is in face2 = {0, 1}, which is a subset of3. So every member of3is a subset of3. (Not vice versa: not every subset is a member! The subset{1, 2}is not a member of3).
§ Limit ordinals
- A limit ordinal is an ordinal that cannot be written as the successor of some other ordinal.
- Theorem : An ordinal must be either zero, or the successor of some other ordinal, or a limit ordinal (2)
- References on ordinals
§ Cardinality and cardinals
- We can define cardinality as equivalence classes of sets that are equinumerous : ie, sets with bijections between them. This does not strictly speaking work due to set-theoretic issues, but let's go with it.
- In each such equivalence class of sets which are equinumerous, there will be many well ordered sets. The smallest such well ordered set (recall that the set of well ordered sets is itself totally ordered). This is called as the cardinal for that cardinality.
- So we redefine cardinality as the smallet ordinal such that there is a bijection between and . This is motivated from the "equivalence class of all equinumerous sets", but sidesteps set theoretic issues. For this to work, we need well ordering. Otherwise, there could a set with no ordering that is in bijection with it.
§ Definition of Cardinal
- Said differently, an ordinal is a cardinal if it cannot be put in bijection with any smaller ordinal.
- Thus, all natural numbers are cardinals, is a cardinal, is NOT a cardinal (can be put in bijection with ),
- We can think of as a countably infinite queue where each person in the queue has to wait for finitely many people to exit.
- We can think of as a uncountably infinite queue where each person in the queue has to wait for countably many people to exit.
§ Rank
- The rank of the empty set is zero. The rank of a set is recursively the smallest ordinal greater than the ranks of all the members of the set. Every ordinal has a rank equal to itself.
- is the empty set.
- . This defines for successor ordinals.
- . This defines for limit ordinals.
- The set are also callled stages or ranks. We can define the rank of a set to be the smallest such that .
§ Inaccessible cardinal
A cardinal that cannot be created by adding cardinals, taking unions of cardinals, taking power sets of cardinals. So the set of cardinals smaller than an inacessible cardinal give a model for ZFC. if is an inaccessible cardinal, then , collection of all sets of rank less than acts as a place to do mathematics safely, while still having access to the "set of all sets" (Grothendeick universes, apparently).
§ Alternative definition of cardinality using rank
- Recall that we wanted to define cardinality as the equivalence class of of equinumerous sets, but this ran into set theoretic issues.
- A fix (by Dana Scott) is for a set , consider the least rank where some set in bijection with appears. Then we define the cardinality of to be the equivalence classes of sets in that are in bijection with . This gives us the cardinals without needing us to consider all sets. This works even without well ordering.
- I don't actually understand why this works. In my mind, the set
{0}and{{0}}both have the same size, but{0}lives inV1while{{0}}lives inV2, so they won't have the same cardinality? Actually, I think I do understand: for the set{{0}}, the set{0}which is in bijection with{{0}}occurs at rank1, so the cardinality of{{0}}is given by the equivalence class inV1:[{0}]. - The key part seems to be "find the smallest rank". I have no idea how one would formalize this.
§ Weak and strong limits
- A set is a strong limit if it cannot be obtained by taking powersets of sets smaller than it.
- In set theory, we as a rule of thumb replace powerset with successor to get some weaker statement.
- A set is a weak limit if it cannot be obtained by taking successor of sets smaller than it.