Theorems · Theorem · convex and discrete geometry
ConvexOn.lipschitzOnWith_of_abs_le
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {f : E → ℝ} {x₀ : E} {ε r M : ℝ},
ConvexOn ℝ (Metric.ball x₀ r) f →
0 < ε → (∀ (a : E), dist a x₀ < r → |f a| ≤ M) → LipschitzOnWith (2 * M / ε).toNNReal f (Metric.ball x₀ (r - ε))- Defined in
- Mathlib.Analysis.Convex.Continuous
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 158 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites58
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
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Norm.normproof · cited by 5,413
- mul_oneproof · cited by 3,885
- LE.le.transproof · cited by 3,151
- one_mulproof · cited by 2,841
- mul_commproof · cited by 2,262
- LT.lt.leproof · cited by 2,189
- MulZeroClass.mul_zeroproof · cited by 2,091
- le_reflproof · cited by 2,061
- Nat.cast_zeroproof · cited by 1,870
Cited by2
Results whose statement or proof uses this declaration.
- ConvexOn.exists_lipschitzOnWith_of_isBoundedproof · cited by 2
- ConcaveOn.lipschitzOnWith_of_abs_leproof · cited by 0