Theorems · Theorem · real analysis
HasFDerivWithinAt.cpow
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℂ E] {f g : E → ℂ} {f' g' : StrongDual ℂ E} {x : E}
{s : Set E},
HasFDerivWithinAt f f' s x →
HasFDerivWithinAt g g' s x →
f x ∈ Complex.slitPlane →
HasFDerivWithinAt (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
- 2 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.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- TopologicalSpaceproof · cited by 24,529
- Moduleproof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- AddCommGroupproof · cited by 12,871
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldproof · cited by 8,742
- Complexstatement and proof · cited by 5,565
- ContinuousLinearMapproof · cited by 5,352
- ContinuousLinearMap.compproof · cited by 709
- StrongDualstatement and proof · cited by 459
Cited by2
Results whose statement or proof uses this declaration.
- DifferentiableWithinAt.cpowproof · cited by 2
- HasDerivWithinAt.cpowproof · cited by 0