One-dimensional iterated derivatives #
This file contains a number of further results on iteratedDerivWithin that need more imports
than are available in Mathlib/Analysis/Calculus/IteratedDeriv/Defs.lean.
If two functions agree in a neighborhood within s, then so do their iterated derivatives.
A variant of iteratedDerivWithin_const_smul without differentiability assumption when
the scalar multiplication is by division ring elements.
A variant of iteratedDerivWithin_fun_const_smul without differentiability assumption when
the scalar multiplication is by division ring elements.
A variant of iteratedDerivWithin_mul_const without differentiability assumption when
the scalar multiplication is by division ring elements.
Eta-expanded form of iteratedDerivWithin_id
If two functions agree in a neighborhood, then so do their iterated derivatives.
Eta-expanded form of iteratedDeriv_add
Eta-expanded form of iteratedDeriv_neg
Eta-expanded form of iteratedDeriv_sub
Eta-expanded form of iteratedDeriv_const_smul
A variant of iteratedDeriv_const_smul without differentiability assumption when
the scalar multiplication is by division ring elements.
A variant of iteratedDeriv_fun_const_smul without differentiability assumption when
the scalar multiplication is by division ring elements.
A variant of iteratedDeriv_const_mul without differentiability assumption when
the multiplication is in a division ring.
A variant of iteratedDeriv_mul_const without differentiability assumption when
the multiplication is in a division ring.
Eta-expanded form of iteratedDeriv_id
Eta-expanded form of iteratedDeriv_mul
Invariance of iterated derivatives under translation #
The iterated derivative commutes with shifting the function by a constant on the left.
The iterated derivative commutes with shifting the function by a constant on the right.