Theorems · Theorem · ordinary differential equations
ODE.FunSpace.dist_comp_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) (n : ℕ) (t : ↑(Set.Icc tmin tmax)) {α β : ODE.FunSpace t₀ x₀ r L},
dist (((ODE.FunSpace.next hf hx)^[n] α).toFun t) (((ODE.FunSpace.next hf hx)^[n] β).toFun t) ≤
(↑K * |↑t - ↑t₀|) ^ n / ↑n.factorial * dist α β →
dist (f (↑t) (((ODE.FunSpace.next hf hx)^[n] α).toFun t)) (f (↑t) (((ODE.FunSpace.next hf hx)^[n] β).toFun t)) ≤
↑K ^ (n + 1) * |↑t - ↑t₀| ^ n / ↑n.factorial * dist α βA key step in the inductive case of dist_iterate_next_apply_le
- Defined in
- Mathlib.Analysis.ODE.PicardLindelof
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 264 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
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
- absstatement and proof · cited by 1,814
- Set.Iccstatement and proof · cited by 1,702
- mul_assocproof · cited by 1,667
- Dist.diststatement and proof · cited by 1,539
- NNReal.toRealstatement and proof · cited by 1,260
- Nat.iteratestatement and proof · cited by 740
Cited by1
Results whose statement or proof uses this declaration.
- ODE.FunSpace.dist_iterate_next_apply_leproof · cited by 1