Theorems · Theorem · sequences and series
HasSum.update
∀ {α : Type u_1} {β : Type u_2} {L : SummationFilter β} [inst : AddCommGroup α] [inst_1 : TopologicalSpace α]
[IsTopologicalAddGroup α] {f : β → α} {a₁ : α} [L.LeAtTop],
HasSum f a₁ L → ∀ (b : β) [inst_4 : DecidableEq β] (a : α), HasSum (Function.update f b a) (a - f b + a₁) L- Cited by
- 3 results in Mathlib
- Foundations
- Depth 86 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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.updatestatement and proof · cited by 502
- sub_add_cancelproof · cited by 344
- Function.update_selfproof · cited by 201
- Function.update_of_neproof · cited by 198
Cited by3
Results whose statement or proof uses this declaration.
- hasSum_ltproof · cited by 3
- hasSum_ite_sub_hasSumproof · cited by 3
- Summable.updateproof · cited by 0