Commit 2026-03-31 21:25 20848cd3
View on Github →feat(Calculus): Taylor with integral remainder (#34871) This PR proves Taylor's theorem with the integral remainder. It provides two versions:
- based on $f^{(n)}$ is absolutely continuous
- based on $f \in C^{(n+1)}$
It also weakens the hypotheses
(hx : x₀ < x)to(hx : x₀ ≠ x)in the following theorems:
taylor_mean_remaindertaylor_mean_remainder_lagrangetaylor_mean_remainder_lagrange_iteratedDerivtaylor_mean_remainder_cauchy