Theorems · Theorem · sequences and series
HasSum.sum_range_add
∀ {M : Type u_1} [inst : AddCommMonoid M] [inst_1 : TopologicalSpace M] {m : M} [ContinuousAdd M] {f : ℕ → M} {k : ℕ},
HasSum (fun n => f (n + k)) m → HasSum f (∑ i ∈ Finset.range k, f i + m)- 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.
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
- AddCommMonoidstatement and proof · cited by 12,281
- SetLike.coeproof · cited by 8,199
- Set.Elemproof · cited by 7,166
- Finset.sumstatement · cited by 5,195
- Equiv.symmproof · cited by 3,681
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- Finset.rangestatement and proof · cited by 1,341
- ContinuousAddstatement and proof · cited by 777
- HasSumstatement and proof · cited by 518
- Equiv.hasSum_iffproof · cited by 18
- HasSum.add_complproof · cited by 6
Cited by3
Results whose statement or proof uses this declaration.
- Summable.sum_add_tsum_nat_add'proof · cited by 4
- HasSum.zero_addproof · cited by 3
- Summable.comp_nat_addproof · cited by 1