Theorems · Definition · general topology
extendFrom
{X : Type u_1} → {Y : Type u_2} → [TopologicalSpace X] → [TopologicalSpace Y] → Set X → (X → Y) → X → YExtend a function from a set A. The resulting function g is such that
at any x₀, if f converges to some y as x tends to x₀ within A,
then g x₀ is defined to be one of these y. Else, g x₀ could be anything.
- Defined in
- Mathlib.Topology.ExtendFrom
- Cited by
- 15 results in Mathlib
- Foundations
- Depth 49 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
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
- nhdsWithinproof · cited by 1,912
- Filter.limUnderproof · cited by 47
Cited by15
Results whose statement or proof uses this declaration.
- extendFrom_eqstatement · cited by 5
- continuousOn_extendFromstatement and proof · cited by 3
- extendFrom_extendsstatement · cited by 2
- continuousOn_Icc_extendFrom_Ioostatement and proof · cited by 2
- exists_isExtrOn_Ioo_of_tendstoproof · cited by 1
- exists_isExtrOn_uIoo_of_tendstoproof · cited by 1
- continuousOn_uIcc_extendFrom_uIoostatement and proof · cited by 1
- tendsto_extendFromstatement · cited by 1
- eq_lim_at_left_extendFrom_Ioostatement · cited by 1
- eq_lim_at_left_extendFrom_uIoostatement · cited by 1
- eq_lim_at_right_extendFrom_Ioostatement · cited by 1
- eq_lim_at_right_extendFrom_uIoostatement · cited by 1