Theorems · Theorem · combinatorics
Set.sep_infs_le
∀ {α : Type u_2} [inst : SemilatticeInf α] (s t : Set α) (a : α),
{b | b ∈ s ⊼ t ∧ a ≤ b} = {b | b ∈ s ∧ a ≤ b} ⊼ {b | b ∈ t ∧ a ≤ b}- Defined in
- Mathlib.Data.Set.Sups
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 9 from the axioms · uses propext, Quot.sound
- Assumes
- SemilatticeInf
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- Set.ofPredstatement and proof · cited by 6,101
- Set.extproof · cited by 2,266
- SemilatticeInfstatement and proof · cited by 634
- HasInfs.infsstatement · cited by 105
- Set.hasInfsstatement · cited by 43
Cited by1
Results whose statement or proof uses this declaration.
- Finset.filter_infs_leproof · cited by 1