Module docstring
{"# Infinite sums and products over ℕ and ℤ
This file contains lemmas about HasSum, Summable, tsum, HasProd, Multipliable, and tprod
applied to the important special cases where the domain is ℕ or ℤ. For instance, we prove the
formula ∑ i ∈ range k, f i + ∑' i, f (i + k) = ∑' i, f i, ∈ sum_add_tsum_nat_add, as well as
several results relating sums and products on ℕ to sums and products on ℤ.
","## Sums over ℕ
","Some properties about measure-like functions. These could also be functions defined on complete
sublattices of sets, with the property that they are countably sub-additive.
R will probably be instantiated with (≤) in all applications.
","## Sums over ℤ
In this section we prove a variety of lemmas relating sums over ℕ to sums over ℤ.
"}