Theorems · Theorem · real analysis
HasDerivWithinAt.rpow
∀ {f g : ℝ → ℝ} {f' g' x : ℝ} {s : Set ℝ},
HasDerivWithinAt f f' s x →
HasDerivWithinAt g g' s x →
0 < f x → HasDerivWithinAt (fun x => f x ^ g x) (f' * g x * f x ^ (g x - 1) + g' * f x ^ g x * Real.log (f x)) s x- Cited by
- 2 results in Mathlib
- Foundations
- Depth 206 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- Realstatement and proof · cited by 25,697
- TopologicalSpaceproof · cited by 24,529
- Moduleproof · cited by 20,661
- AddCommGroupproof · cited by 12,871
- NontriviallyNormedFieldproof · cited by 8,742
- one_mulproof · cited by 2,841
- ContinuousSMulproof · cited by 1,016
- Real.logstatement and proof · cited by 939
- HasDerivWithinAtstatement and proof · cited by 333
- smul_applyproof · cited by 229
Cited by2
Results whose statement or proof uses this declaration.
- HasDerivWithinAt.const_rpowproof · cited by 2
- HasDerivAt.rpowproof · cited by 1