Mathlib Map

Theorems Ā· Theorem Ā· real analysis

iteratedDeriv_mul_const_field

āˆ€ {š•œ : Type u_1} [inst : NontriviallyNormedField š•œ] {x : š•œ} {š•œ' : Type u_6} [inst_1 : NormedDivisionRing š•œ']
  [inst_2 : NormedAlgebra š•œ š•œ'] {n : ā„•} (f : š•œ → š•œ') (c : š•œ'),
  iteratedDeriv n (fun x => f x * c) x = iteratedDeriv n f x * c

A variant of iteratedDeriv_mul_const without differentiability assumption when the multiplication is in a division ring.

Defined in
Mathlib.Analysis.Calculus.IteratedDeriv.Lemmas
Cited by
1 results in Mathlib
Foundations
Depth 188 from the axioms Ā· uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldNormedDivisionRingNormedAlgebra

Around this declaration

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

Cites6

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

Cited by1

Results whose statement or proof uses this declaration.