Theorems · Theorem · general topology
HolderOnWith.of_le
∀ {X : Type u_1} {Y : Type u_2} [inst : PseudoEMetricSpace X] [inst_1 : PseudoEMetricSpace Y] {r : NNReal} {f : X → Y}
{C D s : NNReal} {A : Set X},
(∀ x ∈ A, ∀ y ∈ A, edist x y ≤ ↑D) → HolderOnWith C r f A → s ≤ r → HolderOnWith (C * D ^ (↑r - ↑s)) s f AIf a function is r-Hölder over a bounded set, then it is also s-Hölder when s ≤ r.
- 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.
Cites32
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
- ENNRealstatement · cited by 9,879
- NNRealstatement and proof · cited by 4,310
- mul_oneproof · cited by 3,885
- add_zeroproof · cited by 2,707
- MulZeroClass.zero_mulproof · cited by 1,625
- PseudoEMetricSpacestatement and proof · cited by 1,536
- LT.lt.ne'proof · cited by 1,417
- ENNReal.ofNNRealstatement and proof · cited by 1,279
- NNReal.toRealstatement and proof · cited by 1,260
- le_of_ltproof · cited by 1,175
Cited by2
Results whose statement or proof uses this declaration.
- MemHolder.of_leproof · cited by 3
- HolderWith.of_leproof · cited by 0