Theorems · Theorem · ordinary differential equations
IsPicardLindelof.exists_eq_forall_mem_Icc_eq_picard
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [CompleteSpace E] {f : ℝ → E → E}
{tmin tmax : ℝ} {t₀ : ↑(Set.Icc tmin tmax)} {x₀ x : E} {a r L K : NNReal},
IsPicardLindelof f t₀ x₀ a r L K →
x ∈ Metric.closedBall x₀ ↑r → ∃ α, α ↑t₀ = x ∧ ∀ t ∈ Set.Icc tmin tmax, α t = ODE.picard f (↑t₀) x α tPicard-Lindelöf (Cauchy-Lipschitz) theorem, integral form. This version shows the existence
of a local solution whose initial point x may be different from the centre x₀ of the closed
ball within which the properties of the vector field hold.
- Defined in
- Mathlib.Analysis.ODE.PicardLindelof
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 277 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
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
- Set.Elemstatement and proof · cited by 7,166
- NNRealstatement and proof · cited by 4,310
- add_zeroproof · cited by 2,707
- CompleteSpacestatement and proof · cited by 2,532
- Set.Iccstatement and proof · cited by 1,702
- NNReal.toRealstatement and proof · cited by 1,260
- le_transproof · cited by 985
- Metric.closedBallstatement and proof · cited by 704
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.