Let $\alpha$ and $\beta$ be ordinals such that $\alpha>1$ and $\beta\neq0$. Let $\gamma$, $\zeta$, and $\eta$ be ordinals such that $\gamma<\beta$, $\zeta<\alpha$, and $\eta<\alpha^{\gamma}$. I want to prove that $\alpha^{\gamma}\cdot\zeta+\eta<\alpha^{\beta}$. I have already observed that $\alpha^{\gamma}\cdot\zeta<\alpha^{\beta}$. The hard part is showing that the equality still holds if we add $\eta$. Any ideas?
2026-03-26 06:32:33.1774506753
On
Let $α$ and $β$ be ordinals such that $α>1$ and $β\neq0$. Let $γ$, $ζ$, and $η$ be ordinals st $γ<β$, $ζ<α$, and $η<α^{γ}$. Prove $α^γ ζ+η<α^{β}$.
69 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
Note that
$$\alpha^\gamma\cdot\gamma+\eta<\alpha^\gamma\cdot\eta+\alpha^\gamma=\alpha^\gamma\cdot(\eta+1)\leq\alpha^\gamma\cdot\alpha=\alpha^{\gamma+1}\leq\alpha^\beta.$$
Of course, you need to prove the left distributivity rules of multiplication and exponentiation. But that's a whole other topic.
Assuming you have access to the basic rules of ordinal arithmetic, then this is a very simple exercise. If you don't, then I would work on proving those rules rather than working directly with the inequality you want to prove. For the remainder of this answer, I will assume the rules.
From the hypothesis, we know that: $$ \eta <\alpha^\gamma $$ Addition is strictly increasing in the right argument and multiplication is distributive on the right argument, so we know that: $$ \alpha^\gamma\cdot\zeta+\eta < \alpha^\gamma\cdot\zeta+\alpha^\gamma = \alpha^\gamma\cdot(\zeta+1) $$ Since by our hypothesis $\zeta<\alpha$ we know that $\zeta+1\leq\alpha$, and by the fact that multiplication is increasing in the right argument, that exponentiation "works as expected" on the right argument, that exponentiation is increasing in the right argument so long as the left argument is not $1$, and the hypothesis that $\gamma+1\leq\beta$, we know that: $$ \alpha^\gamma\cdot(\zeta+1)\leq\alpha^{\gamma}\alpha=\alpha^{\gamma+1}\leq\alpha^\beta $$
And thus we have shown what was needed.
Note, there is a lot of detail that is being taken care of by our rules. They are not hard to prove, but you must make sure that you are not taking them for granted.