Theorems · Theorem · sequences and series
hasSum_ite_sub_hasSum
∀ {α : Type u_1} {β : Type u_2} {L : SummationFilter β} [inst : AddCommGroup α] [inst_1 : TopologicalSpace α]
[IsTopologicalAddGroup α] {f : β → α} {a : α} [L.LeAtTop] [inst_4 : DecidableEq β],
HasSum f a L → ∀ (b : β), HasSum (fun n => if n = b then 0 else f n) (a - f b) L- Cited by
- 3 results in Mathlib
- Foundations
- Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- AddCommMonoidproof · cited by 12,281
- zero_addproof · cited by 2,366
- SummationFilter.unconditionalproof · cited by 2,068
- IsTopologicalAddGroupstatement and proof · cited by 1,394
- SummationFilterstatement and proof · cited by 607
- HasSumstatement and proof · cited by 518
- Function.updateproof · cited by 502
- SummationFilter.LeAtTopstatement and proof · cited by 80
- sub_add_eq_add_subproof · cited by 29
- Function.update_applyproof · cited by 23
Cited by3
Results whose statement or proof uses this declaration.
- HurwitzZeta.hasSum_int_evenKernel₀proof · cited by 1
- Summable.tsum_eq_add_tsum_iteproof · cited by 1
- HurwitzZeta.hasSum_int_cosKernel₀proof · cited by 1