Theorems · Theorem · ordinary differential equations
norm_le_gronwallBound_of_norm_deriv_right_le
∀ {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‖ ≤ δ → (∀ x ∈ Set.Ico a b, ‖f' x‖ ≤ K * ‖f x‖ + ε) → ∀ x ∈ Set.Icc a b, ‖f x‖ ≤ gronwallBound δ K ε (x - a)A Grönwall-like inequality: if f : ℝ → E is continuous on [a, b], has right derivative
f' x at every point x ∈ [a, b), and satisfies the inequalities ‖f a‖ ≤ δ,
∀ x ∈ [a, b), ‖f' x‖ ≤ K * ‖f x‖ + ε, then ‖f x‖ is bounded by gronwallBound δ K ε (x - a)
on [a, b].
- Defined in
- Mathlib.Analysis.ODE.Gronwall
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 189 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
- 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
- HasDerivWithinAtstatement and proof · cited by 333
- Continuous.comp_continuousOnproof · cited by 52
- continuous_normproof · cited by 36
Cited by2
Results whose statement or proof uses this declaration.
- dist_le_of_approx_trajectories_ODE_of_memproof · cited by 2
- eq_zero_of_abs_deriv_le_mul_abs_self_of_eq_zero_rightproof · cited by 0