Theorems · Theorem · sequences and series
Summable.tsum_eq_add_tsum_ite
∀ {α : Type u_1} {β : Type u_2} [inst : AddCommGroup α] [inst_1 : TopologicalSpace α] [IsTopologicalAddGroup α]
{f : β → α} [T2Space α] [inst_4 : DecidableEq β],
Summable f → ∀ (b : β), ∑' (n : β), f n = f b + ∑' (n : β), if n = b then 0 else f nLet f : β → α be a summable function and let b ∈ β be an index.
Lemma tsum_eq_add_tsum_ite writes Σ' n, f n as f b plus the sum of the
remaining terms.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 93 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.
- TopologicalSpacestatement and proof · cited by 24,529
- AddCommGroupstatement and proof · cited by 12,871
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- IsTopologicalAddGroupstatement and proof · cited by 1,394
- T2Spacestatement and proof · cited by 1,351
- tsumstatement and proof · cited by 1,148
- Summablestatement and proof · cited by 778
- add_sub_cancelproof · cited by 195
- Summable.hasSumproof · cited by 184
- HasSum.tsum_eqproof · cited by 150
- hasSum_ite_sub_hasSumproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- LSeries.tendsto_cpow_mul_atTopproof · cited by 2