Theorems · Theorem · order theory
Set.IsWF.le_min_iff
∀ {α : Type u_2} [inst : LinearOrder α] {s : Set α} {a : α} (hs : s.IsWF) (hn : s.Nonempty),
a ≤ hs.min hn ↔ ∀ b ∈ s, a ≤ b- Defined in
- Mathlib.Order.WellFoundedSet
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- LinearOrder
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
- LinearOrderstatement and proof · cited by 8,572
- Set.Nonemptystatement and proof · cited by 2,627
- le_transproof · cited by 985
- Set.IsWFstatement and proof · cited by 47
- Set.IsWF.minstatement and proof · cited by 47
- Set.IsWF.min_memproof · cited by 20
- Set.IsWF.min_leproof · cited by 14
Cited by5
Results whose statement or proof uses this declaration.
- Set.IsWF.min_le_min_of_subsetproof · cited by 7
- Set.IsWF.min_addproof · cited by 3
- Set.IsWF.min_vaddproof · cited by 1
- Set.IsWF.min_smulproof · cited by 0
- Set.IsWF.min_mulproof · cited by 0