Theorems · Theorem · general topology
ContinuousMap.exists_forall_mem_restrict_eq
∀ {X : Type u} [inst : TopologicalSpace X] [NormalSpace X] {s : Set X},
IsClosed s →
∀ {Y : Type v} [inst_2 : TopologicalSpace Y] (f : C(↑s, Y)) {t : Set Y},
(∀ (x : ↑s), f x ∈ t) → ∀ [ht : TietzeExtension ↑t], ∃ g, (∀ (x : X), g x ∈ t) ∧ ContinuousMap.restrict s g = 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
- 1 results in Mathlib
- Foundations
- Depth 75 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
- IsClosedstatement and proof · cited by 1,639
- ContinuousMap.compproof · 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
- ContinuousMap.restrictstatement and proof · cited by 61
Cited by1
Results whose statement or proof uses this declaration.
- BoundedContinuousFunction.exists_norm_eq_domRestrict_eqproof · cited by 1