Theorems · Theorem · general topology
HolderOnWith.edist_le_of_le
∀ {X : Type u_1} {Y : Type u_2} [inst : PseudoEMetricSpace X] [inst_1 : PseudoEMetricSpace Y] {C r : NNReal} {f : X → Y}
{s : Set X},
HolderOnWith C r f s → ∀ {x y : X}, x ∈ s → y ∈ s → ∀ {d : ENNReal}, edist x y ≤ d → edist (f x) (f y) ≤ ↑C * d ^ ↑r- Defined in
- Mathlib.Topology.MetricSpace.Holder
- Cited by
- 4 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.
Cites15
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
- LE.le.transproof · cited by 3,151
- le_reflproof · cited by 2,061
- PseudoEMetricSpacestatement and proof · cited by 1,536
- ENNReal.ofNNRealstatement and proof · cited by 1,279
- NNReal.toRealstatement · cited by 1,260
- EDist.ediststatement and proof · cited by 735
- mul_le_mul'proof · cited by 274
- NNReal.coe_nonnegproof · cited by 130
Cited by4
Results whose statement or proof uses this declaration.
- HolderOnWith.nndist_le_of_leproof · cited by 3
- HolderOnWith.compproof · cited by 2
- HolderOnWith.ediam_image_le_of_leproof · cited by 2
- HolderWith.edist_le_of_leproof · cited by 1