Initial segment of a well-ordered set

well-orders

I'm reading Kuratowski's "Set theory", and here is a question from the Chapter 7.

Let $A$ be a well-ordered set and $X$ its initial segment, i.e. $X$ is a proper subset of $A$, and $\forall x\in X$ if there exists the predecessor $x^-$ of $x$, then $x^-\in X$. Let $r$ be the first element in $A-X$. Let $O(r)=\{a\in A:a < r\}$. Author says that $X=O(r)$, but I can't prove that $X\subset O(r)$. Can you please help me with it?

Best Answer

With these definitions, this is not true.

With this definition - assuming a predecessor of $x$ to be an element of $x^-\in A$ such that $x=\min\{y\in A\,:\, x^-<y\}$ - it is entirely possible that a set $X$ is "predecessor-closed" without there being any $r\in A$ such that $X=O(r)$. Namely, consider the set $X=\{\omega\}$ in $A=\omega+2$: the condition on predecessors is vacuously true, but $X$ is not in the form $[0,r)$ or $[0,r]$ for any $r\in A$.

Typically, the definition we give of initial segment of an ordered set $(A,\le)$ is a subset $X\subsetneq A$ such that, for all $x\in X$ and for all $y\in A$ such that $y\le x$, $y\in X$. With this definition, the claim is true.

Related Question