Theorems · Definition · ordinary differential equations
ODE.picard
{E : Type u_1} → [inst : NormedAddCommGroup E] → [NormedSpace ℝ E] → (ℝ → E → E) → ℝ → E → (ℝ → E) → ℝ → EThe Picard iteration. It will be shown that if α : ℝ → E and picard f t₀ x₀ α agree on an
interval containing t₀, then α is a solution to f with α t₀ = x₀ on this interval.
- Defined in
- Mathlib.Analysis.ODE.PicardLindelof
- Cited by
- 13 results in Mathlib
- Foundations
- Depth 251 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.MeasureSpace.volumeproof · cited by 1,323
- intervalIntegralproof · cited by 546
Cited by14
Results whose statement or proof uses this declaration.
- ODE.FunSpace.nextproof · cited by 16
- ODE.FunSpace.next_applystatement · cited by 5
- ODE.hasDerivWithinAt_picard_Iccstatement · cited by 3
- ODE.picard_applystatement · cited by 2
- IsPicardLindelof.exists_eq_forall_mem_Icc_hasDerivWithinAtproof · cited by 2
- ODE.FunSpace.dist_iterate_next_apply_leproof · cited by 1
- ODE.contDiffOn_enat_picard_Iccstatement and proof · cited by 1
- ODE.contDiffOn_nat_picard_Iccstatement and proof · cited by 1
- ODE.picard_eq_of_hasDerivAtstatement and proof · cited by 1
- ODE.contDiffOn_enat_Icc_of_hasDerivWithinAtproof · cited by 0
- ODE.picard_apply₀statement · cited by 0