Theorems · Theorem · general topology
LipschitzWith.of_le_add_mul
∀ {α : Type u} [inst : PseudoMetricSpace α] {f : α → ℝ} (K : NNReal),
(∀ (x y : α), f x ≤ f y + ↑K * dist x y) → LipschitzWith K fFor functions to ℝ, it suffices to prove f x ≤ f y + K * dist x y; this version
assumes 0≤K.
- Defined in
- Mathlib.Topology.MetricSpace.Lipschitz
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 154 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- PseudoMetricSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- NNRealstatement and proof · cited by 4,310
- PseudoMetricSpacestatement and proof · cited by 1,550
- Dist.diststatement and proof · cited by 1,539
- NNReal.toRealstatement and proof · cited by 1,260
- LipschitzWithstatement and proof · cited by 316
- Real.toNNReal_coeproof · cited by 36
- LipschitzWith.of_le_add_mul'proof · cited by 1
Cited by4
Results whose statement or proof uses this declaration.
- LipschitzWith.of_le_addproof · cited by 7
- LipschitzOnWith.extend_realproof · cited by 3
- Convex.lipschitzWith_gaugeproof · cited by 1
- LipschitzWith.iff_le_add_mulproof · cited by 0