Theorems · Theorem · general topology
ContinuousMap.exists_extension_forall_mem_of_isClosedEmbedding
∀ {X : Type u_1} {Y : Type u_2} [inst : TopologicalSpace X] [inst_1 : TopologicalSpace Y] [NormalSpace Y] (f : C(X, ℝ))
{t : Set ℝ} {e : X → Y} [hs : t.OrdConnected],
(∀ (x : X), f x ∈ t) → t.Nonempty → Topology.IsClosedEmbedding e → ∃ g, (∀ (y : Y), g y ∈ t) ∧ ⇑g ∘ e = ⇑fTietze extension theorem for real-valued continuous maps, a version for a closed
embedding. Let e be a closed embedding of a nonempty topological space X into a normal
topological space Y. Let f be a continuous real-valued function on X. Let t be a nonempty
convex set of real numbers (we use OrdConnected instead of Convex to automatically deduce this
argument by typeclass search) such that f x ∈ t for all x. Then there exists a continuous
real-valued function g : C(Y, ℝ) such that g y ∈ t for all y and g ∘ e = f.
- Defined in
- Mathlib.Topology.TietzeExtension
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 184 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites38
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- Set.Elemproof · cited by 7,166
- Set.imageproof · cited by 5,609
- Set.Nonemptystatement and proof · cited by 2,627
- ContinuousMapstatement and proof · cited by 2,491
- Set.Iccproof · cited by 1,702
- Set.Iooproof · cited by 1,214
- OrderIsoproof · cited by 874
- BoundedContinuousFunctionproof · cited by 511
Cited by1
Results whose statement or proof uses this declaration.
- ContinuousMap.exists_restrict_eq_forall_mem_of_closedproof · cited by 0