Theorems · Theorem · order theory
Finset.le_inf_of_directed_le
∀ {α : Type u_7} [inst : SemilatticeInf α] [inst_1 : OrderTop α] (s : Set α),
s.Nonempty → DirectedOn (fun x1 x2 => x2 ≤ x1) s → ∀ (t : Finset α), (∀ x ∈ t, ∃ y ∈ s, y ≤ x) → ∃ x ∈ s, x ≤ t.inf id- Defined in
- Mathlib.Data.Finset.Lattice.Fold
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 61 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- SemilatticeInfOrderTop
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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
- Finsetstatement and proof · cited by 13,712
- SetLike.coeproof · cited by 8,199
- Set.Nonemptystatement and proof · cited by 2,627
- SemilatticeInfstatement and proof · cited by 634
- OrderTopstatement and proof · cited by 493
- le_topproof · cited by 411
- DirectedOnstatement and proof · cited by 271
- Finset.infstatement and proof · cited by 219
- Finset.induction_onproof · cited by 167
- Finset.mem_insert_selfproof · cited by 128
- Finset.coe_subsetproof · cited by 93
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.