Mathlib Map

Theorems · Theorem · complex analysis

CircleIntegrable.sum

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

Sums of circle integrable functions are circle integrable.

Defined in
Mathlib.MeasureTheory.Integral.CircleIntegral
Cited by
3 results in Mathlib
Foundations
Depth 245 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 by3

Results whose statement or proof uses this declaration.