Theorems · Theorem · functional analysis
Summable.hasProdUniformlyOn_nat_one_add
∀ {α : Type u_1} {K : Set α} {R : Type u_3} [inst : NormedCommRing R] [NormOneClass R] [CompleteSpace R]
[inst_3 : TopologicalSpace α] {f : ℕ → α → R},
IsCompact K →
∀ {u : ℕ → ℝ},
Summable u →
(∀ᶠ (n : ℕ) in Filter.atTop, ∀ x ∈ K, ‖f n x‖ ≤ u n) →
(∀ (n : ℕ), ContinuousOn (f n) K) →
HasProdUniformlyOn (fun n x => 1 + f n x) (fun x => ∏' (i : ℕ), (1 + f i x)) KThis is a version of hasProdUniformlyOn_one_add for sequences indexed by ℕ.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 282 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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 and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- Norm.normstatement and proof · cited by 5,413
- Filter.Eventuallystatement and proof · cited by 3,134
- CompleteSpacestatement and proof · cited by 2,532
- Filter.atTopstatement and proof · cited by 2,405
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- ContinuousOnstatement and proof · cited by 1,411
- IsCompactstatement and proof · cited by 1,282
- Summablestatement and proof · cited by 778
- tprodstatement · cited by 230
Cited by2
Results whose statement or proof uses this declaration.
- ModularForm.multipliableLocallyUniformlyOn_one_sub_powproof · cited by 2
- Summable.multipliableUniformlyOn_nat_one_addproof · cited by 1