Theorems · Theorem · ordinary differential equations
isIntegralCurveAt_iff_exists_pos
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {γ : ℝ → E} {v : ℝ → E → E} {t₀ : ℝ},
IsIntegralCurveAt γ v t₀ ↔ ∃ ε > 0, IsIntegralCurveOn γ v (Metric.ball t₀ ε)γ is an integral curve for v at t₀ iff γ is an integral curve on some interval
containing t₀.
- Defined in
- Mathlib.Analysis.ODE.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 165 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- Metric.ballstatement and proof · cited by 735
- IsOpen.mem_nhdsproof · cited by 470
- HasDerivWithinAtproof · cited by 333
- HasDerivAt.hasDerivWithinAtproof · cited by 86
- Metric.isOpen_ballproof · cited by 63
- IsIntegralCurveOnstatement and proof · cited by 23
- HasDerivWithinAt.hasDerivAtproof · cited by 18
- IsIntegralCurveAtstatement · cited by 15
- Metric.eventually_nhds_iff_ballproof · cited by 10
Cited by1
Results whose statement or proof uses this declaration.
- IsIntegralCurveAt.comp_mul_ne_zeroproof · cited by 1