Theorems · Theorem · general topology
ContinuousMap.exists_extension_forall_mem
∀ {X₁ : Type u₁} [inst : TopologicalSpace X₁] {X : Type u} [inst_1 : TopologicalSpace X] [NormalSpace X] {e : X₁ → X}
(he : Topology.IsClosedEmbedding e) {Y : Type v} [inst_3 : TopologicalSpace Y] (f : C(X₁, Y)) {t : Set Y},
(∀ (x : X₁), f x ∈ t) →
∀ [ht : TietzeExtension ↑t], ∃ g, (∀ (x : X), g x ∈ t) ∧ g.comp { toFun := e, continuous_toFun := ⋯ } = fThis theorem is not intended to be used directly because it is rare for a set alone to
satisfy [TietzeExtension t]. For example, Metric.ball in ℝ only satisfies it when
the radius is strictly positive, so finding this as an instance will fail.
Instead, it is intended to be used as a constructor for theorems about sets which do satisfy
[TietzeExtension t] under some hypotheses.
- Defined in
- Mathlib.Topology.TietzeExtension
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 80 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
- TopologicalSpacestatement and proof · cited by 24,529
- Set.Elemstatement and proof · cited by 7,166
- ContinuousMapstatement and proof · cited by 2,491
- Topology.IsClosedEmbeddingstatement and proof · cited by 195
- ContinuousMap.compstatement and proof · cited by 181
- continuous_subtype_valproof · cited by 159
- ContinuousMapClass.map_continuousproof · cited by 119
- ContinuousMap.extproof · cited by 92
- NormalSpacestatement and proof · cited by 84
- Set.codRestrictproof · cited by 48
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.