Mathlib Map

Theorems · Theorem · real analysis

iteratedDeriv_mul

∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {n : ℕ} {x : 𝕜} {𝔸 : Type u_5} [inst_1 : NormedRing 𝔸]
  [inst_2 : NormedAlgebra 𝕜 𝔸] {f g : 𝕜 → 𝔸},
  ContDiffAt 𝕜 (↑n) f x →
    ContDiffAt 𝕜 (↑n) g x →
      iteratedDeriv n (f * g) x =
        ∑ i ∈ Finset.range (n + 1), ↑(n.choose i) * iteratedDeriv i f x * iteratedDeriv (n - i) g x
Defined in
Mathlib.Analysis.Calculus.IteratedDeriv.Lemmas
Cited by
2 results in Mathlib
Foundations
Depth 209 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldNormedRingNormedAlgebra

Around this declaration

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

Cites16

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

Cited by2

Results whose statement or proof uses this declaration.