Theorems · Theorem · order theory
Set.IsWF.min_eq_of_le
∀ {α : Type u_2} [inst : PartialOrder α] {s : Set α} {a : α} (hs : s.IsWF) (ha : a ∈ s), (∀ b ∈ s, a ≤ b) → hs.min ⋯ = a- Defined in
- Mathlib.Order.WellFoundedSet
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- PartialOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- PartialOrderstatement and proof · cited by 6,410
- Set.IsWFstatement and proof · cited by 47
- Set.IsWF.minstatement and proof · cited by 47
- eq_of_le_of_not_ltproof · cited by 28
- Set.IsWF.min_memproof · cited by 20
- Set.nonempty_of_memstatement and proof · cited by 19
- Set.IsWF.not_lt_minproof · cited by 7
Cited by1
Results whose statement or proof uses this declaration.
- HahnSeries.orderTop_eq_of_leproof · cited by 3