Theorems · Theorem · ordinary differential equations
ODE_solution_unique_of_eventually
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {v : ℝ → E → E} {s : ℝ → Set E} {K : NNReal}
{f g : ℝ → E} {t₀ : ℝ},
(∀ᶠ (t : ℝ) in nhds t₀, LipschitzOnWith K (v t) (s t)) →
(∀ᶠ (t : ℝ) in nhds t₀, HasDerivAt f (v t (f t)) t ∧ f t ∈ s t) →
(∀ᶠ (t : ℝ) in nhds t₀, HasDerivAt g (v t (g t)) t ∧ g t ∈ s t) → f t₀ = g t₀ → f =ᶠ[nhds t₀] gLocal uniqueness of ODE solutions.
- Defined in
- Mathlib.Analysis.ODE.ExistUnique
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 195 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · 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
- nhdsstatement and proof · cited by 5,554
- NNRealstatement and proof · cited by 4,310
- Filter.Eventuallystatement and proof · cited by 3,134
- Filter.EventuallyEqstatement · cited by 1,912
- Set.Iooproof · cited by 1,214
- Metric.ballproof · cited by 735
- Set.EqOnproof · cited by 603
- HasDerivAtstatement and proof · cited by 493
Cited by1
Results whose statement or proof uses this declaration.
- isMIntegralCurveAt_eventuallyEq_of_contMDiffAtproof · cited by 2