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.
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.
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.
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.