Mathlib Map

Theorems · Theorem · functional analysis

tendstoUniformlyOn_tsum_nat

∀ {β : Type u_2} {F : Type u_3} [inst : NormedAddCommGroup F] [CompleteSpace F] {f : ℕ → β → F} {u : ℕ → ℝ},
  Summable u →
    ∀ {s : Set β},
      (∀ (n : ℕ), ∀ x ∈ s, ‖f n x‖ ≤ u n) →
        TendstoUniformlyOn (fun N x => ∑ n ∈ Finset.range N, f n x) (fun x => ∑' (n : ℕ), f n x) Filter.atTop s

An infinite sum of functions with summable sup norm is the uniform limit of its partial sums. Version relative to a set, with index set .

Defined in
Mathlib.Analysis.Normed.Group.FunctionSeries
Cited by
0 results in Mathlib
Foundations
Depth 169 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupCompleteSpace

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.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.