Theorems · Theorem · functional analysis
hasProdUniformlyOn_of_clog
∀ {α : Type u_1} {ι : Type u_2} {s : Set α} {f : ι → α → ℂ},
SummableUniformlyOn (fun i x => Complex.log (f i x)) s →
(∀ x ∈ s, ∀ (i : ι), f i x ≠ 0) →
BddAbove ((fun x => (∑' (i : ι), Complex.log (f i x)).re) '' s) →
HasProdUniformlyOn f (fun x => ∏' (i : ι), f i x) sIf x ↦ ∑' i, log (f i x) is uniformly convergent on 𝔖, its sum has bounded-above real part
on each set in 𝔖, and the functions f i x have no zeroes, then ∏' i, f i x is uniformly
convergent on 𝔖.
Note that the non-vanishing assumption is really needed here: if this assumption is dropped then
one obtains a counterexample if ι = α = ℕ and f i x is 0 if i = x and 1 otherwise.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 196 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites34
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement · cited by 25,697
- Finsetproof · cited by 13,712
- Set.imagestatement and proof · cited by 5,609
- Complexstatement and proof · cited by 5,565
- Filter.atTopproof · cited by 2,405
- Finset.prodproof · cited by 2,356
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- Filter.univ_mem'proof · cited by 1,672
- tsumstatement and proof · cited by 1,148
- Complex.restatement and proof · cited by 882
- Finset.prod_congrproof · cited by 646
Cited by1
Results whose statement or proof uses this declaration.
- multipliableUniformlyOn_of_clogproof · cited by 0