Theorems · Theorem · ordinary differential equations
isIntegralCurveAt_comp_add
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {γ : ℝ → E} {v : ℝ → E → E} {t₀ dt : ℝ},
IsIntegralCurveAt (γ ∘ fun x => x + dt) (v ∘ fun x => x + dt) (t₀ - dt) ↔ IsIntegralCurveAt γ v t₀- Defined in
- Mathlib.Analysis.ODE.Transform
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 168 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · 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
- HVAdd.hVAddproof · cited by 1,820
- Metric.ballproof · cited by 735
- neg_add_eq_subproof · cited by 33
- IsIntegralCurveOnproof · cited by 23
- IsIntegralCurveAtstatement · cited by 15
- Metric.vadd_ballproof · cited by 6
- isIntegralCurveOn_comp_addproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- isIntegralCurveAt_comp_subproof · cited by 1
- IsIntegralCurveAt.comp_addproof · cited by 0