Mathlib Map

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 A

If 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
Assumes
PseudoEMetricSpacePseudoEMetricSpace

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.

Cited by2

Results whose statement or proof uses this declaration.