Documentation

Atlas.ComplexVariables.code.CircleIntegralTsum

Swapping circle integrals with infinite sums #

This file proves circleIntegral_tsum, which allows swapping a circle integral with a tsum under dominated convergence conditions.

theorem circleIntegral_tsum {c : } {R : } {f : } {g : } (hR : 0 < R) (hsum : zMetric.sphere c R, HasSum (fun (n : ) => f n z) (g z)) (hint : ∀ (n : ), CircleIntegrable (f n) c R) (hunif : ∃ (M : ), Summable M ∀ (n : ), zMetric.sphere c R, f n z M n) :
(z : ) in C(c, R), g z = ∑' (n : ), (z : ) in C(c, R), f n z

Swap a circle integral with an infinite sum (tsum) under dominated convergence.

If f n are circle-integrable functions that are uniformly bounded by a summable sequence M n on the sphere, and g z = ∑' n, f n z on the sphere, then ∮ z in C(c,R), g z = ∑' n, ∮ z in C(c,R), f n z.