Infinite sums in extended nonnegative reals #
This file proves results on infinite sums in ℝ≥0∞.
In particular, we give lemmas relating sums of constants to the cardinality of the domain of these sums.
TODO #
The sum over the complement of a finset tends to 0 when the finset grows to cover the whole
space. This does not need a summability assumption, as otherwise all sums are zero.
Summable non-negative functions have countable support
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.
For f : ℕ → ℝ≥0, then ∑' k, f (k + i) tends to zero. This does not require a summability
assumption on f, as otherwise all sums are zero.
If the extended distance between consecutive points of a sequence is estimated
by a summable series of NNReals, then the original sequence is a Cauchy sequence.
If edist (f n) (f (n+1)) is bounded above by a function d : ℕ → ℝ≥0∞,
then the distance from f n to the limit is bounded by ∑'_{k=n}^∞ d k.
If edist (f n) (f (n+1)) is bounded above by a function d : ℕ → ℝ≥0∞,
then the distance from f 0 to the limit is bounded by ∑'_{k=0}^∞ d k.