mathlib icon indicating copy to clipboard operation
mathlib copied to clipboard

chore(data/polynomial/derivative): merge iterated_deriv.lean into derivative.lean

Open Ruben-VandeVelde opened this issue 3 years ago • 0 comments

iterated_deriv.lean was not used anywhere, and derivative.lean already had independent variants of several of the lemmas there, without the iterated_deriv indirecion. It seems better to consolidate these results.


I only discovered this as I was about to add the lemmas from #15954, of which a number already existed here - and I would have found them earlier if they had been with the other results about iterate_derivative in derivative.lean.

Open in Gitpod

Ruben-VandeVelde avatar Aug 12 '22 10:08 Ruben-VandeVelde