Summability of logarithms #
We give conditions under which the logarithms of a summble sequence is summable. We also use this
to relate summability of f
to multipliability of 1 + f
.
theorem
Complex.multipliable_of_summable_log
{ι : Type u_1}
{f : ι → ℂ}
(hf : Summable fun (i : ι) => log (f i))
:
theorem
Complex.multipliable_one_add_of_summable
{ι : Type u_1}
{f : ι → ℂ}
(hf : Summable f)
:
Multipliable fun (i : ι) => 1 + f i
theorem
Real.multipliable_of_summable_log'
{ι : Type u_1}
{f : ι → ℝ}
(hfn : ∀ᶠ (i : ι) in Filter.cofinite, 0 < f i)
(hf : Summable fun (i : ι) => log (f i))
:
Alternate version of Real.multipliable_of_summable_log
assuming only that positivity holds
eventually.
theorem
Real.multipliable_one_add_of_summable
{ι : Type u_1}
{f : ι → ℝ}
(hf : Summable f)
:
Multipliable fun (i : ι) => 1 + f i
theorem
Multipliable.eventually_bounded_finset_prod
{ι : Type u_1}
{v : ι → ℝ}
(hv : Multipliable v)
:
theorem
multipliable_norm_one_add_of_summable_norm
{ι : Type u_1}
{R : Type u_2}
[NormedCommRing R]
[NormOneClass R]
{f : ι → R}
(hf : Summable fun (i : ι) => ‖f i‖)
:
Multipliable fun (i : ι) => ‖1 + f i‖
theorem
multipliable_one_add_of_summable
{ι : Type u_1}
{R : Type u_2}
[NormedCommRing R]
[NormOneClass R]
{f : ι → R}
[CompleteSpace R]
(hf : Summable fun (i : ι) => ‖f i‖)
:
Multipliable fun (i : ι) => 1 + f i
In a complete normed ring, ∏' i, (1 + f i)
is convergent if the sum of real numbers
∑' i, ‖f i‖
is convergent.