Iv'e encountered the following exercise: Show that for any $\alpha,\beta\in\text{Ord}$ if $\alpha+1=\beta+1$ then $\alpha=\beta$
I think the way to prove this is by induction on, say, $\alpha$. Base $\left(\alpha=0\right)$ is easy, but for the successor step I'm stuck. How can I use the information $$\alpha+1=\beta+1\implies\alpha=\beta$$ to prove $$\left(\alpha+1\right)+1=\gamma+1\implies\alpha+1=\gamma$$ Or can I somehow use some sort of “double induction” on both $\alpha$ and $\beta$?
I also have the same problem with the limit step.
I wouldn't use induction, but the raw definitions:
$\alpha+1$ and $\beta+1$ are both totally ordered by $\in$. A total order has at most one maximal element. $\alpha$ is a maximal element of $\alpha+1=\alpha\cup\{\alpha\}$ ...