Commit 2024-03-16 15:45 1e2c4067
View on Github →feat(InfiniteSum/NatInt): lemmas on sums over ℤ (#11069)
This PR combines several results involving topological sums over ℤ
. These results are used in #10011 (Hurwitz zeta functions) where sums over ℤ
feature heavily.
- Fill in
tsum
andSummable
variants for lemmas proved forHasSum
- Rename some lemmas (with deprecated aliases) to impose a consistent naming scheme
- Generalise several lemmas to allow the target space to be a topological monoid rather than a group.
- Speed up some slow proofs (the old
summable_int_of_summable_nat
took about 10s to compile on my machine, its replacementSummable.of_nat_of_neg
is 1000 times faster)