Initial segments of well-ordered sets are isomorphic

1k Views Asked by At

I want to prove that if $(X,\prec)$ and $(Y,<)$ are well-ordered sets that $X$ must be isomorphic to an initial segment of $Y$ or vice versa. I am trying to do this by defining the function: $$f=\{\langle x,y \rangle\in X\times Y: \hat x \cong \hat y\}$$ I have already proven that it is an isomorphism between its domain and its range, but I'm having difficulty in proving that either dom $f=X$ or ran $f=Y$. I have tried assuming that dom $f\neq X$, which implies that there is an element $x\in X$ such that $\hat x$ is not isomorphic to any initial segment of $Y$, but to no avail. Could anyone give me a hint?

1

There are 1 best solutions below

0
On BEST ANSWER

Assume that $\operatorname{dom}f\neq X$ and $\operatorname{im}f\neq Y$, then let $x\in X-\operatorname{dom}f$ and $y \in Y-\operatorname{im}f$ be minimal. Show now that $f\cup \{(x,y)\}$ is again an isomorphism of initial segments contradicting the maximality of $f$.