Mathlib Map

Theorems · Theorem · general topology

LipschitzWith.dist_le_mul

∀ {α : Type u} {β : Type v} [inst : PseudoMetricSpace α] [inst_1 : PseudoMetricSpace β] {K : NNReal} {f : α → β},
  LipschitzWith K f → ∀ (x y : α), dist (f x) (f y) ≤ ↑K * dist x y

Alias of the forward direction of lipschitzWith_iff_dist_le_mul.

Defined in
Mathlib.Topology.MetricSpace.Lipschitz
Cited by
20 results in Mathlib
Foundations
Depth 149 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
PseudoMetricSpacePseudoMetricSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites7

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by20

Results whose statement or proof uses this declaration.