Theorems · Theorem · sequences and series
tendsto_sum_nat_add
∀ {G : Type u_2} [inst : AddCommGroup G] [inst_1 : TopologicalSpace G] [IsTopologicalAddGroup G] [T2Space G]
(f : ℕ → G), Filter.Tendsto (fun i => ∑' (k : ℕ), f (k + i)) Filter.atTop (nhds 0)For f : ℕ → G, the sum ∑' k, f (k + i) tends to zero. This does not require a
summability assumption on f, as otherwise all such sums are zero.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 95 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
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
- nhdsstatement and proof · cited by 5,554
- Finset.sumproof · cited by 5,195
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.atTopstatement and proof · cited by 2,405
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- add_commproof · cited by 1,535
- IsTopologicalAddGroupstatement and proof · cited by 1,394
- T2Spacestatement and proof · cited by 1,351
- Finset.rangeproof · cited by 1,341
- tsumstatement and proof · cited by 1,148
Cited by2
Results whose statement or proof uses this declaration.
- HasFPowerSeriesWithinOnBall.tendsto_partialSum_prodproof · cited by 2
- NNReal.tendsto_sum_nat_addproof · cited by 1