Iterated derivatives of analytic functions with power factors #
This file contains lemmas about the iterated derivative of a function that factors as a
power of (ยท - zโ) times an analytic function.
theorem
iteratedDeriv_mul_pow_sub_of_analytic
{๐ : Type u_1}
[NontriviallyNormedField ๐]
[CharZero ๐]
[CompleteSpace ๐]
{k t : โ}
{zโ : ๐}
{R Rโ : ๐ โ ๐}
(hf1 : โ (z : ๐), AnalyticAt ๐ Rโ z)
(hRโ : โ (z : ๐), R z = (z - zโ) ^ (k + t) * Rโ z)
:
If a function R : ๐ โ ๐ factors as R z = (z - zโ) ^ (k + t) * Rโ z, where Rโ is
analytic everywhere, then there exists an everywhere analytic function Rโ : ๐ โ ๐ such that
the k-th iterated derivative of R is given by
iteratedDeriv k R z = (z - zโ) ^ t * ((k + t)! / t ! * Rโ z + (z - zโ) * Rโ z).