Theorems · Theorem · order theory
Finset.mem_sup
∀ {α : Type u_2} {ι : Type u_5} [inst : DecidableEq α] {s : Finset ι} {f : ι → Finset α} {a : α},
a ∈ s.sup f ↔ ∃ i ∈ s, a ∈ f i- Defined in
- Mathlib.Data.Finset.Lattice.Fold
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 59 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- Finset.supstatement and proof · cited by 530
- Finset.cons_inductionproof · cited by 85
- Finset.sup_emptyproof · cited by 72
- Finset.sup_consproof · cited by 30
Cited by4
Results whose statement or proof uses this declaration.
- Finset.mem_sym_iffproof · cited by 9
- Finset.sup_eq_biUnionproof · cited by 7
- Finpartition.exists_memproof · cited by 3
- Finset.sup_singleton_applyproof · cited by 1