Example of total order with some properties that is not well ordered

649 Views Asked by At

Is there an example of a total order with properties

  1. there is a least element and
  2. every element has a (unique) successor

not is not also a well ordering?

2

There are 2 best solutions below

0
On BEST ANSWER

Yes: $\bigl(\{0\}\times\mathbb N\bigr) \cup \bigl(\{1\}\times \mathbb Z\bigr)$ with the lexicographic order.

2
On

If you're unfamiliar with lexicographic ordering, the following set of reals has the same effect (and may be easier to visualize):

$\{1-\frac{1}{n}:n\in\mathbb{N}\}\cup\{1+\frac{1}{n}:n\in\mathbb{N}\}\cup\{3-\frac{1}{n}:n\in\mathbb{N}\}$