Mathlib Map

Theorems · Theorem · sequences and series

summable_finsetProd_of_summable_norm

∀ {ι : Type u_1} {R : Type u_2} [inst : NormedCommRing R] [NormOneClass R] {f : ι → R} [CompleteSpace R],
  (Summable fun i => ‖f i‖) → Summable fun s => ∏ i ∈ s, f i
Defined in
Mathlib.Analysis.SpecialFunctions.Log.Summable
Cited by
2 results in Mathlib
Foundations
Depth 167 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedCommRingNormOneClassCompleteSpace

Around this declaration

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

Cites13

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.