Theorems · Theorem · real analysis
norm_sub_le_mul_volume_of_norm_fderiv_le
∀ {E : Type u_1} {F : Type u_2} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [inst_2 : NormedAddCommGroup F]
[inst_3 : NormedSpace ℝ F] {f : E → F} {a b : E} {C : ℝ} {s : Set E},
IsOpen s →
DiffContOnCl ℝ f s →
openSegment ℝ a b ⊆ s →
(∀ x ∈ s, ‖fderiv ℝ f x‖ ≤ C) →
‖f b - f a‖ ≤
C * ‖b - a‖ * MeasureTheory.volume.real {t | t ∈ Set.Ioo 0 1 ∧ fderiv ℝ f ((AffineMap.lineMap a b) t) ≠ 0}Let f : E → F be a function differentiable on a set s and continuous on its closure.
Let a, b be two points such that the open segment connecting a to b is a subset of s.
If ‖Df‖ ≤ C everywhere on s then ‖f b - f a‖ ≤ C * volume u,
where u is the set of points t ∈ Ioo 0 1
such that f has nonzero derivative at lineMap a b t.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 270 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites50
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- RingHom.idstatement · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Top.topproof · cited by 9,680
- Set.ofPredstatement · cited by 6,101
- Norm.normstatement and proof · cited by 5,413
- ContinuousLinearMapstatement · cited by 5,352
- LE.le.transproof · cited by 3,151
- Nat.cast_oneproof · cited by 2,501
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.