Documentation

TauCeti.Geometry.Manifold.IntegralCurve.Basic

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 #

References #

theorem IsMIntegralCurveOn.map_of_mfderiv_eq {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] {H : Type u_2} [TopologicalSpace H] {I : ModelWithCorners E H} {E' : Type u_3} [NormedAddCommGroup E'] [NormedSpace E'] {H' : Type u_4} [TopologicalSpace H'] {I' : ModelWithCorners E' H'} {M : Type u_5} [TopologicalSpace M] [ChartedSpace H M] {M' : Type u_6} [TopologicalSpace M'] [ChartedSpace H' M'] {f : MM'} {V : (x : M) → TangentSpace I x} {W : (x : M') → TangentSpace I' x} {γ : M} {s : Set } (hf : ts, MDiffAt f (γ t)) (hVW : ts, (mfderiv% f (γ t)) (V (γ t)) = W (f (γ t))) ( : IsMIntegralCurveOn γ V s) :

A map differentiable along an integral curve whose derivative intertwines the vector fields there sends it to an integral curve of the second field.

theorem IsMIntegralCurveOn.congr {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] {H : Type u_2} [TopologicalSpace H] {I : ModelWithCorners E H} {M : Type u_5} [TopologicalSpace M] [ChartedSpace H M] {V : (x : M) → TangentSpace I x} {γ γ' : M} {s : Set } ( : IsMIntegralCurveOn γ V s) (h : Set.EqOn γ' γ s) :

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.

theorem IsMIntegralCurveAt.map_of_mfderiv_eq {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] {H : Type u_2} [TopologicalSpace H] {I : ModelWithCorners E H} {E' : Type u_3} [NormedAddCommGroup E'] [NormedSpace E'] {H' : Type u_4} [TopologicalSpace H'] {I' : ModelWithCorners E' H'} {M : Type u_5} [TopologicalSpace M] [ChartedSpace H M] {M' : Type u_6} [TopologicalSpace M'] [ChartedSpace H' M'] {f : MM'} {V : (x : M) → TangentSpace I x} {W : (x : M') → TangentSpace I' x} {γ : M} {t₀ : } (hf : ∀ᶠ (t : ) in nhds t₀, MDiffAt f (γ t)) (hVW : ∀ᶠ (t : ) in nhds t₀, (mfderiv% f (γ t)) (V (γ t)) = W (f (γ t))) ( : IsMIntegralCurveAt γ V t₀) :
IsMIntegralCurveAt (f γ) W t₀

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.

theorem IsMIntegralCurveAt.of_extChartAt_symm {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] {H : Type u_2} [TopologicalSpace H] {I : ModelWithCorners E H} {M : Type u_3} [TopologicalSpace M] [ChartedSpace H M] [IsManifold I 1 M] {x₀ : M} {f : E} {t₀ : } {v : (x : M) → TangentSpace I x} (htarget : ∀ᶠ (t : ) in nhds t₀, f t interior (extChartAt I x₀).target) (hderiv : ∀ᶠ (t : ) in nhds t₀, HasDerivAt f ((tangentCoordChange I ((extChartAt I x₀).symm (f t)) x₀ ((extChartAt I x₀).symm (f t))) (v ((extChartAt I x₀).symm (f t)))) t) :
IsMIntegralCurveAt ((extChartAt I x₀).symm f) v t₀

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.

theorem IsMIntegralCurve.contMDiff_succ {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] {H : Type u_2} [TopologicalSpace H] {I : ModelWithCorners E H} {M : Type u_3} [TopologicalSpace M] [ChartedSpace H M] [BoundarylessManifold I M] (n : ) [IsManifold I (↑(n + 1)) M] {γ : M} {v : (x : M) → TangentSpace I x} ( : IsMIntegralCurve γ v) (hv : have x := ; ContMDiff I I.tangent n fun (x : M) => x, v x) :

An integral curve of a C^n vector field on a boundaryless smooth manifold is C^(n + 1).

theorem IsMIntegralCurve.contMDiff {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] {H : Type u_2} [TopologicalSpace H] {I : ModelWithCorners E H} {M : Type u_3} [TopologicalSpace M] [ChartedSpace H M] [BoundarylessManifold I M] [IsManifold I (↑) M] {γ : M} {v : (x : M) → TangentSpace I x} ( : IsMIntegralCurve γ v) (hv : ContMDiff I I.tangent fun (x : M) => x, v x) :

An integral curve of an infinitely smooth vector field on a boundaryless smooth manifold is infinitely smooth.