Commit 2026-02-03 17:15 33a2f730
View on Github →refactor(Analysis/Calculus): split long file ContDiff/Basic.lean (#34764)
Split Mathlib.Analysis.Calculus.ContDiff.Basic into 3 chunks, Basic (~600 lines), Comp (~800), and Deriv (~150).
Also, in making the downstream changes, I realised that Mathlib.Analysis.Convolution is ~1400 lines and imports a bunch of calculus-related stuff which is only used at the very end of the file, so I split that one up too: Mathlib.Analysis.Convolution (~1000 lines) for the purely measure-theoretic stuff and Mathlib.Analysis.Calculus.ContDiff.Convolution (~450) for differentiability of the convolution.