Theorems · Theorem · general topology
map_nhdsWithin
∀ {α : Type u_1} {β : Type u_2} [inst : TopologicalSpace α] (f : α → β) (a : α) (s : Set α),
Filter.map f (nhdsWithin a s) = ⨅ t ∈ {t | a ∈ t ∧ IsOpen t}, Filter.principal (f '' (t ∩ s))- Defined in
- Mathlib.Topology.NhdsWithin
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 70 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.
Cites13
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
- Set.ofPredstatement · cited by 6,101
- Set.imagestatement · cited by 5,609
- IsOpenstatement · cited by 2,400
- nhdsWithinstatement · cited by 1,912
- iInfstatement · cited by 1,690
- Filter.mapstatement · cited by 819
- Filter.principalstatement · cited by 740
- Filter.HasBasis.mapproof · cited by 51
- Filter.HasBasis.eq_biInfproof · cited by 15
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.