Commit 2026-04-03 21:39 52c287b1
View on Github →feat: add more APIs for the first derivative test (#34717) The derivative test in Mathlib right now only says whether a point is local maximum. This is hard to use in practice (for example in the PNT project) as we sometimes want to show that a point is a maximum on some interval. This PR adds more APIs for the first derivative test to resolve this issue.