Theorems · Theorem · ordinary differential equations
ODE.FunSpace.dist_iterate_next_iterate_next_le
∀ {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) (n : ℕ),
dist ((ODE.FunSpace.next hf hx)^[n] α) ((ODE.FunSpace.next hf hx)^[n] β) ≤
(↑K * max (tmax - ↑t₀) (↑t₀ - tmin)) ^ n / ↑n.factorial * dist α βThe n-th iterate of next is Lipschitz continuous with respect to FunSpace, with constant
$(K \max(t_{\mathrm{max}}, t_{\mathrm{min}})^n / n!$.
- Defined in
- Mathlib.Analysis.ODE.PicardLindelof
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 274 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites39
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- 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
- Set.Iccstatement and proof · cited by 1,702
- Dist.diststatement and proof · cited by 1,539
- NNReal.toRealstatement and proof · cited by 1,260
- le_of_ltproof · cited by 1,175
- le_transproof · cited by 985
Cited by2
Results whose statement or proof uses this declaration.
- ODE.FunSpace.exists_contractingWith_iterate_nextproof · cited by 2
- ODE.FunSpace.dist_iterate_next_leproof · cited by 1