Theorems · Theorem · general topology
LipschitzOnWith.extend_pi
∀ {α : Type u} {ι : Type x} [inst : PseudoMetricSpace α] [inst_1 : Fintype ι] {f : α → ι → ℝ} {s : Set α} {K : NNReal},
LipschitzOnWith K f s → ∃ g, LipschitzWith K g ∧ Set.EqOn f g sA function f : α → (ι → ℝ) which is K-Lipschitz on a subset s admits a K-Lipschitz
extension to the whole space. The same result for the space ℓ^∞ (ι, ℝ) over a possibly infinite
type ι is implemented in LipschitzOnWith.extend_lp_infty.
- Defined in
- Mathlib.Topology.MetricSpace.Lipschitz
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 156 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- PseudoMetricSpaceFintype
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- Fintypestatement and proof · cited by 7,736
- NNRealstatement and proof · cited by 4,310
- LE.le.transproof · cited by 3,151
- PseudoMetricSpacestatement and proof · cited by 1,550
- Set.EqOnstatement and proof · cited by 603
- mul_nonnegproof · cited by 397
- LipschitzWithstatement and proof · cited by 316
- LipschitzOnWithstatement and proof · cited by 164
- dist_nonnegproof · cited by 126
- LipschitzWith.dist_le_mulproof · cited by 20
Cited by1
Results whose statement or proof uses this declaration.
- LipschitzOnWith.extend_finite_dimensionproof · cited by 1