Regularity of integral curves #
An integral curve gains one derivative over its vector field. In particular, integral curves of smooth vector fields on boundaryless smooth manifolds are smooth.
Main results #
IsMIntegralCurveOn.map_of_mfderiv_eq: a map differentiable along an integral curve whose derivative intertwines the vector fields there sends it to an integral curve of the second field.IsMIntegralCurveAt.map_of_mfderiv_eq: the corresponding result for local integral curves.IsMIntegralCurveOn.congr: being an integral curve on a set only depends on the values of the curve on that set.IsMIntegralCurve.contMDiff_succ: an integral curve of aC^nvector field isC^(n + 1).IsMIntegralCurve.contMDiff: an integral curve of a smooth vector field is smooth.IsMIntegralCurveAt.of_extChartAt_symm: a coordinate solution gives a manifold integral curve.
References #
- Mathlib's proof of
exists_isMIntegralCurveAt_of_contMDiffAt_boundaryless, whose extended-chart calculation is adapted byIsMIntegralCurveAt.of_extChartAt_symmin the reverse direction. - Lie groups and the Lie algebra correspondence roadmap, Deliverable A, Layer 0, "The exponential map", and Layer 1, "The group adjoint".
A map differentiable along an integral curve whose derivative intertwines the vector fields there sends it to an integral curve of the second field.
Being an integral curve on a set is a property of the values on that set. The values of a curve outside its parameter set are junk, so a curve agreeing with an integral curve on the set is again an integral curve there.
A map eventually differentiable along a local integral curve whose derivative eventually intertwines the vector fields sends it to a local integral curve of the second field.
A coordinate curve whose values stay in an extended-chart target and whose derivative is the coordinate expression of a vector field gives a manifold integral curve after applying the inverse chart.
An integral curve of a C^n vector field on a boundaryless smooth manifold is C^(n + 1).
An integral curve of an infinitely smooth vector field on a boundaryless smooth manifold is infinitely smooth.