Mathlib Map

Theorems · Theorem · complex analysis

CircleIntegrable.finsum

∀ {E : Type u_1} [inst : NormedAddCommGroup E] {c : ℂ} {R : ℝ} {ι : Type u_3} {f : ι → ℂ → E},
  (∀ (i : ι), CircleIntegrable (f i) c R) → CircleIntegrable (∑ᶠ (i : ι), f i) c R

finsums of circle integrable functions are circle integrable.

Defined in
Mathlib.MeasureTheory.Integral.CircleIntegral
Cited by
2 results in Mathlib
Foundations
Depth 248 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroup

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites12

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.