Theorems · Theorem · sequences and series
hasSum_sum
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} [inst : AddCommMonoid α] [inst_1 : TopologicalSpace α]
{L : SummationFilter β} [ContinuousAdd α] {f : γ → β → α} {a : γ → α} {s : Finset γ},
(∀ i ∈ s, HasSum (f i) (a i) L) → HasSum (fun b => ∑ i ∈ s, f i b) (∑ i ∈ s, a i) L- Cited by
- 4 results in Mathlib
- Foundations
- Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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 and proof · cited by 5,195
- ContinuousAddstatement and proof · cited by 777
- SummationFilterstatement and proof · cited by 607
- HasSumstatement and proof · cited by 518
- Finset.sum_insertproof · cited by 196
- Finset.induction_onproof · cited by 167
- Finset.mem_insertproof · cited by 44
- Finset.notMem_emptyproof · cited by 40
- IsEmpty.forall_iffproof · cited by 39
Cited by4
Results whose statement or proof uses this declaration.
- Summable.tsum_finsetSumproof · cited by 5
- summable_sumproof · cited by 4
- hasSum_sum_disjointproof · cited by 1
- LSeriesHasSum.sumproof · cited by 0