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 xAn infinite sum of functions with summable sup norm is continuous if each individual function is.
- Cited by
- 5 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.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- NormedAddCommGroupstatement and proof · cited by 15,752
- Norm.normstatement and proof · cited by 5,413
- Set.univproof · cited by 3,945
- Continuousstatement and proof · cited by 2,592
- CompleteSpacestatement and proof · cited by 2,532
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- tsumstatement · cited by 1,148
- Summablestatement and proof · cited by 778
- continuousOn_tsumproof · cited by 3
Cited by5
Results whose statement or proof uses this declaration.
- Metric.PiNatEmbed.continuous_toPiNatproof · cited by 2
- exists_continuous_one_zero_of_isCompact_of_isGδproof · cited by 2
- Real.continuous_ofDigitsproof · cited by 1
- contDiff_tsumproof · cited by 1
- perfectlyNormalSpace_iff_forall_isClosed_preimage_zeroproof · cited by 0