Mathlib Map

Theorems Β· Theorem Β· real analysis

iteratedDeriv_const_mul_field

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

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

Defined in
Mathlib.Analysis.Calculus.IteratedDeriv.Lemmas
Cited by
0 results in Mathlib
Foundations
Depth 182 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 by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.