Theorems · Theorem · real analysis
HasDerivAt.fun_pow
∀ {𝕜 : Type u_1} {𝔸 : Type u_2} [inst : NontriviallyNormedField 𝕜] [inst_1 : NormedCommRing 𝔸]
[inst_2 : NormedAlgebra 𝕜 𝔸] {f : 𝕜 → 𝔸} {f' : 𝔸} {x : 𝕜},
HasDerivAt f f' x → ∀ (n : ℕ), HasDerivAt (fun i => f i ^ n) (↑n * f x ^ (n - 1) * f') xEta-expanded form of HasDerivAt.pow
- Defined in
- Mathlib.Analysis.Calculus.Deriv.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.
Cites5
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
- HasDerivAtstatement · cited by 493
- NormedCommRingstatement · cited by 218
- HasDerivAt.powproof · cited by 8
Cited by1
Results whose statement or proof uses this declaration.
- iteratedDeriv_mul_pow_sub_of_analyticproof · cited by 0