Theorems · Theorem · general topology
Set.PairwiseDisjoint.exists_mem_filter_basis
∀ {α : Type u_1} {I : Type u_6} {l : I → Filter α} {ι : I → Sort u_7} {p : (i : I) → ι i → Prop}
{s : (i : I) → ι i → Set α} {S : Set I},
S.PairwiseDisjoint l →
S.Finite →
(∀ (i : I), (l i).HasBasis (p i) (s i)) →
∃ ind, (∀ (i : I), p i (ind i)) ∧ S.PairwiseDisjoint fun i => s i (ind i)- Defined in
- Mathlib.Order.Filter.Bases.Finite
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
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
- Filterstatement and proof · cited by 8,121
- Set.Finitestatement and proof · cited by 1,814
- Filter.HasBasisstatement and proof · cited by 604
- Set.PairwiseDisjointstatement and proof · cited by 275
- Filter.HasBasis.mem_iffproof · cited by 193
- Set.PairwiseDisjoint.monoproof · cited by 8
- Set.PairwiseDisjoint.exists_mem_filterproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Set.Finite.t2_separationproof · cited by 1