Theorems · Theorem · real analysis
deriv_fun_pow
∀ {𝕜 : Type u_1} {𝔸 : Type u_2} [inst : NontriviallyNormedField 𝕜] [inst_1 : NormedCommRing 𝔸]
[inst_2 : NormedAlgebra 𝕜 𝔸] {f : 𝕜 → 𝔸} {x : 𝕜},
DifferentiableAt 𝕜 f x → ∀ (n : ℕ), deriv (fun i => f i ^ n) x = ↑n * f x ^ (n - 1) * deriv f xEta-expanded form of deriv_pow
- Defined in
- Mathlib.Analysis.Calculus.Deriv.Pow
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 188 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- NontriviallyNormedFieldstatement · cited by 8,742
- NormedAlgebrastatement · cited by 1,165
- derivstatement · cited by 676
- DifferentiableAtstatement · cited by 617
- NormedCommRingstatement · cited by 218
- deriv_powproof · cited by 2
Cited by9
Results whose statement or proof uses this declaration.
- ProbabilityTheory.integral_id_gaussianRealproof · cited by 6
- AnalyticAt.analyticOrderAt_sub_eq_one_of_deriv_ne_zeroproof · cited by 3
- deriv_pow_fieldproof · cited by 3
- Real.sin_gt_sub_cubeproof · cited by 2
- AnalyticAt.analyticOrderAt_deriv_add_oneproof · cited by 2
- taylor_integral_remainder_auxproof · cited by 2
- Polynomial.deriv_gaussian_eq_hermite_mul_gaussianproof · cited by 1
- logDeriv_sineTerm_eq_cotTermproof · cited by 1
- ProbabilityTheory.variance_fun_id_gaussianRealproof · cited by 1