[step:Verify that the inherited relation is a total order on $X$]We are given a nested family $\{X_i : i \in I\}$ of well-orderings: for any $i, j \in I$ there exists $k \in I$ with $X_i \leq X_k$ and $X_j \leq X_k$, meaning both $X_i$ and $X_j$ embed as initial segments of $X_k$. Define
\begin{align*}
X &:= \bigcup_{i \in I} X_i, & {<} &:= \bigcup_{i \in I} {<_i} \subseteq X \times X.
\end{align*}
For $a, b \in X$ write $a < b$ when there exists $i \in I$ with $a, b \in X_i$ and $a <_i b$.
We must check that $<$ is irreflexive, transitive, and trichotomous on $X$.
*Irreflexivity.* If $a < a$ then $a <_i a$ for some $i$, contradicting irreflexivity of $<_i$.
*Transitivity.* Suppose $a < b$ and $b < c$; pick $i, j$ with $a <_i b$ and $b <_j c$. By the nesting hypothesis there exists $k \in I$ with $X_i \leq X_k$ and $X_j \leq X_k$. Because the embedding of $X_i$ into $X_k$ is order-preserving, $a <_k b$; likewise $b <_k c$. Transitivity of $<_k$ gives $a <_k c$, hence $a < c$.
*Trichotomy.* Given $a, b \in X$, pick $i, j$ with $a \in X_i$, $b \in X_j$, and $k$ with $X_i, X_j$ both initial segments of $X_k$. Then $a, b \in X_k$, and trichotomy of $<_k$ gives $a <_k b$, $a = b$, or $b <_k a$. Any of these yields the corresponding relation under $<$.
Hence $(X, <)$ is a totally ordered set.[/step]