Theorems · Theorem · functional analysis
Summable.hasProdUniformlyOn_one_add
∀ {α : Type u_1} {ι : Type u_2} {K : Set α} {u : ι → ℝ} {R : Type u_3} [inst : NormedCommRing R] [NormOneClass R]
[CompleteSpace R] [inst_3 : TopologicalSpace α] {f : ι → α → R},
IsCompact K →
Summable u →
(∀ᶠ (i : ι) in Filter.cofinite, ∀ x ∈ K, ‖f i x‖ ≤ u i) →
(∀ (i : ι), ContinuousOn (f i) K) →
HasProdUniformlyOn (fun i x => 1 + f i x) (fun x => ∏' (i : ι), (1 + f i x)) KIf a sequence of continuous functions f i x on an open compact K have norms eventually
bounded by a summable function, then ∏' i, (1 + f i x) is uniformly convergent on K.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 281 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites47
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- Finsetproof · cited by 13,712
- Filterproof · cited by 8,121
- Set.Elemproof · cited by 7,166
- Set.ofPredproof · cited by 6,101
- Norm.normstatement and proof · cited by 5,413
- Filter.Eventuallystatement and proof · cited by 3,134
- CompleteSpacestatement and proof · cited by 2,532
- ContinuousMapproof · cited by 2,491
Cited by3
Results whose statement or proof uses this declaration.
- Summable.hasProdLocallyUniformlyOn_one_addproof · cited by 2
- Summable.hasProdUniformlyOn_nat_one_addproof · cited by 2
- Summable.multipliableUniformlyOn_one_addproof · cited by 0