Theorems · Theorem · measure theory
NNReal.hasSum_iff_tendsto_nat
∀ {f : ℕ → NNReal} {r : NNReal}, HasSum f r ↔ Filter.Tendsto (fun n => ∑ i ∈ Finset.range n, f i) Filter.atTop (nhds r)A series of non-negative real numbers converges to r in the sense of HasSum if and only if
the sequence of partial sum converges to r.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 133 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- nhdsstatement and proof · cited by 5,554
- Finset.sumstatement and proof · cited by 5,195
- NNRealstatement and proof · cited by 4,310
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.atTopstatement and proof · cited by 2,405
- SummationFilter.unconditionalstatement · cited by 2,068
- Finset.rangestatement and proof · cited by 1,341
- ENNReal.ofNNRealproof · cited by 1,279
- HasSumstatement · cited by 518
- ENNReal.hasSum_coeproof · cited by 6
- ENNReal.hasSum_iff_tendsto_natproof · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- hasSum_iff_tendsto_nat_of_nonnegproof · cited by 4
- NNReal.not_summable_iff_tendsto_nat_atTopproof · cited by 2