Theorems · Theorem · general topology
continuousOn_extendFrom
∀ {X : Type u_1} {Y : Type u_2} [inst : TopologicalSpace X] [inst_1 : TopologicalSpace Y] [RegularSpace Y] {f : X → Y}
{A B : Set X},
B ⊆ closure A → (∀ x ∈ B, ∃ y, Filter.Tendsto f (nhdsWithin x A) (nhds y)) → ContinuousOn (extendFrom A f) BIf f is a function to a T₃ space Y which has a limit within A at any
point of a set B ⊆ closure A, then extendFrom A f is continuous on B.
- Defined in
- Mathlib.Topology.ExtendFrom
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites28
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
- Filterproof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Set.preimageproof · cited by 4,946
- Filter.Tendstostatement and proof · cited by 3,814
- IsOpenproof · cited by 2,400
- nhdsWithinstatement and proof · cited by 1,912
- IsClosedproof · cited by 1,639
- ContinuousOnstatement and proof · cited by 1,411
- closurestatement and proof · cited by 1,254
- Filter.NeBotproof · cited by 853
Cited by3
Results whose statement or proof uses this declaration.
- continuousOn_Icc_extendFrom_Iooproof · cited by 2
- continuousOn_Ico_extendFrom_Iooproof · cited by 1
- continuous_extendFromproof · cited by 0