Commit 2025-01-20 16:09 00664149
View on Github →feat(Analysis/Pow/Deriv): add some results about differentiability of cpow (#19944)
- Add several results that exists for
rpow
but not forcpow
:
-
DifferentiableAt.cpow_const
,DifferentiableWithinAt.cpow_const
andDifferentiableOn.cpow_const
about the differentiability ofz ↦ (f z) ^ c
-
Complex.deriv_cpow_const
andderiv_cpow_const
for computingderiv
- Add also an alternate version of
hasDerivAt_ofReal_cpow
on the differentiability offun y : ℝ => (y : ℂ) ^ c
and the correspondingDifferentiableAt
andderiv
results that follow. - Add the equivalent for
fun y : ℝ => (y : ℂ) ^ c
ofisTheta_deriv_rpow_const_atTop
andisBigO_deriv_rpow_const_atTop
This PR doesn't add new maths since all the results proved are direct consequences of existing results.