Theorems · Theorem · general topology
Filter.HasBasis.exists_inter_eq_singleton_of_mem_discrete
∀ {X : Type u_1} [inst : TopologicalSpace X] {ι : Type u_3} {p : ι → Prop} {t : ι → Set X} {s : Set X},
IsDiscrete s → ∀ {x : X}, (nhds x).HasBasis p t → x ∈ s → ∃ i, p i ∧ t i ∩ s = {x}- Defined in
- Mathlib.Topology.Separation.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 74 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.
Cites12
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
- nhdsstatement and proof · cited by 5,554
- Filter.HasBasisstatement and proof · cited by 604
- LE.le.antisymmproof · cited by 507
- Set.singleton_subset_iffproof · cited by 206
- Filter.HasBasis.mem_iffproof · cited by 193
- mem_of_mem_nhdsproof · cited by 126
- IsDiscretestatement and proof · cited by 86
- Filter.HasBasis.mem_of_memproof · cited by 63
- nhdsWithin_hasBasisproof · cited by 15
- singleton_mem_nhdsWithin_of_mem_discreteproof · cited by 2
Cited by3
Results whose statement or proof uses this declaration.
- nhds_inter_eq_singleton_of_mem_discreteproof · cited by 4
- Metric.exists_closedBall_inter_eq_singleton_of_discreteproof · cited by 1
- Metric.exists_ball_inter_eq_singleton_of_mem_discreteproof · cited by 0