Theorems · Theorem · functional analysis
tendstoUniformly_tsum_nat
∀ {β : Type u_2} {F : Type u_3} [inst : NormedAddCommGroup F] [CompleteSpace F] {f : ℕ → β → F} {u : ℕ → ℝ},
Summable u →
(∀ (n : ℕ) (x : β), ‖f n x‖ ≤ u n) →
TendstoUniformly (fun N x => ∑ n ∈ Finset.range N, f n x) (fun x => ∑' (n : ℕ), f n x) Filter.atTopAn infinite sum of functions with summable sup norm is the uniform limit of its partial sums.
Version with index set ℕ.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 170 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- Norm.normstatement and proof · cited by 5,413
- Finset.sumstatement · cited by 5,195
- CompleteSpacestatement and proof · cited by 2,532
- Filter.atTopstatement · cited by 2,405
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- Finset.rangestatement · cited by 1,341
- tsumstatement · cited by 1,148
- Summablestatement and proof · cited by 778
- uniformityproof · cited by 765
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.