Theorems · Theorem · ordinary differential equations
IsPicardLindelof.of_contDiffAt_one
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {f : E → E} {x₀ : E},
ContDiffAt ℝ 1 f x₀ →
∃ ε, ∃ (hε : 0 < ε), ∃ a r L K, ∃ (_ : 0 < r), ∀ (t₀ : ℝ), IsPicardLindelof (fun x => f) ⟨t₀, ⋯⟩ x₀ a r L KA time-independent, continuously differentiable ODE satisfies the hypotheses of the Picard-Lindelöf theorem.
- Defined in
- Mathlib.Analysis.ODE.PicardLindelof
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 198 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites53
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · 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
- nhdsproof · cited by 5,554
- Norm.normproof · cited by 5,413
- ENatstatement · cited by 4,985
- NNRealstatement and proof · cited by 4,310
- mul_oneproof · cited by 3,885
- WithTopstatement · cited by 3,754
- one_mulproof · cited by 2,841
- Nat.cast_oneproof · cited by 2,501
Cited by1
Results whose statement or proof uses this declaration.