Theorems · Definition · general topology
Filter.ofCountableUnion
{α : Type u_2} →
(l : Set (Set α)) →
(∀ (S : Set (Set α)), S.Countable → (∀ s ∈ S, s ∈ l) → ⋃₀ S ∈ l) → (∀ t ∈ l, ∀ s ⊆ t, s ∈ l) → Filter αConstruct a filter with countable intersection property.
Similarly to Filter.comk, a set belongs to this filter if its complement satisfies the property.
Similarly to Filter.ofCountableInter,
this constructor deduces some properties from the countable intersection property
which becomes the countable union property because we take complements of all sets.
- Defined in
- Mathlib.Order.Filter.CountableInter
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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 · cited by 8,121
- Set.ofPredproof · cited by 6,101
- Compl.complproof · cited by 2,925
- Set.Countablestatement and proof · cited by 545
- Set.sUnionstatement and proof · cited by 392
- Filter.ofCountableInterproof · cited by 1
Cited by6
Results whose statement or proof uses this declaration.
- MeasureTheory.aeproof · cited by 2,352
- Set.indicator_ae_eq_zeroproof · cited by 1
- Filter.mem_ofCountableUnionstatement · cited by 1
- IsLindelof.induction_onproof · cited by 1
- Filter.ofCountableUnion.congr_simpstatement and proof · cited by 0
- Set.mulIndicator_ae_eq_oneproof · cited by 0