Theorems · Theorem · real analysis
HasStrictDerivAt.cpow
∀ {f g : ℂ → ℂ} {f' g' x : ℂ},
HasStrictDerivAt f f' x →
HasStrictDerivAt g g' x →
f x ∈ Complex.slitPlane →
HasStrictDerivAt (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 212 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
- smul_applyproof · cited by 229
- Complex.logstatement and proof · cited by 187
- HasStrictDerivAtstatement and proof · cited by 163
- add_applyproof · cited by 154
- ContinuousLinearMap.toSpanSingletonproof · cited by 133
- Complex.slitPlanestatement and proof · cited by 113
- HasStrictDerivAt.congr_simpproof · cited by 41
- HasStrictDerivAt.hasStrictFDerivAtproof · cited by 21
Cited by1
Results whose statement or proof uses this declaration.
- Complex.hasStrictDerivAt_cpow_constproof · cited by 5