Documentation

Mathlib.Analysis.Complex.SummableUniformlyOn

Differentiability of uniformly convergent series sums of functions #

We collect some results about the differentiability of infinite sums.

theorem SummableLocallyUniformlyOn.differentiableOn {ι : Type u_1} {E : Type u_2} [NormedAddCommGroup E] [NormedSpace E] [CompleteSpace E] {f : ιE} {s : Set } (hs : IsOpen s) (h : SummableLocallyUniformlyOn (fun (n : ι) (z : ) => f n z) s) (hf2 : ∀ (n : ι), rs, DifferentiableAt (f n) r) :
DifferentiableOn (fun (z : ) => ∑' (n : ι), f n z) s