I am trying to prove, for every three ordinals $\alpha,\beta,$ and $\gamma$, that $\alpha^{\beta+\gamma}=\alpha^{\beta}\alpha^{\gamma}$.
Proof is by induction on $\gamma$.
Basis: If $\gamma = 0$, then $\alpha^{\beta+0}=\alpha^{\beta}=\alpha^{\beta}*1=\alpha^{\beta}*\alpha^0.$
Assumption: Suppose true for every $\delta < \gamma$.
Show for $\gamma$:
If $\gamma$ is a successor ordinal, then there exist $\delta$ such that $\gamma=\delta+1$, and $\alpha^{\beta+\gamma}=\alpha^{\beta+\delta+1}=\alpha^{(\beta+\delta)+1}= \alpha^{\beta+\delta}\alpha^1=_{\mathrm{assumption}}\alpha^{\beta}\alpha^{\delta}\alpha= \alpha^{\beta}\alpha^{\delta+1}.$
If $\alpha$ is a limit ordinal, then $\alpha^{\beta+\gamma}=\sup\{\alpha^{\beta+\delta};\delta < \gamma\}= \sup\{\alpha^{\beta}\alpha^{\delta};\delta < \gamma\}=_{***}\alpha^\beta\alpha^\gamma.$
I am mainly intrested in the last part of the proof signed with $***$. Can I say that? And if not, how do I continue from here?
Thank you! Shir
The proof is generally okay. As for that last part, if you already know that exponentiation and multiplication are continuous, then the last equality is true and trivial enough to stand on its own. But if you don't, then you need to prove it - or at least this equality.
Since $\alpha^\beta$ is fixed here, we can show that $\gamma_1<\gamma_2\implies\alpha^\beta\alpha^{\gamma_1}\leq\alpha^\beta\alpha^{\gamma_2}$, this is either by induction or by using the fact that exponentiation is preserving $\leq$.
Now we can finish the proof. Clearly $\delta<\gamma$ implies $\alpha^\beta\alpha^\delta\leq\alpha^\beta\alpha^\gamma$. On the other hand if $\tau<\alpha^\beta\alpha^\gamma$, then we can write it as $\alpha^\beta\cdot\tau_1+\tau_2$. Show that $\tau_2$ and $\tau_1$ are both $\leq\alpha^\delta$ for some $\delta<\gamma$, and you're practically done.