Mathlib Map

Theorems · Theorem · general topology

HolderWith.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}, HolderWith C r f → HolderWith C s f → t₁ + t₂ = 1 → HolderWith C (r * t₁ + s * t₂) f

If 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
0 results in Mathlib
Foundations
Depth 207 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
PseudoEMetricSpacePseudoEMetricSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites5

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.