Definitions/Def_SwdAlgebra.lean
Ramanujan's -series and the Swinnerton-Dyer algebra
Over an arbitrary field F, three elements of the formal power series ring F[[q]] are defined by explicit integer coefficient formulas, pushed forward along the canonical ring homomorphism \mathbb{Z} \to F: qP F has constant term 1 and n-th coefficient -24\sum_{d \mid n} d for n \geq 1; qE4 F has constant term 1 and n-th coefficient 240\sum_{d \mid n} d^3; qE6 F has constant term 1 and n-th coefficient -504\sum_{d \mid n} d^5. These are the reductions to F of Ramanujan's series P = E_2, Q = E_4 and R = E_6, the divisor sums being taken over Nat.divisors.
For an integer n, swdSpan F n is the F-submodule of F[[q]] spanned by the set of products (\mathtt{qE4}\,F)^a (\mathtt{qE6}\,F)^b over pairs of natural numbers a, b with 4a + 6b = n as integers; this is the weight-n graded piece of the image of F[X,Y] in F[[q]], and it is the zero submodule whenever no such pair exists (in particular for n negative and for n = 2).
The remaining two definitions concern the polynomial model. ev F is the F-algebra homomorphism from MvPolynomial (Fin 2) F to F[[q]] obtained by evaluating the two variables at qE4 F and qE6 F respectively, so that the first variable carries weight 4 and the second weight 6. sD F is the F-derivation of MvPolynomial (Fin 2) F equal to -4Y \cdot \partial/\partial X + (-6X^2) \cdot \partial/\partial Y, where X, Y denote the variables indexed by 0 and 1; it sends X to -4Y and Y to -6X^2, and hence raises the weight 4a + 6b of an isobaric polynomial by 2, reflecting Ramanujan's differential equations for Q and R with respect to \theta = q\,d/dq.
Relation to Mathlib
The ambient notions — PowerSeries and its functoriality, Nat.divisors, MvPolynomial with MvPolynomial.pderiv, Derivation and Submodule.span — are Mathlib's. The q-series here are defined by their coefficient formulas as formal power series over an arbitrary field, independently of Mathlib's analytic theory of modular forms and Eisenstein series on the upper half-plane.
Where it is used
These definitions provide the vocabulary for the level-one theory of modular forms modulo p in the style of Swinnerton-Dyer: the graded pieces swdSpan F n and the derivation sD F encode the structure of F[\tilde{E}_4, \tilde{E}_6] and the action of \theta = q\,d/dq on it, which is what is needed for the congruences between q-expansions used on the modular side of the argument.
References
- H. P. F. Swinnerton-Dyer, On \ell-adic representations and congruences for coefficients of modular forms, in: Modular Functions of One Variable III, Lecture Notes in Mathematics 350, Springer, 1973, 1–55
- J.-P. Serre, Formes modulaires et fonctions zêta p-adiques, in: Modular Functions of One Variable III, Lecture Notes in Mathematics 350, Springer, 1973, 191–268
- H. Darmon, F. Diamond and R. Taylor, Fermat's Last Theorem, in: Current Developments in Mathematics 1995, International Press, 1995, 1–154
References are suggested automatically and have not been individually verified.
English text generated automatically from the Lean source; the Lean statement is authoritative.
- 35 lines
- 6 declarations
- used in the statements of 12 theorems and imported by 22 proofs
- imports 0 definition modules
Source file: Definitions/Def_SwdAlgebra.lean
Declarations
- def
SwdAlgebra.qP - def
SwdAlgebra.qE4 - def
SwdAlgebra.qE6 - def
SwdAlgebra.swdSpan - def
SwdAlgebra.ev - def
SwdAlgebra.sD
Source
import Mathlib.RingTheory.PowerSeries.Basic ↗ import Mathlib.NumberTheory.Divisors ↗ import Mathlib.Algebra.MvPolynomial.PDeriv ↗ import Mathlib.Data.Fin.VecNotation ↗ import Mathlib.LinearAlgebra.Span.Defs ↗ set_option autoImplicit false namespace SwdAlgebra noncomputable def qP (F : Type) [Field F] : PowerSeries F := PowerSeries.map (Int.castRingHom F) (PowerSeries.mk fun n => if n = 0 then 1 else -24 * ∑ d ∈ n.divisors, (d : ℤ)) noncomputable def qE4 (F : Type) [Field F] : PowerSeries F := PowerSeries.map (Int.castRingHom F) (PowerSeries.mk fun n => if n = 0 then 1 else 240 * ∑ d ∈ n.divisors, (d : ℤ) ^ 3) noncomputable def qE6 (F : Type) [Field F] : PowerSeries F := PowerSeries.map (Int.castRingHom F) (PowerSeries.mk fun n => if n = 0 then 1 else -504 * ∑ d ∈ n.divisors, (d : ℤ) ^ 5) noncomputable def swdSpan (F : Type) [Field F] (n : ℤ) : Submodule F (PowerSeries F) := Submodule.span F {ψ | ∃ a b : ℕ, (4 * a + 6 * b : ℤ) = n ∧ ψ = qE4 F ^ a * qE6 F ^ b} noncomputable def ev (F : Type) [Field F] : MvPolynomial (Fin 2) F →ₐ[F] PowerSeries F := MvPolynomial.aeval ![qE4 F, qE6 F] noncomputable def sD (F : Type) [Field F] : Derivation F (MvPolynomial (Fin 2) F) (MvPolynomial (Fin 2) F) := (MvPolynomial.C (-4 : F) * MvPolynomial.X 1 : MvPolynomial (Fin 2) F) • MvPolynomial.pderiv 0 + (MvPolynomial.C (-6 : F) * MvPolynomial.X 0 ^ 2 : MvPolynomial (Fin 2) F) • MvPolynomial.pderiv 1 end SwdAlgebra
Statements phrased using this module (12)
- Weight descent by p-1 under multiplication by P
ModPForms.mem_modPMod_sub_of_qP_mul_mem995 below · depth 16 - Reduction of ℓ E₂(ℓτ)-E₂(τ) lies in mod-p weight-2 forms
ModPForms.natCast_smul_heckeV_qP_sub_qP_mem_modPMod4 below · depth 16 - Serre derivative on mod-p q-expansions of level Γ₀(N)
ModPForms.smul_thetaPS_sub_smul_mem_modPMod_add_two1 below · depth 16 - Theta raises the filtration when p ∤ k
ModPForms.thetaPS_not_mem_of_sub_smul_mem0 below · depth 16 - Non-vanishing leading coefficient of b at supersingular places
ModularCurve.SSCarrier.lead_qP_mul_thetaL_zpow_ne_zero503 below · depth 16 - Multiplication by b is ℓ-semilinear for the supersingular Hecke operator
ModularCurve.SSHeckeV2.ssHeckeFun_bMul_eq_smul_bMul_ssHeckeFun1,008 below · depth 16 - Eₚ₊₁ mod p is non-vanishing at supersingular places
ModularCurve.exists_coe_eq_qP_mul_thetaL_jqModC_zpow_and_stackOrd_eq_zero499 below · depth 16 - Supersingular order bound for the Hecke difference on the roof
ModularCurve.neg_mul_add_one_le_ord_pow_mul_heckeBetaC_mul_pow_sub_of_mem_ssPlaces966 below · depth 17 - E₂ (θ j)^{-(p+1)/2} lies in the level-N function field
ModularCurve.qP_mul_thetaL_jqModC_zpow_mem_modularFunctionFieldC480 below · depth 17 - Stack order zero at supersingular places for ̃ P (thetajmath̄)^{-(p+1)/2}
ModularCurve.stackOrd_qP_mul_thetaL_jqModC_zpow_eq_zero_of_mem_ssPlaces497 below · depth 17 - A mod p weight-(p+1) function from ℓ²E₂(q^ℓ)-ℓ E₂(q)
ModularCurve.exists_coe_eq_qExpand_qP_sub_mul_thetaL_zpow_and_one_le_stackOrd905 below · depth 18 - A characteristic-p identity for ̃ P (thetajmath̄)^{-(p+1)/2}
ModularCurve.qP_mul_thetaL_jqModC_zpow_mul_eq86 below · depth 18