Theorems · Theorem · general topology
ContinuousMap.exists_restrict_eq_forall_mem_of_closed
∀ {Y : Type u_2} [inst : TopologicalSpace Y] [NormalSpace Y] {s : Set Y} (f : C(↑s, ℝ)) {t : Set ℝ} [t.OrdConnected],
(∀ (x : ↑s), f x ∈ t) → t.Nonempty → IsClosed s → ∃ g, (∀ (y : Y), g y ∈ t) ∧ ContinuousMap.restrict s g = fTietze extension theorem for real-valued continuous maps, a version for a closed set. Let
s be a closed set in a normal topological space Y. Let f be a continuous real-valued function
on s. 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 : s. Then
there exists a continuous real-valued function g : C(Y, ℝ) such that g y ∈ t for all y and
g.restrict s = f.
- Defined in
- Mathlib.Topology.TietzeExtension
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 185 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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.Elemstatement and proof · cited by 7,166
- Set.Nonemptystatement and proof · cited by 2,627
- ContinuousMapstatement and proof · cited by 2,491
- IsClosedstatement and proof · cited by 1,639
- Set.OrdConnectedstatement and proof · cited by 161
- NormalSpacestatement and proof · cited by 84
- ContinuousMap.restrictstatement and proof · cited by 61
- IsClosed.isClosedEmbedding_subtypeValproof · cited by 19
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.