Want to take part in these discussions? Sign in if you have an account, or apply for one below
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
As explained in the well-order article, any well-order (i.e. extensional, transitive well-founded relation) is a linear order in classical mathematics. The proof given is rather complicated. Happily, within constructive mathematics, there’s a stronger result with a simple proof, as I’ll explain.
Given an irreflexive, transitive relation ≺ on a set X, say that elements a,b∈X are trichotomously related when either a≺b or a=b or b≺a. (Clearly no more than one of these can be true.) Say that ≺ is trichotomous when any a,b∈X are trichotomously related.
Theorem: a transitive well-founded relation ≺ on a set X is trichotomous iff it is both extensional and decidable.
Proof: (⇒) is trivial. For (⇐), we claim that, for any a,b∈X, if a is trichotomously related with every y≺b, and every x≺a with b, then a and b are trichotomously related. Therefore any a,b∈X are trichotomously related, by induction.
The claim is proved as follows. Decidability of the propositions a≺b and b≺a gives either a≺b or b≺a or both a⊀b and b⊀a. In the last case, x≺a implies x≺b, since x is trichotomously related with b but x≠b and b⊀x, and likewise y≺b implies y≺a, so extensionality gives a=b. Thus a and b are trichotomously related.
Martín Escardó has pointed out to me that this proof lies within intensional Martin-Löf dependent type theory.
I formalized Paul’s proof in Agda back in November, here: https://www.cs.bham.ac.uk/~mhe/TypeTopology/Ordinals.Notions.html#is-decidable-order.
Following discussion with Sean Moss, here’s an improved version of this result: A well-founded relation is trichotomous iff it is transitive and extensional and decidable.
Is this also available at https://www.cs.bham.ac.uk/~mhe/TypeTopology/Ordinals.Notions.html#is-decidable-order?
That has the ⇐ direction, which is the nontrivial one.
1 to 5 of 5