2 parents 2351317 + c7cd9bc commit 0f0b02fCopy full SHA for 0f0b02f
1 file changed
Analysis/Section_10_2.lean
@@ -106,7 +106,7 @@ theorem lipschitz_bound {M a b:ℝ} (hM: M > 0) (hab: a < b) {f:ℝ → ℝ}
106
(hcont: ContinuousOn f (.Icc a b))
107
(hderiv: DifferentiableOn ℝ f (.Ioo a b))
108
(hlip: ∀ x ∈ Set.Ioo a b, |derivWithin f (.Ioo a b) x| ≤ M)
109
- {x y:ℝ} (hx: x ∈ Set.Ioo a b) (hy: y ∈ Set.Ioo a b) :
+ {x y:ℝ} (hx: x ∈ Set.Icc a b) (hy: y ∈ Set.Icc a b) :
110
|f x - f y| ≤ M * |x - y| := by
111
sorry
112
0 commit comments