Theorems · Theorem · general topology
HolderOnWith.interpolate
∀ {X : Type u_1} {Y : Type u_2} [inst : PseudoEMetricSpace X] [inst_1 : PseudoEMetricSpace Y] {r : NNReal} {f : X → Y}
{C₁ C₂ s t₁ t₂ : NNReal} {A : Set X},
HolderOnWith C₁ r f A → HolderOnWith C₂ s f A → t₁ + t₂ = 1 → HolderOnWith (C₁ ^ ↑t₁ * C₂ ^ ↑t₂) (r * t₁ + s * t₂) f AIf a function is (C₁, r)-Hölder and (C₂, s)-Hölder, then it is
(C₁ ^ t₁ * C₂ ^ t₂, r * t₁ + s * t₂)-Hölder for all t₁ t₂ : ℝ≥0 such that
t₁ + t₂ = 1.
- Defined in
- Mathlib.Topology.MetricSpace.Holder
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 205 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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 · cited by 25,697
- ENNRealproof · cited by 9,879
- NNRealstatement and proof · cited by 4,310
- le_reflproof · cited by 2,061
- PseudoEMetricSpacestatement and proof · cited by 1,536
- ENNReal.ofNNRealproof · cited by 1,279
- NNReal.toRealstatement and proof · cited by 1,260
- EDist.edistproof · cited by 735
- le_imp_le_of_le_of_leproof · cited by 576
- mul_nonnegproof · cited by 397
- mul_le_mul'proof · cited by 274
Cited by3
Results whose statement or proof uses this declaration.
- HolderOnWith.interpolate_constproof · cited by 2
- HolderOnWith.of_leproof · cited by 2
- HolderWith.interpolateproof · cited by 0