Theorems · Theorem · general topology
lipschitzOnWith_iff_dist_le_mul
∀ {α : Type u} {β : Type v} [inst : PseudoMetricSpace α] [inst_1 : PseudoMetricSpace β] {K : NNReal} {s : Set α}
{f : α → β}, LipschitzOnWith K f s ↔ ∀ x ∈ s, ∀ y ∈ s, dist (f x) (f y) ≤ ↑K * dist x y- Defined in
- Mathlib.Topology.MetricSpace.Lipschitz
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 148 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- NNRealstatement and proof · cited by 4,310
- PseudoMetricSpacestatement and proof · cited by 1,550
- Dist.diststatement · cited by 1,539
- ENNReal.ofNNRealproof · cited by 1,279
- NNReal.toRealstatement and proof · cited by 1,260
- NNDist.nndistproof · cited by 235
- LipschitzOnWithstatement · cited by 164
- edist_nndistproof · cited by 38
Cited by3
Results whose statement or proof uses this declaration.
- LipschitzOnWith.dist_le_mulproof · cited by 5
- LipschitzOnWith.of_dist_le_mulproof · cited by 4
- lipschitzOnWith_iff_norm_neg_add_leproof · cited by 2