Skip to content

Write a bit about modular form #248

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

user202729
Copy link
Contributor

@user202729 user202729 commented Aug 10, 2024

Another guest chapter, I guess.

There's a few things to look out for:

  • Now Asymptote compilation always input macros.tex, which results in \Re appears as \operatorname{Re} instead of . I think this is more convenient, but it leads to each Asymptote file takes like 0.02 seconds longer. I think this is negligible (remember to not add heavy packages to macros.tex then, otherwise total compilation time for all the Asymptote figures will blow up)
  • I move some heavy parts from macros.tex to preamble.tex. Otherwise Asymptote compilation time would be like 1 second longer per figure.

Feel free to revert these (but if you do then change \Re/Im to \operatorname{Re/Im} in the plot).

If it's accepted I guess some \mathscr{P} can be changed to \PP in the category theory chapter (Cohen forcing), and maybe some \operatorname can be changed to \opname elsewhere.

TODO:

  • explain relation with elliptic curve
  • explain modular functions over subgroups of SL₂(ℤ) (which corresponds to meromorphic functions on the space of marked lattice)
  • relation to Θ function etc.? (I haven't learnt this one yet)

@vEnhance
Copy link
Owner

Is there a plan to add more chapters in the modular forms part?

If not (which is fine), then I think it might make more sense to not have a separate part just for this and merge it into the previous complex analysis section.

If there are more chapters planned, then I might rather wait until some more of those are written out to merge, so the chapter numbers don't keep jiggling around too much.

I'm a little reluctant to add input macros.tex because it makes the Asymptote code more brittle and less portable. I think it's not worth the extra dependency link if the only cost to not having it is having \operatorname{Re} in a few places.

@user202729
Copy link
Contributor Author

We wait then.

@user202729 user202729 marked this pull request as draft August 15, 2024 03:14
@msm-code
Copy link
Contributor

msm-code commented Aug 15, 2024

Oh, cool.

I'm currently (re)reading Napkin to brush up my number theory (and prepare for more advanced literature), and modular forms are on my roadmap soon. Happy to see this PR.

I don't know enough to say anything substantial about the content, but when adding a new part you probably also want to add it here: https://github.com/vEnhance/napkin/blob/main/tex/frontmatter/digraph.tex. I assume complex analysis is a prerequisite.

Btw, I chuckled at the unintentional humor of

Fundamentally, a modular form is something very simple: a meromorphic homogeneous function on the space of lattices of C

(I know that's in comparison to the regular definition, but it made me think of the monad joke)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants