Theorems · Theorem · general topology
continuous_extendFrom
∀ {X : Type u_1} {Y : Type u_2} [inst : TopologicalSpace X] [inst_1 : TopologicalSpace Y] [RegularSpace Y] {f : X → Y}
{A : Set X}, Dense A → (∀ (x : X), ∃ y, Filter.Tendsto f (nhdsWithin x A) (nhds y)) → Continuous (extendFrom A f)If a function f to a T₃ space Y has a limit within a
dense set A for any x, then extendFrom A f is continuous.
- Defined in
- Mathlib.Topology.ExtendFrom
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
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
- Set.univproof · cited by 3,945
- Filter.Tendstostatement and proof · cited by 3,814
- Continuousstatement · cited by 2,592
- nhdsWithinstatement and proof · cited by 1,912
- Densestatement and proof · cited by 359
- RegularSpacestatement and proof · cited by 63
- continuousOn_univproof · cited by 43
- extendFromstatement · cited by 15
- continuousOn_extendFromproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.