Theorems · Theorem · ordinary differential equations
ContDiffAt.exists_forall_mem_closedBall_exists_eq_forall_mem_Ioo_hasDerivAt
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [CompleteSpace E] {f : E → E} {x₀ : E},
ContDiffAt ℝ 1 f x₀ →
∀ (t₀ : ℝ),
∃ r > 0,
∃ ε > 0, ∀ x ∈ Metric.closedBall x₀ r, ∃ α, α t₀ = x ∧ ∀ t ∈ Set.Ioo (t₀ - ε) (t₀ + ε), HasDerivAt α (f (α t)) tIf a vector field f : E → E is continuously differentiable at x₀ : E, then it admits an
integral curve α : ℝ → E defined on an open interval, with initial condition α t₀ = x, where
x may be different from x₀.
- Defined in
- Mathlib.Analysis.ODE.ExistUnique
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 278 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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
- ENatstatement · cited by 4,985
- NNRealproof · cited by 4,310
- WithTopstatement · cited by 3,754
- CompleteSpacestatement and proof · cited by 2,532
- Set.Iccproof · cited by 1,702
- NNReal.toRealproof · cited by 1,260
- Set.Ioostatement and proof · cited by 1,214
- Metric.closedBallstatement and proof · cited by 704
Cited by2
Results whose statement or proof uses this declaration.
- ContDiffAt.exists_eventually_eq_hasDerivAtproof · cited by 0