Theorems · Theorem · ordinary differential equations
ContDiffAt.exists_eventually_eq_hasDerivAt
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [CompleteSpace E] {f : E → E} {x₀ : E},
ContDiffAt ℝ 1 f x₀ →
∀ (t₀ : ℝ),
∃ α, ∀ᶠ (xt : E × ℝ) in nhds x₀ ×ˢ nhds t₀, α xt.1 t₀ = xt.1 ∧ HasDerivAt (α xt.1) (f (α xt.1 xt.2)) xt.2If a vector field f : E → E is continuously differentiable at x₀ : E, then it admits a flow
α : E → ℝ → E defined on an open domain, with initial condition α x t₀ = x for all x within
the domain.
- Defined in
- Mathlib.Analysis.ODE.ExistUnique
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 279 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.
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Filterstatement · cited by 8,121
- nhdsstatement · cited by 5,554
- ENatstatement · cited by 4,985
- WithTopstatement · cited by 3,754
- Filter.Eventuallystatement · cited by 3,134
- CompleteSpacestatement and proof · cited by 2,532
- Nat.cast_zeroproof · cited by 1,870
- SProd.sprodstatement and proof · cited by 1,750
- Set.Iooproof · cited by 1,214
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.