Theorems · Theorem · ordinary differential equations
ODE_solution_unique_of_mem_Icc
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {v : ℝ → E → E} {s : ℝ → Set E} {K : NNReal}
{f g : ℝ → E} {a b t₀ : ℝ},
(∀ t ∈ Set.Ioo a b, LipschitzOnWith K (v t) (s t)) →
t₀ ∈ Set.Ioo a b →
ContinuousOn f (Set.Icc a b) →
(∀ t ∈ Set.Ioo a b, HasDerivAt f (v t (f t)) t) →
(∀ t ∈ Set.Ioo a b, f t ∈ s t) →
ContinuousOn g (Set.Icc a b) →
(∀ t ∈ Set.Ioo a b, HasDerivAt g (v t (g t)) t) →
(∀ t ∈ Set.Ioo a b, g t ∈ s t) → f t₀ = g t₀ → Set.EqOn f g (Set.Icc a b)A version of ODE_solution_unique_of_mem_Icc_right for uniqueness in a closed interval whose
interior contains the initial time.
- Defined in
- Mathlib.Analysis.ODE.ExistUnique
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 194 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
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
- NNRealstatement and proof · cited by 4,310
- Set.Iccstatement and proof · cited by 1,702
- ContinuousOnstatement and proof · cited by 1,411
- Set.Ioostatement and proof · cited by 1,214
- le_of_ltproof · cited by 1,175
- Set.Iocproof · cited by 971
- Set.Icoproof · cited by 799
- Set.EqOnstatement and proof · cited by 603
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.