Theorems · Theorem · real analysis
fderiv_fun_pow
∀ {𝕜 : Type u_1} {𝔸 : Type u_2} {E : Type u_3} [inst : NontriviallyNormedField 𝕜] [inst_1 : NormedCommRing 𝔸]
[inst_2 : NormedAddCommGroup E] [inst_3 : NormedAlgebra 𝕜 𝔸] [inst_4 : NormedSpace 𝕜 E] {f : E → 𝔸} {x : E} (n : ℕ),
DifferentiableAt 𝕜 f x → fderiv 𝕜 (fun i => f i ^ n) x = (n • f x ^ (n - 1)) • fderiv 𝕜 f xEta-expanded form of fderiv_pow
- Defined in
- Mathlib.Analysis.Calculus.FDeriv.Pow
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 187 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- RingHom.idstatement · cited by 18,349
- NormedAddCommGroupstatement · cited by 15,752
- NormedSpacestatement · cited by 12,499
- NontriviallyNormedFieldstatement · cited by 8,742
- ContinuousLinearMapstatement · cited by 5,352
- NormedAlgebrastatement · cited by 1,165
- DifferentiableAtstatement · cited by 617
- fderivstatement · cited by 398
- NormedCommRingstatement · cited by 218
- fderiv_powproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- fderiv_pow_ringproof · cited by 0