Theorems · Theorem · general topology
ContinuousMap.exists_extension
∀ {X₁ : Type u₁} [inst : TopologicalSpace X₁] {X : Type u} [inst_1 : TopologicalSpace X] [NormalSpace X] {e : X₁ → X}
{Y : Type v} [inst_3 : TopologicalSpace Y] [TietzeExtension Y] (he : Topology.IsClosedEmbedding e) (f : C(X₁, Y)),
∃ g, g.comp { toFun := e, continuous_toFun := ⋯ } = fTietze extension theorem for TietzeExtension spaces. Let e be a closed embedding of a
nonempty topological space X₁ into a normal topological space X. Let f be a continuous
function on X₁ with values in a TietzeExtension space Y. Then there exists a
continuous function g : C(X, Y) such that g ∘ e = f.
- Defined in
- Mathlib.Topology.TietzeExtension
- Cited by
- 2 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.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- TopologicalSpacestatement and proof · cited by 24,529
- Set.Elemproof · cited by 7,166
- Set.rangeproof · cited by 4,705
- ContinuousMapstatement and proof · cited by 2,491
- Homeomorphproof · cited by 725
- Homeomorph.symmproof · cited by 365
- Topology.IsClosedEmbeddingstatement and proof · cited by 195
- ContinuousMap.compstatement and proof · cited by 181
- Subtype.coe_etaproof · cited by 110
- toContinuousMapproof · cited by 99
- ContinuousMap.extproof · cited by 92
Cited by2
Results whose statement or proof uses this declaration.
- ContinuousMap.exists_extension'proof · cited by 0
- ContinuousMap.exists_extension_forall_memproof · cited by 0