[Merged by Bors] - feat(NumberTheory/ModularForms): two-variable Jacobi theta#9666
[Merged by Bors] - feat(NumberTheory/ModularForms): two-variable Jacobi theta#9666
Conversation
| set_option linter.uppercaseLean3 false in | ||
| #align real.is_Theta_exp_comp_one Real.isTheta_exp_comp_one | ||
|
|
||
| lemma summable_exp_neg_nat : Summable (fun n : ℕ ↦ exp (-n)) := by |
There was a problem hiding this comment.
Maybe generalize this to exp (-n * x) with positive x? I'd expect this to be more useful than the special case x = 1.
There was a problem hiding this comment.
Good point, I added a lemma showing that Summable (fun n : ℕ ↦ exp (n * a)) ↔ a < 0 and deduced the case at hand from this.
MichaelStollBayreuth
left a comment
There was a problem hiding this comment.
LGTM! I'm looking forward to Dirichlet L-series as entire functions, functional equation and all...
Co-authored-by: Michael Stoll <99838730+MichaelStollBayreuth@users.noreply.github.com>
Co-authored-by: Chris Birkbeck <c.birkbeck@uea.ac.uk>
|
@riccardobrasca Hi Riccardo, this should be ready now |
Co-authored-by: Riccardo Brasca <riccardo.brasca@gmail.com>
…thlib4 into DL_jacobi_twovar
|
LGTM |
|
Thanks! bors d+ |
|
✌️ loefflerd can now approve this pull request. To approve and merge a pull request, simply reply with |
|
bors r+ |
Add a more general version of the Jacobi theta function with a second variable, and prove the transformation law for this more general function rather than just for the one-variable version. Preparatory to functional equations for Dirichlet L-functions.
|
Pull request successfully merged into master. Build succeeded: |
Add a more general version of the Jacobi theta function with a second variable, and prove the transformation law for this more general function rather than just for the one-variable version. Preparatory to functional equations for Dirichlet L-functions.