Let $U$ be a well-ordered set. If $y \in U$ then $y$ can be expressed uniquely on the form,
$y = S^n(x)$
Where $x$ is either the least element of $U$ or a limit point, $n \in \mathbb{N}$ and $S$ is a recursive function defined by
$S^0(x) = x, \ S^{i+1}(x) =S(S^i(x))$
I wish I could show some effort I'm not even sure where to start. The result feels intuitively very good since well-ordered sets behaves in a good manner and feels in my mind somewhat similar to $\mathbb{N}$ so it's maybe not a big surprise that one could express every element via a recursive successor function, but how do I go about proving this?
Should I go for a contraction by assuming there is some $y \in U : y \neq S^{n}(x)\ \forall \ n \in \mathbb{N} $? Can I invoke the Transfinite Recursion Theorem?
For uniqueness, I guess I should to something like this: Let $y\in U:y = S^{n}(x) \land y = S^{n'}(x) $ and then somehow derive that we must have that $n=n'$.
I would really appreciate any help on this.