I am self-studying set theory, following the book "The Joy of Sets" by Keith Devlin.
In section 2.2, page 37, the author introduced two equivalent definitions of the cumulative hierarchy.
First, for each ordinal number $\alpha$, there is a set $V_{\alpha}$. It is defined as follows:
- $V_{0}=\emptyset$
- For each successor ordinal $\alpha+1$, the set $V_{\alpha+1}$ is defined as the power set of $V_{\alpha}$, i.e $$V_{\alpha+1}=\mathcal{P}(V_{\alpha})$$
- For each limit ordinal $\alpha$, one might consider $$V_{\alpha}=\mathcal{P}\left(\underset{\beta<\alpha}{\bigcup}V_{\beta}\right).\tag{1}$$
This definition seems totally fine for me, but then the author claims that when we come to investigate the set-theoretic hierarchy more thoroughly we shall see that
$$V_{\alpha+1}=\mathcal{P}\left(\underset{\beta\leq\alpha}{\bigcup}V_{\beta}\right).\tag{2}$$
There's a very subtle difference between the presumed naive definition (1) and the set-theoretical defnition (2). How much is the correct definition (2) different from (1)?
After that, the author gives an equivalent definition for the limit ordinal number case:
$$V_{\alpha}=\underset{\beta<\alpha}{\bigcup}V_{\beta} \tag{3}.$$
How to show that definition (3) is indeed equivalent to definition (2)?
So far, my guess is that the author might have made a mistake. According to Wikipedia, (1) should be $V_{\alpha}=\underset{\beta<\alpha}{\bigcup}\mathcal{P}(V_{\beta})$, and (3) should be equivalent to (1) for some reason which I don't yet.
My favorite definition of $V_\alpha$ (which I think ought to be standard) is the recursion that you quote from Wikipedia: $V_\alpha=\bigcup_{\beta<\alpha}\mathcal P(V_\beta)$. Notice that this immediately implies that $V_0=\varnothing$ (because there is no $\beta<0$) and that if $\alpha\leq\gamma$ then $V_\alpha \subseteq V_\gamma$ and, as a consequence, $\mathcal P(V_\alpha)\subseteq\mathcal P(V_\gamma)$.
In view of these facts, the definition also gives that $V_{\alpha+1}=\bigcup_{\beta\leq\alpha}\mathcal P(V_\beta)=\mathcal P(V_\alpha)$. So we have the $0$ and successor clauses of the definition you quoted from Devlin.
Finally, for a limit ordinal $\alpha$, we have (using the fact that the successor ordinals $<\alpha$ are cofinal among all the ordinals $<\alpha$) that $V_\alpha=\bigcup_{\beta<\alpha}\mathcal P(V_\beta) =\bigcup_{\beta<\alpha}V_{\beta+1}=\bigcup_{\beta<\alpha}V_\beta$, which is formula (3) in the question.