Theorems · Theorem · ordinary differential equations
ODE.FunSpace.dist_iterate_iterate_next_le_of_lipschitzWith
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {f : ℝ → E → E} {tmin tmax : ℝ}
{t₀ : ↑(Set.Icc tmin tmax)} {x₀ x : E} {a r L K : NNReal} (hf : IsPicardLindelof f t₀ x₀ a r L K)
(hx : x ∈ Metric.closedBall x₀ ↑r) (α : ODE.FunSpace t₀ x₀ r L) {m : ℕ} {C : NNReal},
LipschitzWith C (ODE.FunSpace.next hf hx)^[m] →
∀ (n : ℕ),
dist α ((ODE.FunSpace.next hf hx)^[m] ^[n] α) ≤
((∑ i ∈ Finset.range m, (↑K * max (tmax - ↑t₀) (↑t₀ - tmin)) ^ i / ↑i.factorial) *
∑ i ∈ Finset.range n, ↑C ^ i) *
dist α (ODE.FunSpace.next hf hx α)- Defined in
- Mathlib.Analysis.ODE.PicardLindelof
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 276 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites31
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
- Finset.sumstatement and proof · cited by 5,195
- NNRealstatement and proof · cited by 4,310
- mul_commproof · cited by 2,262
- Set.Iccstatement and proof · cited by 1,702
- mul_assocproof · cited by 1,667
- Dist.diststatement and proof · cited by 1,539
- Finset.rangestatement and proof · cited by 1,341
Cited by1
Results whose statement or proof uses this declaration.
- ODE.FunSpace.exists_forall_closedBall_funSpace_dist_le_mulproof · cited by 1