How does one define the alephs without using proper classes

175 Views Asked by At

I’ve been reading Dasgupta’s Set Theory book about how the aleph numbers are constructed. He defines them as follows:

He uses transfinite recursion:

However, I don’t think in that form, transfinite recursion works because there is no set which has all the ordinal as numbers. I know that some books such as Devlin’s The Joy of Sets have a version of transfinite recursion using classes which then works but I want to avoid using classes and only use sets. How does one properly define the alephs using transfinite recursion for sets?

2

There are 2 best solutions below

3
On BEST ANSWER

You can define $\omega_\alpha$ for any given $\alpha$ just using the theorem you cited here. Just apply it to $A=\alpha+1$ and then we have $\omega_\alpha=F(\alpha).$

If you want to define $(\omega_\alpha)_{\alpha\in Ord}$ as a ordinal sequence on all ordinals, you need to realize that this is a class function, whereas recursion theorem you cite yields a set function $F:A\to V.$ You can't 'avoid classes and only use sets' here. It's true that you never need classes in a certain sense, but you don't replace them by sets, you replace them by metatheoretical reasoning about formulas. You want to prove the existence of a formula (that corresponds to the class function $\omega_\alpha:Ord\to V$ that you want). If you insist on doing it without using any kind of class notation, you will just wind up proving an instance of the class version of transfinite recursion, only everything will be more verbose and difficult to parse. (And it's a good exercise for understanding how classes 'actually work'. You mention Devlin's book here and if I recall right, he has a pretty good discussion on this.)

0
On

($Ord=$ collection of all ordinals)

($Ord_\lim=$ collection of all limit ordinals)

(Class function= same as function but does not require the domain to be a set)

Here is how I saw it for the first time(note, this is not a definition, but a theorem):

Transfinite recursion 1: Suppose that $X$ is some class(collection of sets). Let $D$ be the class of functions $f:\alpha\to X$ where $\alpha\in Ord$, and suppose that $G:D\to X$ is some function. Then there is a (class) function $F:Ord\to X$ such that for any ordinal $\alpha$ we have $F(\alpha)=G(F\restriction\alpha)$.

And we use this to define the alephs(or more accurate: to define the aleph function, $\aleph:Ord\to Card, \aleph_\alpha=\aleph(\alpha)$).

But there is another version I saw that may be more along the lines what you searched:

Transfinite recursion 2: given $X$ a class, $G_1$ set and $G_{2,3}$ are (class) functions then there exists an unique (class) function $F:Ord\to X$ such that:

1: $F(0)=G_1$

2: $\forall\alpha\in Ord(F(\alpha+1)=G_2(F(\alpha)))$

3: $\forall \beta\in Ord_{\lim}(F(\beta)=G_3(F\restriction \beta))$

Using the second theorem it may be easier to understand as it is a lot more similar to classic recursion and to induction.