Zulip Chat Archive

Stream: mathlib4

Topic: L-series


Michael Stoll (Feb 09 2024 at 18:57):

I would like to put some part of the code on L-series that I wrote over the last several months into Mathlib.
As a preliminary step, I suggest to create a new directory Mathlib/NumberTheory/LSeries and move the current file Mathlib/NumberTheory/LSeries.lean to Mathlib/NumberTheory/LSeries/Basic.lean. (So that further definitions and results on L-series can go into further files within that directory.)
Are there any objections?

Johan Commelin (Feb 09 2024 at 19:00):

Sounds good!

Michael Stoll (Feb 09 2024 at 19:11):

#10385

Michael Stoll (Feb 19 2024 at 16:47):

After a break (due to travel etc.), I'm now continuing with this sequence of PRs. #10725 is still preliminary; it adds a coercion from R-valued arithmetic functions to complex-valued ones, when is an R-algebra, so that we can write LSeries ζ or LSeries Λ.

Michael Stoll (Feb 19 2024 at 19:09):

#10728 now adds some new material: A new predicate LSeriesHasSum and the abscissa of absolute convergence.


Last updated: May 02 2025 at 03:31 UTC