mathlib4 icon indicating copy to clipboard operation
mathlib4 copied to clipboard

feat: convergence of infinite sums in nonarchimedean abelian groups

Open trivial1711 opened this issue 1 year ago • 2 comments

Let G be a complete nonarchimedean abelian group and let f : α → G be a function. We prove that f is unconditionally summable if and only if f a tends to zero on the cofinite filter on α.


Open in Gitpod

trivial1711 avatar Mar 26 '24 10:03 trivial1711

One question I have for the reviewers is what folder this file should be in (Mathlib.Topology.Algebra.InfiniteSum.Nonarchimedean, or Mathlib.Topology.Algebra.Nonarchimedean.InfiniteSum?) . The other is what namespace the theorems should be in (NonarchimedeanAddGroup.summable_iff_tendsto_cofinite_zero, or summable_iff_tendsto_cofinite_zero?).

trivial1711 avatar Mar 26 '24 11:03 trivial1711

I made this proof more complicated than it needs to be. I can simplify it by using cauchySeq_finset_iff_vanishing. I will work on this.

trivial1711 avatar Mar 28 '24 00:03 trivial1711

Thank you for the review. I have made the changes you suggest.

trivial1711 avatar Apr 03 '24 21:04 trivial1711

bors merge

fpvandoorn avatar Apr 05 '24 09:04 fpvandoorn

Pull request successfully merged into master.

Build succeeded:

mathlib-bors[bot] avatar Apr 05 '24 09:04 mathlib-bors[bot]