Theorems · Theorem · sequences and series
summable_sum
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} [inst : AddCommMonoid α] [inst_1 : TopologicalSpace α]
{L : SummationFilter β} [ContinuousAdd α] {f : γ → β → α} {s : Finset γ},
(∀ i ∈ s, Summable (f i) L) → Summable (fun b => ∑ i ∈ s, f i b) L- Cited by
- 4 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- Finsetstatement and proof · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- Finset.sumstatement · cited by 5,195
- Summablestatement and proof · cited by 778
- ContinuousAddstatement and proof · cited by 777
- SummationFilterstatement and proof · cited by 607
- Summable.hasSumproof · cited by 184
- HasSum.summableproof · cited by 98
- hasSum_sumproof · cited by 4
Cited by4
Results whose statement or proof uses this declaration.
- summable_norm_iffproof · cited by 8
- summable_indicator_mod_iffproof · cited by 1
- summable_pow_mul_geometric_of_norm_lt_oneproof · cited by 1
- LSeriesSummable.sumproof · cited by 0