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 , say that elements are trichotomously related when either or or . (Clearly no more than one of these can be true.) Say that is trichotomous when any are trichotomously related.
Theorem: a transitive well-founded relation on a set is trichotomous iff it is both extensional and decidable.
Proof: () is trivial. For (), we claim that, for any , if is trichotomously related with every , and every with , then and are trichotomously related. Therefore any are trichotomously related, by induction.
The claim is proved as follows. Decidability of the propositions and gives either or or both and . In the last case, implies , since is trichotomously related with but and , and likewise implies , so extensionality gives . Thus and 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