Theorems · Theorem · general topology
TopologicalSpace.nhds_mkOfNhds_of_hasBasis
∀ {α : Type u} {n : α → Filter α} {ι : α → Sort u_1} {p : (a : α) → ι a → Prop} {s : (a : α) → ι a → Set α},
(∀ (a : α), (n a).HasBasis (p a) (s a)) →
(∀ (a : α) (i : ι a), p a i → a ∈ s a i) →
(∀ (a : α) (i : ι a), p a i → ∀ᶠ (x : α) in n a, s a i ∈ n x) → ∀ (a : α), nhds a = n a- Defined in
- Mathlib.Topology.Order
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 63 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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
- TopologicalSpaceproof · cited by 24,529
- Filterstatement and proof · cited by 8,121
- Set.ofPredproof · cited by 6,101
- nhdsstatement · cited by 5,554
- Filter.Eventuallystatement and proof · cited by 3,134
- IsOpenproof · cited by 2,400
- le_antisymmproof · cited by 2,068
- Filter.Eventually.monoproof · cited by 646
- Filter.HasBasisstatement and proof · cited by 604
- Filter.HasBasis.mem_iffproof · cited by 193
- mem_nhds_iffproof · cited by 67
Cited by5
Results whose statement or proof uses this declaration.
- GroupFilterBasis.nhds_eqproof · cited by 3
- AddGroupFilterBasis.nhds_eqproof · cited by 3
- TopologicalSpace.nhds_mkOfNhdsproof · cited by 2
- UniformSpace.Core.nhds_toTopologicalSpaceproof · cited by 1
- TopologicalSpace.nhds_mkOfNhds_filterBasisproof · cited by 0