Skip to content

[Merged by Bors] - feat(NumberTheory/ModularForms): two-variable Jacobi theta#9666

Closed
loefflerd wants to merge 12 commits intomasterfrom
DL_jacobi_twovar
Closed

[Merged by Bors] - feat(NumberTheory/ModularForms): two-variable Jacobi theta#9666
loefflerd wants to merge 12 commits intomasterfrom
DL_jacobi_twovar

Conversation

@loefflerd
Copy link
Copy Markdown
Contributor

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.


Open in Gitpod

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
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe generalize this to exp (-n * x) with positive x? I'd expect this to be more useful than the special case x = 1.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, I added a lemma showing that Summable (fun n : ℕ ↦ exp (n * a)) ↔ a < 0 and deduced the case at hand from this.

Copy link
Copy Markdown
Contributor

@MichaelStollBayreuth MichaelStollBayreuth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! I'm looking forward to Dirichlet L-series as entire functions, functional equation and all...

loefflerd and others added 2 commits January 14, 2024 21:30
Co-authored-by: Michael Stoll <99838730+MichaelStollBayreuth@users.noreply.github.com>
Copy link
Copy Markdown
Collaborator

@CBirkbeck CBirkbeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ghost ghost added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Jan 16, 2024
@ghost ghost removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Jan 17, 2024
@loefflerd loefflerd added the t-number-theory Number theory (also use t-algebra or t-analysis to specialize) label Jan 17, 2024
@loefflerd
Copy link
Copy Markdown
Contributor Author

@riccardobrasca Hi Riccardo, this should be ready now

loefflerd and others added 2 commits January 17, 2024 13:34
Co-authored-by: Riccardo Brasca <riccardo.brasca@gmail.com>
@loefflerd loefflerd added the awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. label Jan 17, 2024
@CBirkbeck
Copy link
Copy Markdown
Collaborator

LGTM

@riccardobrasca
Copy link
Copy Markdown
Member

Thanks!

bors d+

@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Jan 17, 2024

✌️ loefflerd can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@github-actions github-actions bot added delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). and removed awaiting-review awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. labels Jan 17, 2024
@loefflerd
Copy link
Copy Markdown
Contributor Author

bors r+

mathlib-bors bot pushed a commit that referenced this pull request Jan 17, 2024
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.
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Jan 17, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat(NumberTheory/ModularForms): two-variable Jacobi theta [Merged by Bors] - feat(NumberTheory/ModularForms): two-variable Jacobi theta Jan 17, 2024
@mathlib-bors mathlib-bors bot closed this Jan 17, 2024
@mathlib-bors mathlib-bors bot deleted the DL_jacobi_twovar branch January 17, 2024 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). t-number-theory Number theory (also use t-algebra or t-analysis to specialize)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants