Commit 2026-05-30 22:11 b8219087

View on Github →

refactor(Analysis/ODE): move public-facing existence and uniqueness theorems to dedicated file (#35043)

  • Create Mathlib/Analysis/ODE/ExistUnique.lean to collect existence and uniqueness results for ODEs.
  • Move the Picard-Lindelöf existence theorems from PicardLindelof.lean.
  • Move the Grönwall-based uniqueness theorems from Gronwall.lean. A future PR will restate these results using the IsIntegralCurve API.

Estimated changes