Mathlib Map

Theorems · Theorem · sequences and series

tprod_one_add_ne_zero_of_summable

∀ {ι : Type u_1} {R : Type u_2} [inst : NormedCommRing R] [NormOneClass R] {f : ι → R} [CompleteSpace R]
  [NormMulClass R], (∀ (i : ι), 1 + f i ≠ 0) → (Summable fun x => ‖f x‖) → ∏' (i : ι), (1 + f i) ≠ 0
Defined in
Mathlib.Analysis.SpecialFunctions.Log.Summable
Cited by
1 results in Mathlib
Foundations
Depth 281 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedCommRingNormOneClassCompleteSpaceNormMulClass

Around this declaration

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

Cites18

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

Cited by1

Results whose statement or proof uses this declaration.