Theorems · Definition · general topology
LipschitzWith
{α : Type u} → {β : Type v} → [PseudoEMetricSpace α] → [PseudoEMetricSpace β] → NNReal → (α → β) → PropA function f is Lipschitz continuous with constant K ≥ 0 if for all x, y
we have dist (f x) (f y) ≤ K * dist x y.
- Defined in
- Mathlib.Topology.EMetricSpace.Lipschitz
- Cited by
- 316 results in Mathlib
- Foundations
- Depth 147 from the axioms, rests on 3,160 definitions · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- NNRealstatement and proof · cited by 4,310
- PseudoEMetricSpacestatement and proof · cited by 1,536
- ENNReal.ofNNRealproof · cited by 1,279
- EDist.edistproof · cited by 735
Cited by335
Results whose statement or proof uses this declaration.
- ContractingWithproof · cited by 39
- LipschitzWith.uniformContinuousstatement and proof · cited by 33
- LipschitzWith.continuousstatement and proof · cited by 30
- Isometry.lipschitzstatement · cited by 22
- LipschitzWith.dist_le_mulstatement · cited by 20
- ContinuousLinearMap.lipschitzstatement · cited by 16
- LipschitzWith.lipschitzOnWithstatement and proof · cited by 16
- LipschitzWith.of_dist_le_mulstatement · cited by 13
- BoundedContinuousFunction.compstatement and proof · cited by 12
- LipschitzWith.of_edist_lestatement · cited by 12
- LipschitzWith.compstatement and proof · cited by 11
- lipschitzOnWith_univstatement · cited by 11
Showing the 200 most cited of 335.