Theorems · Theorem · functional analysis
continuousOn_tsum
∀ {α : Type u_1} {β : Type u_2} {F : Type u_3} [inst : NormedAddCommGroup F] [CompleteSpace F] {u : α → ℝ}
[inst_2 : TopologicalSpace β] {f : α → β → F} {s : Set β},
(∀ (i : α), ContinuousOn (f i) s) →
Summable u → (∀ (n : α), ∀ x ∈ s, ‖f n x‖ ≤ u n) → ContinuousOn (fun x => ∑' (n : α), f n x) sAn infinite sum of functions with summable sup norm is continuous on a set if each individual function is.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 169 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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
- NormedAddCommGroupstatement and proof · cited by 15,752
- Finsetproof · cited by 13,712
- Norm.normstatement and proof · cited by 5,413
- CompleteSpacestatement and proof · cited by 2,532
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- ContinuousOnstatement and proof · cited by 1,411
- tsumstatement · cited by 1,148
- Summablestatement and proof · cited by 778
- Filter.Frequently.of_forallproof · cited by 25
Cited by3
Results whose statement or proof uses this declaration.
- continuous_tsumproof · cited by 5
- continuousAt_jacobiTheta₂'proof · cited by 2
- ZetaAsymptotics.continuousOn_termTSumproof · cited by 2