Theorems · Theorem · ordinary differential equations
ODE.contDiffOn_enat_picard_Icc
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [CompleteSpace E] {f : ℝ → E → E} {α : ℝ → E}
{u : Set E} {t₀ tmin tmax : ℝ},
t₀ ∈ Set.Icc tmin tmax →
∀ {n : ℕ∞},
ContDiffOn ℝ (↑n) (Function.uncurry f) (Set.Icc tmin tmax ×ˢ u) →
ContinuousOn α (Set.Icc tmin tmax) →
(∀ t ∈ Set.Icc tmin tmax, α t ∈ u) →
∀ (x₀ : E),
(∀ t ∈ Set.Icc tmin tmax, α t = ODE.picard f t₀ x₀ α t) →
ContDiffOn ℝ (↑n) (ODE.picard f t₀ x₀ α) (Set.Icc tmin tmax)If the time-dependent vector field f is $C^n$ and the curve α is continuous, then
picard f t₀ x₀ α is also $C^n$. This version works for n : ℕ∞.
TODO: Extend to the analytic n = ⊤ case.
- Defined in
- Mathlib.Analysis.ODE.PicardLindelof
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 269 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- Top.topproof · cited by 9,680
- ENatstatement and proof · cited by 4,985
- CompleteSpacestatement and proof · cited by 2,532
- SProd.sprodstatement and proof · cited by 1,750
- Set.Iccstatement and proof · cited by 1,702
- ContinuousOnstatement and proof · cited by 1,411
- WithTop.somestatement and proof · cited by 1,128
- ContDiffOnstatement and proof · cited by 294
Cited by1
Results whose statement or proof uses this declaration.
- ODE.contDiffOn_enat_Icc_of_hasDerivWithinAtproof · cited by 0