Theorems · Theorem · ordinary differential equations
ODE.FunSpace.exists_isFixedPt_next
∀ {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} [CompleteSpace E] (hf : IsPicardLindelof f t₀ x₀ a r L K)
(hx : x ∈ Metric.closedBall x₀ ↑r), ∃ α, Function.IsFixedPt (ODE.FunSpace.next hf hx) αThe map next has a fixed point in the space of curves. This will be used to construct a
solution α : ℝ → E to the ODE.
- Defined in
- Mathlib.Analysis.ODE.PicardLindelof
- Cited by
- 3 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.
Cites19
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
- CompleteSpacestatement and proof · cited by 2,532
- Set.Iccstatement and proof · cited by 1,702
- NNReal.toRealstatement and proof · cited by 1,260
- Nat.iterateproof · cited by 740
- Metric.closedBallstatement and proof · cited by 704
- Function.IsFixedPtstatement and proof · cited by 84
Cited by3
Results whose statement or proof uses this declaration.
- IsPicardLindelof.exists_eq_forall_mem_Icc_hasDerivWithinAtproof · cited by 2
- IsPicardLindelof.exists_eq_forall_mem_Icc_eq_picardproof · cited by 0