Theorems · Theorem · real analysis
HasDerivWithinAt.cpow
∀ {f g : ℂ → ℂ} {s : Set ℂ} {f' g' x : ℂ},
HasDerivWithinAt f f' s x →
HasDerivWithinAt g g' s x →
f x ∈ Complex.slitPlane →
HasDerivWithinAt (fun x => f x ^ g x) (g x * f x ^ (g x - 1) * f' + f x ^ g x * Complex.log (f x) * g') s x- Cited by
- 0 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 and proof · cited by 53,352
- Complexstatement and proof · cited by 5,565
- one_mulproof · cited by 2,841
- HasDerivWithinAtstatement and proof · cited by 333
- 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
- HasDerivWithinAt.congr_simpproof · cited by 29
- HasDerivWithinAt.hasFDerivWithinAtproof · cited by 26
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.