Theorems · Theorem · general topology
Set.LeftInvOn.map_nhdsWithin_eq
∀ {α : Type u_1} {β : Type u_2} [inst : TopologicalSpace α] [inst_1 : TopologicalSpace β] {f : α → β} {g : β → α}
{x : β} {s : Set β},
Set.LeftInvOn f g s →
f (g x) = x →
ContinuousWithinAt f (g '' s) (g x) →
ContinuousWithinAt g s x → Filter.map g (nhdsWithin x s) = nhdsWithin (g x) (g '' s)- Defined in
- Mathlib.Topology.ContinuousOn
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 64 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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.imagestatement and proof · cited by 5,609
- Filter.Tendstoproof · cited by 3,814
- le_antisymmproof · cited by 2,068
- nhdsWithinstatement and proof · cited by 1,912
- Filter.EventuallyEqproof · cited by 1,912
- Filter.mapstatement · cited by 819
- ContinuousWithinAtstatement and proof · cited by 512
- self_mem_nhdsWithinproof · cited by 215
- Set.mapsTo_imageproof · cited by 71
Cited by3
Results whose statement or proof uses this declaration.
- OpenPartialHomeomorph.map_nhdsWithin_eqproof · cited by 4
- OpenPartialHomeomorph.map_extend_nhdsWithin_eq_imageproof · cited by 3
- Function.LeftInverse.map_nhds_eqproof · cited by 0