Theorems · Theorem · ordinary differential equations
ODE.FunSpace.exists_forall_closedBall_funSpace_dist_le_mul
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {f : ℝ → E → E} {tmin tmax : ℝ}
{t₀ : ↑(Set.Icc tmin tmax)} {x₀ : E} {a r L K : NNReal} [CompleteSpace E] (hf : IsPicardLindelof f t₀ x₀ a r L K),
∃ L',
∀ (x y : E) (hx : x ∈ Metric.closedBall x₀ ↑r) (hy : y ∈ Metric.closedBall x₀ ↑r) (α β : ODE.FunSpace t₀ x₀ r L),
Function.IsFixedPt (ODE.FunSpace.next hf hx) α →
Function.IsFixedPt (ODE.FunSpace.next hf hy) β → dist α β ≤ ↑L' * dist x yThe pointwise distance between any two integral curves α and β over their domains is bounded
by a constant L' times the distance between their respective initial points. This is the result of
taking the limit of dist_iterate_iterate_next_le_of_lipschitzWith as n → ∞. This implies that
the local solution of a vector field is Lipschitz continuous in the initial condition.
- Defined in
- Mathlib.Analysis.ODE.PicardLindelof
- Cited by
- 1 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.
Cites54
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
- TopologicalSpaceproof · cited by 24,529
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Filterproof · cited by 8,121
- Set.Elemstatement and proof · cited by 7,166
- nhdsproof · cited by 5,554
- Finset.sumproof · cited by 5,195
- NNRealstatement and proof · cited by 4,310
- Filter.Tendstoproof · cited by 3,814
- CompleteSpacestatement and proof · cited by 2,532
Cited by1
Results whose statement or proof uses this declaration.