Commit 2021-08-19 08:28 28a360a6
View on Github →feat(analysis/calculus/deriv): prove deriv_inv at x = 0 as well (#8748)
- turn
differentiable_at_invanddifferentiable_at_fpowintoifflemmas; - slightly weaker assumptions for
differentiable_within_at_fpowetc; - prove
deriv_invandfderiv_invfor allx; - prove formulas for iterated derivs of
x⁻¹andx ^ m,m : int; - push
coein these formulas;