Theorems · Theorem · general topology
codiscreteWithin_iff_locallyEmptyComplementWithin
∀ {X : Type u_1} [inst : TopologicalSpace X] {s U : Set X},
s ∈ Filter.codiscreteWithin U ↔ ∀ z ∈ U, ∃ t ∈ nhdsWithin z {z}ᶜ, t ∩ (U \ s) = ∅Helper lemma for codiscreteWithin_iff_locallyFiniteComplementWithin: A set s is
codiscreteWithin U iff every point z ∈ U has a punctured neighborhood that does not intersect
U \ s.
- Defined in
- Mathlib.Topology.DiscreteSubset
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- TopologicalSpacestatement and proof · cited by 24,529
- Filterstatement · cited by 8,121
- Compl.complstatement and proof · cited by 2,925
- nhdsWithinstatement and proof · cited by 1,912
- Filter.codiscreteWithinstatement · cited by 87
- Set.disjoint_iff_inter_eq_emptyproof · cited by 49
- Set.compl_inter_selfproof · cited by 16
- Disjoint.subset_compl_rightproof · cited by 15
- Filter.exists_mem_subset_iffproof · cited by 7
Cited by3
Results whose statement or proof uses this declaration.
- codiscreteWithin_iff_locallyFiniteComplementWithinproof · cited by 3
- Set.Subsingleton.mem_codiscreteWithinproof · cited by 1
- compl_singleton_mem_codiscreteWithinproof · cited by 0