Theorems · Theorem · real analysis
HasDerivAt.cpow
∀ {f g : ℂ → ℂ} {f' g' x : ℂ},
HasDerivAt f f' x →
HasDerivAt g g' x →
f x ∈ Complex.slitPlane →
HasDerivAt (fun x => f x ^ g x) (g x * f x ^ (g x - 1) * f' + f x ^ g x * Complex.log (f x) * g') x- Cited by
- 1 results in Mathlib
- Foundations
- Depth 213 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement · cited by 53,352
- Complexstatement and proof · cited by 5,565
- one_mulproof · cited by 2,841
- HasDerivAtstatement and proof · cited by 493
- smul_applyproof · cited by 229
- Complex.logstatement and proof · cited by 187
- add_applyproof · cited by 154
- ContinuousLinearMap.toSpanSingletonproof · cited by 133
- Complex.slitPlanestatement and proof · cited by 113
- HasDerivAt.congr_simpproof · cited by 82
- HasDerivAt.hasFDerivAtproof · cited by 27
Cited by1
Results whose statement or proof uses this declaration.
- deriv_riemannZeta_zeroproof · cited by 0