Theorems · Theorem · general topology
HolderOnWith.interpolate_const
∀ {X : Type u_1} {Y : Type u_2} [inst : PseudoEMetricSpace X] [inst_1 : PseudoEMetricSpace Y] {r : NNReal} {f : X → Y}
{C s t₁ t₂ : NNReal} {A : Set X},
HolderOnWith C r f A → HolderOnWith C s f A → t₁ + t₂ = 1 → HolderOnWith C (r * t₁ + s * t₂) f AIf a function is (C, r)-Hölder and (C, s)-Hölder,
then it is (C, r * t₁ + s * t₂)-Hölder for all t₁ t₂ : ℝ≥0 such that
t₁ + t₂ = 1.
- Defined in
- Mathlib.Topology.MetricSpace.Holder
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 206 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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
- NNRealstatement and proof · cited by 4,310
- PseudoEMetricSpacestatement and proof · cited by 1,536
- NNReal.toRealproof · cited by 1,260
- HolderOnWithstatement and proof · cited by 44
- NNReal.rpow_oneproof · cited by 38
- HolderOnWith.interpolateproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- convex_setOfPred_holderOnWithproof · cited by 3
- HolderWith.interpolate_constproof · cited by 0