Theorems · Theorem · general topology
BoundedContinuousFunction.exists_norm_eq_domRestrict_eq
∀ {X : Type u} [inst : TopologicalSpace X] [NormalSpace X] {s : Set X},
IsClosed s →
∀ (𝕜 : Type v) [inst_2 : RCLike 𝕜] {E : Type w} [inst_3 : NormedAddCommGroup E] [inst_4 : NormedSpace 𝕜 E]
[FiniteDimensional 𝕜 E] (f : BoundedContinuousFunction (↑s) E), ∃ g, ‖g‖ = ‖f‖ ∧ g.domRestrict s = fTietze extension theorem for real-valued bounded continuous maps, a version with a closed
embedding and bundled composition. If e : C(X, Y) is a closed embedding of a topological space
into a normal topological space and f : X →ᵇ ℝ is a bounded continuous function, then there exists
a bounded continuous function g : Y →ᵇ ℝ of the same norm such that g ∘ e = f.
- Defined in
- Mathlib.Analysis.Complex.Tietze
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 191 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites32
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realstatement · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Set.Elemstatement and proof · cited by 7,166
- Norm.normstatement and proof · cited by 5,413
- RCLikestatement and proof · cited by 2,829
- ContinuousMapproof · cited by 2,491
- le_antisymmproof · cited by 2,068
- FiniteDimensionalstatement and proof · cited by 1,854
Cited by1
Results whose statement or proof uses this declaration.
- BoundedContinuousFunction.exists_norm_eq_restrict_eqproof · cited by 0