Theorems · Theorem · real analysis
HasDerivAt.rpow
∀ {f g : ℝ → ℝ} {f' g' x : ℝ},
HasDerivAt f f' x →
HasDerivAt g g' x →
0 < f x → HasDerivAt (fun x => f x ^ g x) (f' * g x * f x ^ (g x - 1) + g' * f x ^ g x * Real.log (f x)) x- Cited by
- 1 results in Mathlib
- Foundations
- Depth 207 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- Real.logstatement · cited by 939
- HasDerivAtstatement and proof · cited by 493
- hasDerivWithinAt_univproof · cited by 18
- HasDerivWithinAt.rpowproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- Real.hasDerivAt_Gamma_one_halfproof · cited by 1