Theorems · Theorem · ordinary differential equations
eq_zero_of_abs_deriv_le_mul_abs_self_of_eq_zero_right
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {f f' : ℝ → E} {K a b : ℝ},
ContinuousOn f (Set.Icc a b) →
(∀ x ∈ Set.Ico a b, HasDerivWithinAt f (f' x) (Set.Ici x) x) →
f a = 0 → (∀ x ∈ Set.Ico a b, ‖f' x‖ ≤ K * ‖f x‖) → ∀ x ∈ Set.Icc a b, f x = 0Let f : [a, b] → E be a differentiable function such that f a = 0
and ‖f'(x)‖ ≤ K ‖f(x)‖ for some constant K. Then f = 0 on [a, b].
- Defined in
- Mathlib.Analysis.ODE.Gronwall
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 190 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Norm.normstatement and proof · cited by 5,413
- add_zeroproof · cited by 2,707
- Set.Iccstatement and proof · cited by 1,702
- ContinuousOnstatement and proof · cited by 1,411
- Set.Icistatement and proof · cited by 1,070
- Set.Icostatement and proof · cited by 799
- norm_zeroproof · cited by 366
- HasDerivWithinAtstatement and proof · cited by 333
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.