Differentiability of sum of functions #
We prove some HasSumUniformlyOn
versions of theorems from
Mathlib.Analysis.NormedSpace.FunctionSeries
.
Alongside this we prove derivWithin_tsum
which states that the derivative of a series of functions
is the sum of the derivatives, under suitable conditions we also prove an iteratedDerivWithin
version.
The derivWithin
of a sum whose derivative is absolutely and uniformly convergent sum on an
open set s
is the sum of the derivatives of sequence of functions on the open set s
If a sequence of functions fₙ
is such that ∑ fₙ (z)
is summable for each z
in an
open set s
, and for each 1 ≤ k ≤ m
, the series of k
-th iterated derivatives
∑ (iteratedDerivWithin k fₙ s) (z)
is summable locally uniformly on s
, and each fₙ
is m
-times differentiable, then the m
-th
iterated derivative of the sum is the sum of the m
-th iterated derivatives.