Mathlib Map

Theorems · Theorem · general topology

nhdsWithin_hasBasis

∀ {α : Type u_1} [inst : TopologicalSpace α] {ι : Sort u_5} {p : ι → Prop} {s : ι → Set α} {a : α},
  (nhds a).HasBasis p s → ∀ (t : Set α), (nhdsWithin a t).HasBasis p fun i => s i ∩ t
Defined in
Mathlib.Topology.NhdsWithin
Cited by
15 results in Mathlib
Foundations
Depth 68 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.

Cites6

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by15

Results whose statement or proof uses this declaration.