Theorems · Theorem · general topology
LipschitzOnWith.of_le_add_mul
∀ {α : Type u} [inst : PseudoMetricSpace α] {s : Set α} {f : α → ℝ} (K : NNReal),
(∀ x ∈ s, ∀ y ∈ s, f x ≤ f y + ↑K * dist x y) → LipschitzOnWith K f sFor 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
- 2 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.
Cites9
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 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
- LipschitzOnWithstatement and proof · cited by 164
- Real.toNNReal_coeproof · cited by 36
- LipschitzOnWith.of_le_add_mul'proof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- LipschitzOnWith.iff_le_add_mulproof · cited by 0
- LipschitzOnWith.of_le_addproof · cited by 0