Formalized cmf LMFDB definitions - #81
Open
JaneShi99 wants to merge 8 commits into
Open
Conversation
specifically newforms so the charpoly is known
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
IsGaloisConjugate,galoisOrbit,traceForm- though on LMFDB they're defined for only newforms, I kept the definition general for cusp forms.Same with
IsTwist,IsTwistRelated,dual/self-dual,self/inner twists,counts,CM/RM,twistMultiplicity.I think everything else is faithful to the LMFDB side. The general rule is the following: if the construction makes sense to an arbitrary cusp form then we define it for a
cusp form. If the definition genuinely depends on being a newform, we useIsNewform.The Petersson product is now formalized as a genuine integral (mathlib's
peterssonintegrand against its new invariant measure on ℍ, over a caller-supplied fundamental domain), while the definitions depending on it (newspace,eisensteinSubspace,IsNewform) take an abstract pairingBas input, so they can later be specialized to the concrete Petersson product without restating them.(This is outside of my knowledge) but Claude gave me one caveat: the
IsFundamentalDomainhypothesis is unsatisfiable for any group containing −I (e.g. SL(2,ℤ), Γ₀(N)) since −I acts trivially on ℍ — fixing this needs a PSL(2,ℤ)-style reformulation, and making the product non-junk still awaits three mathlib gaps: 𝒟 as a measure-theoretic fundamental domain, finiteness of its volume, and a finite-index coset-transfer lemma.