Theorems · Theorem · real analysis
HasFDerivWithinAt.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 → 𝔸} {f' : E →L[𝕜] 𝔸}
{x : E} {s : Set E},
HasFDerivWithinAt f f' s x → ∀ (n : ℕ), HasFDerivWithinAt (fun x => f x ^ n) ((n • f x ^ (n - 1)) • f') s x- Defined in
- Mathlib.Analysis.Calculus.FDeriv.Pow
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 185 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- ContinuousLinearMapstatement and proof · cited by 5,352
- NormedAlgebrastatement and proof · cited by 1,165
- HasFDerivWithinAtstatement and proof · cited by 356
- NormedCommRingstatement and proof · cited by 218
- HasFDerivWithinAt.congr_fderivproof · cited by 6
- HasFDerivWithinAt.pow'proof · cited by 6
Cited by3
Results whose statement or proof uses this declaration.
- HasDerivWithinAt.fun_powproof · cited by 1
- fderivWithin_powproof · cited by 1
- hasFDerivWithinAt_powproof · cited by 0