I have two problems about ordinal numbers.
Set $V_0 = \emptyset$ and if we have define $V_a$ then $V_{a+1}= \mathcal{P}(V_a)$ if $a$ is successor and let $ V_{\beta}= \sup\{ V_a ,\quad a<\beta \}= \bigcup \{ V_a ,\quad a< \beta \} $
1.For every ordinal $a$ prove that $ a \in V_{a+1} $
2.If $ a\in \beta $ then prove that $ V_a \in V_{\beta}$
I want to prove these using Transfinite induction but I can't. Can you give some help?
If $a=\emptyset$, then $\emptyset\in \mathcal{P}(\emptyset) = \mathcal{P}(V_a) = V_{a+1}$, as desired.
If the result holds for $a$, then it holds for $a+1$: we know that $a\in V_{a+1}=\mathcal{P}(V_a)$; we need to show that $a\cup\{a\}\in \mathcal{P}(V_{a+1})$. Since $a\in V_{a+1}$, then $a\subseteq V_a$. Since $a$ is an ordinal, if $b\in a$, then $b\subseteq a$, hence $b\subseteq V_a$; thus, $b\in\mathcal{P}(V_a) = V_{a+1}$. Thus, for every $b\in a$, $b\in V_{a+1}$, which shows that $a\subseteq V_{a+1}$. Therefore, since $a\in V_{a+1}$ and $a\subseteq V_{a+1}$, it follows that $a\cup\{a\}\subseteq V_{a+1}$, hence $a\cup\{a\}=a+1\in \mathcal{P}(V_{a+1})=V_{a+2}$, as desired.
Finally, assume that $b$ is a limit ordinal and for all $a\lt b$ we have $a\in V_{a+1}$. We want to show that $b\in V_{b+1}$.
If $a\lt b$, then $a\in V_{a+1}\subseteq V_b$; since $b$ is an ordinal, this implies that if $a\in b$, then $a\in V_b$. Hence, $b\subseteq V_b$, so $b\in\mathcal{P}(V_{b}) = V_{b+1}$, as desired.