Theorems · Theorem · sequences and series
hasSum_nat_add_iff
∀ {G : Type u_2} [inst : AddCommGroup G] {g : G} [inst_1 : TopologicalSpace G] [IsTopologicalAddGroup G] {f : ℕ → G}
(k : ℕ), HasSum (fun n => f (n + k)) g ↔ HasSum f (g + ∑ i ∈ Finset.range k, f i)- Cited by
- 6 results in Mathlib
- Foundations
- Depth 88 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.
- DFunLike.coeproof · cited by 62,936
- TopologicalSpacestatement and proof · cited by 24,529
- AddCommGroupstatement and proof · cited by 12,871
- Finset.sumstatement · cited by 5,195
- Equiv.symmproof · cited by 3,681
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- IsTopologicalAddGroupstatement and proof · cited by 1,394
- Finset.rangestatement and proof · cited by 1,341
- HasSumstatement and proof · cited by 518
- Equiv.hasSum_iffproof · cited by 18
- notMemRangeEquivproof · cited by 6
- coe_notMemRangeEquiv_symmproof · cited by 2
Cited by6
Results whose statement or proof uses this declaration.
- summable_nat_add_iffproof · cited by 24
- hasSum_nat_add_iff'proof · cited by 12
- Stirling.log_stirlingSeq_sdiff_hasSumproof · cited by 4
- Complex.hasSum_taylorSeries_neg_log'proof · cited by 1
- NNReal.hasSum_nat_add_iffproof · cited by 0
- hasSum_pnat_iffproof · cited by 0