Commit 2024-11-12 02:53 4023a183

View on Github →

chore: split IntegralCurve (#18833) Split Mathlib.Geometry.Manifold.IntegralCurve into three files:

  • Mathlib.Geometry.Manifold.IntegralCurve.Basic: Definitions and basic lemmas about continuity and derivatives of integral curves
  • Mathlib.Geometry.Manifold.IntegralCurve.Transform: Lemmas about translation and scaling of the domain of integral curves by a constant
  • Mathlib.Geometry.Manifold.IntegralCurve.ExistUnique: Local existence and uniqueness theorems for integral curves No content has been substantively changed from the original file. This is to prepare for #9013, which proves a sufficient condition for global existence of integral curves. That'll go in another new file.

Estimated changes

deleted theorem IsIntegralCurve.comp_add
deleted theorem IsIntegralCurve.comp_mul
deleted def IsIntegralCurve
deleted def IsIntegralCurveAt
deleted theorem IsIntegralCurveOn.mono
deleted def IsIntegralCurveOn
deleted theorem isIntegralCurveAt_iff'
deleted theorem isIntegralCurveAt_iff
deleted theorem isIntegralCurve_comp_add
deleted theorem isIntegralCurve_const