Theorems · Definition · general topology
Filter.comk
{α : Type u_1} →
(p : Set α → Prop) →
p ∅ → (∀ (t : Set α), p t → ∀ s ⊆ t, p s) → (∀ (s : Set α), p s → ∀ (t : Set α), p t → p (s ∪ t)) → Filter αConstruct a filter from a property that is stable under finite unions.
A set s belongs to Filter.comk p _ _ _ iff its complement satisfies the predicate p.
This constructor is useful to define filters like Filter.cofinite.
- Defined in
- Mathlib.Order.Filter.Defs
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 59 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
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
Cited by9
Results whose statement or proof uses this declaration.
- Filter.cofiniteproof · cited by 251
- IsCompact.induction_onproof · cited by 18
- MeasureTheory.Measure.cofiniteproof · cited by 9
- Bornology.ofBoundedproof · cited by 3
- Bornology.ofBounded_coboundedstatement · cited by 1
- Filter.compl_mem_comkstatement · cited by 1
- Filter.comk.congr_simpstatement and proof · cited by 0
- Filter.mem_comkstatement · cited by 0
- Bornology.ofBounded'_coboundedstatement · cited by 0