Translation and scaling of integral curves #
New integral curves may be constructed by translating or scaling the domain of an existing integral curve.
This file mirrors Mathlib/Analysis/ODE/Transform
.
Reference #
Tags #
integral curve, vector field
Translation lemmas #
Alias of IsMIntegralCurveOn.comp_add
.
Alias of isMIntegralCurveOn_comp_add
.
Alias of isMIntegralCurveOn_comp_sub
.
Alias of IsMIntegralCurveAt.comp_add
.
Alias of isMIntegralCurveAt_comp_add
.
Alias of isMIntegralCurveAt_comp_sub
.
Alias of IsMIntegralCurve.comp_add
.
Alias of isMIntegralCurve_comp_add
.
Alias of isMIntegralCurve_comp_sub
.
Scaling lemmas #
Alias of IsMIntegralCurveOn.comp_mul
.
Alias of isMIntegralCurveOn_comp_mul_ne_zero
.
Alias of IsMIntegralCurveAt.comp_mul_ne_zero
.
Alias of isMIntegralCurveAt_comp_mul_ne_zero
.
Alias of IsMIntegralCurve.comp_mul
.
Alias of isMIntegralCurve_comp_mul_ne_zero
.
If the vector field v
vanishes at x₀
, then the constant curve at x₀
is a global integral curve of v
.
Alias of isMIntegralCurve_const
.
If the vector field v
vanishes at x₀
, then the constant curve at x₀
is a global integral curve of v
.