Mathlib Map

Theorems · Theorem · sequences and series

Summable.tendsto_sum_tsum_nat

∀ {M : Type u_1} [inst : AddCommMonoid M] [inst_1 : TopologicalSpace M] {f : ℕ → M},
  Summable f → Filter.Tendsto (fun n => ∑ i ∈ Finset.range n, f i) Filter.atTop (nhds (∑' (i : ℕ), f i))

If f : ℕ → M is summable, then the partial sums ∑ i ∈ range n, f i converge to ∑' i, f i.

Defined in
Mathlib.Topology.Algebra.InfiniteSum.NatInt
Cited by
3 results in Mathlib
Foundations
Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddCommMonoidTopologicalSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites12

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by3

Results whose statement or proof uses this declaration.