Theorems · Theorem · general topology
BoundedContinuousFunction.exists_forall_mem_domRestrict_eq_of_closed
∀ {Y : Type u_2} [inst : TopologicalSpace Y] [NormalSpace Y] {s : Set Y} (f : BoundedContinuousFunction ↑s ℝ),
IsClosed s →
∀ {t : Set ℝ} [t.OrdConnected], (∀ (x : ↑s), f x ∈ t) → t.Nonempty → ∃ g, (∀ (y : Y), g y ∈ t) ∧ g.domRestrict s = fTietze extension theorem for real-valued bounded continuous maps, a version for a closed
set. Let s be a closed set in a normal topological space Y. Let f be a bounded 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 bounded continuous real-valued function
g : Y →ᵇ ℝ such that g y ∈ t for all y and g.domRestrict s = 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.
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
- IsClosedstatement and proof · cited by 1,639
- BoundedContinuousFunctionstatement and proof · cited by 511
- Set.OrdConnectedstatement and proof · cited by 161
- DFunLike.coe_injectiveproof · cited by 161
- NormalSpacestatement and proof · cited by 84
- IsClosed.isClosedEmbedding_subtypeValproof · cited by 19
Cited by1
Results whose statement or proof uses this declaration.
- BoundedContinuousFunction.exists_forall_mem_restrict_eq_of_closedproof · cited by 0