Mathlib Map

Theorems · Theorem · functional analysis

continuous_tsum

∀ {α : Type u_1} {β : Type u_2} {F : Type u_3} [inst : NormedAddCommGroup F] [CompleteSpace F] {u : α → ℝ}
  [inst_2 : TopologicalSpace β] {f : α → β → F},
  (∀ (i : α), Continuous (f i)) →
    Summable u → (∀ (n : α) (x : β), ‖f n x‖ ≤ u n) → Continuous fun x => ∑' (n : α), f n x

An infinite sum of functions with summable sup norm is continuous if each individual function is.

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

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites11

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by5

Results whose statement or proof uses this declaration.