Theorems · Theorem · general topology
BoundedContinuousFunction.exists_extension_forall_mem_of_isClosedEmbedding
∀ {X : Type u_1} {Y : Type u_2} [inst : TopologicalSpace X] [inst_1 : TopologicalSpace Y] [NormalSpace Y]
(f : BoundedContinuousFunction 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 bounded 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 bounded 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 bounded continuous real-valued function g : Y →ᵇ ℝ such that g y ∈ t for all y and
g ∘ e = f.
- Defined in
- Mathlib.Topology.TietzeExtension
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 183 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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.Nonemptystatement and proof · cited by 2,627
- Set.Iccproof · cited by 1,702
- IsEmptyproof · cited by 759
- BoundedContinuousFunctionstatement and proof · cited by 511
- isEmpty_or_nonemptyproof · cited by 269
- Topology.IsClosedEmbeddingstatement and proof · cited by 195
- Set.OrdConnectedstatement and proof · cited by 161
- NormalSpacestatement and proof · cited by 84
Cited by2
Results whose statement or proof uses this declaration.
- ContinuousMap.exists_extension_forall_mem_of_isClosedEmbeddingproof · cited by 1
- BoundedContinuousFunction.exists_forall_mem_domRestrict_eq_of_closedproof · cited by 1