Theorems · Theorem · general topology
HolderOnWith.holderOnWith_zero_of_bounded
∀ {X : Type u_1} {Y : Type u_2} [inst : PseudoEMetricSpace X] [inst_1 : PseudoEMetricSpace Y] {r : NNReal} {f : X → Y}
{C D : NNReal} {A : Set X},
(∀ x ∈ A, ∀ y ∈ A, edist x y ≤ ↑D) → HolderOnWith C r f A → HolderOnWith (C * D ^ ↑r) 0 f AIf a function is Hölder over a bounded set, then it is bounded.
- Defined in
- Mathlib.Topology.MetricSpace.Holder
- Cited by
- 2 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.
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 · cited by 25,697
- ENNRealstatement and proof · cited by 9,879
- NNRealstatement and proof · cited by 4,310
- mul_oneproof · cited by 3,885
- le_reflproof · cited by 2,061
- PseudoEMetricSpacestatement and proof · cited by 1,536
- ENNReal.ofNNRealstatement and proof · cited by 1,279
- NNReal.toRealstatement and proof · cited by 1,260
- EDist.ediststatement and proof · cited by 735
- le_imp_le_of_le_of_leproof · cited by 576
- mul_le_mul'proof · cited by 274
Cited by2
Results whose statement or proof uses this declaration.
- HolderOnWith.of_leproof · cited by 2
- HolderWith.holderWith_zero_of_boundedproof · cited by 0