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
rpowbut not forcpow:
-
DifferentiableAt.cpow_const,DifferentiableWithinAt.cpow_constandDifferentiableOn.cpow_constabout the differentiability ofz ↦ (f z) ^ c
-
Complex.deriv_cpow_constandderiv_cpow_constfor computingderiv
- Add also an alternate version of
hasDerivAt_ofReal_cpowon the differentiability offun y : ℝ => (y : ℂ) ^ cand the correspondingDifferentiableAtandderivresults that follow. - Add the equivalent for
fun y : ℝ => (y : ℂ) ^ cofisTheta_deriv_rpow_const_atTopandisBigO_deriv_rpow_const_atTopThis PR doesn't add new maths since all the results proved are direct consequences of existing results.