Theorems · Theorem · order theory
extensional_of_trichotomous_of_irrefl
∀ {α : Sort u_1} (r : α → α → Prop) [Std.Trichotomous r] [Std.Irrefl r] {a b : α}, (∀ (x : α), r x a ↔ r x b) → a = bIn a trichotomous irreflexive order, every element is determined by the set of predecessors.
- Defined in
- Mathlib.Order.Defs.Unbundled
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 12 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Std.TrichotomousStd.Irrefl
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- irreflproof · cited by 15
- trichotomousproof · cited by 5
Cited by1
Results whose statement or proof uses this declaration.
- PrincipalSeg.toRelEmbedding_injectiveproof · cited by 1