Theorems · Theorem · ordinary differential equations
ODE.FunSpace.exists_contractingWith_iterate_next
∀ {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} (hf : IsPicardLindelof f t₀ x₀ a r L K),
∃ n C, ∀ (x : E) (hx : x ∈ Metric.closedBall x₀ ↑r), ContractingWith C (ODE.FunSpace.next hf hx)^[n]Some n-th iterate of next is a contracting map, and its associated Lipschitz constant is
independent of the initial point.
- Defined in
- Mathlib.Analysis.ODE.PicardLindelof
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 275 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites30
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
- Set.Iccstatement and proof · cited by 1,702
- NNReal.toRealstatement and proof · cited by 1,260
- Nat.iteratestatement · cited by 740
- Metric.closedBallstatement and proof · cited by 704
- Nat.factorialproof · cited by 616
- zero_lt_oneproof · cited by 598
Cited by2
Results whose statement or proof uses this declaration.
- ODE.FunSpace.exists_isFixedPt_nextproof · cited by 3
- ODE.FunSpace.exists_forall_closedBall_funSpace_dist_le_mulproof · cited by 1