Theorems · Theorem · ordinary differential equations
dist_le_of_trajectories_ODE
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {v : ℝ → E → E} {K : NNReal} {f g : ℝ → E}
{a b δ : ℝ},
(∀ (t : ℝ), LipschitzWith K (v t)) →
ContinuousOn f (Set.Icc a b) →
(∀ t ∈ Set.Ico a b, HasDerivWithinAt f (v t (f t)) (Set.Ici t) t) →
ContinuousOn g (Set.Icc a b) →
(∀ t ∈ Set.Ico a b, HasDerivWithinAt g (v t (g t)) (Set.Ici t) t) →
dist (f a) (g a) ≤ δ → ∀ t ∈ Set.Icc a b, dist (f t) (g t) ≤ δ * Real.exp (↑K * (t - a))If f and g are two exact solutions of the same ODE, then the distance between them
can't grow faster than exponentially. This is a simple corollary of Grönwall's inequality, and some
people call this Grönwall's inequality too.
This version assumes all inequalities to be true in the whole space.
- Defined in
- Mathlib.Analysis.ODE.Gronwall
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 192 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- NNRealstatement and proof · cited by 4,310
- Set.univproof · cited by 3,945
- Set.Iccstatement and proof · cited by 1,702
- Dist.diststatement and proof · cited by 1,539
- ContinuousOnstatement and proof · cited by 1,411
- NNReal.toRealstatement · cited by 1,260
- Set.Icistatement and proof · cited by 1,070
- Real.expstatement · cited by 871
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.