Theorems · Theorem · order theory
WellFounded.min_eq_of_forall_not_lt
∀ {α : Type u_1} {r : α → α → Prop} [Std.Trichotomous r] (wf : WellFounded r) {s : Set α} {m : α} (hms : m ∈ s),
(∀ x ∈ s, ¬r x m) → wf.min s ⋯ = mThe minimal element of a trichotomous well-founded order is unique
- Defined in
- Mathlib.Order.WellFounded
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Std.Trichotomous
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- WellFounded.minstatement and proof · cited by 33
- WellFounded.min_memproof · cited by 23
- WellFounded.not_lt_minproof · cited by 20
Cited by1
Results whose statement or proof uses this declaration.
- WellFounded.min_imageproof · cited by 0