Mathlib Map

Theorems · Theorem · real analysis

DifferentiableAt.fun_pow

∀ {𝕜 : Type u_1} {𝔸 : Type u_2} {E : Type u_3} [inst : NontriviallyNormedField 𝕜] [inst_1 : NormedRing 𝔸]
  [inst_2 : NormedAddCommGroup E] [inst_3 : NormedAlgebra 𝕜 𝔸] [inst_4 : NormedSpace 𝕜 E] {f : E → 𝔸} {x : E},
  DifferentiableAt 𝕜 f x → ∀ (n : ℕ), DifferentiableAt 𝕜 (fun i => f i ^ n) x

Eta-expanded form of DifferentiableAt.pow

Defined in
Mathlib.Analysis.Calculus.FDeriv.Pow
Cited by
8 results in Mathlib
Foundations
Depth 188 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldNormedRingNormedAddCommGroupNormedAlgebraNormedSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites7

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by8

Results whose statement or proof uses this declaration.