Definitions/Def_ModularForm_EisensteinChiNegThree.lean
Weight-one level-three Eisenstein series: q-expansion and modularity
The module fixes a concrete model for the weight-one Eisenstein series attached to the non-trivial Dirichlet character modulo 3, working entirely with q-expansions. chiNegThree : ℕ → ℤ is that character written out by hand on residues: it sends n to 1 if n \equiv 1 \pmod 3, to -1 if n \equiv 2 \pmod 3, and to 0 if 3 \mid n; thus it is the Kronecker symbol \left(\frac{-3}{\cdot}\right) as a function of natural numbers. sigmaChi n is the twisted divisor sum \sum_{d \mid n} \chi_{-3}(d), the sum being over Mathlib's Nat.divisors (so sigmaChi 0 = 0, the divisor set of 0 being empty). e1Chi3 : PowerSeries ℤ is then the formal power series whose 0-th coefficient is 1 and whose n-th coefficient for n \ge 1 is 6\,\sigma_{\chi}(n), i.e. 1 + 6\sum_{n \ge 1}\bigl(\sum_{d\mid n}\chi_{-3}(d)\bigr)q^n; all coefficients beyond the constant term are divisible by 6, in particular by 3. For a commutative ring R, e1Chi3In R is the image of this series in R[\![q]\!] under coefficientwise application of Int.castRingHom R.
Finally E1Chi3IsModular is not a theorem but a Prop-valued definition, a named statement: it asserts the existence of a modular form f of weight 1 on the congruence subgroup \Gamma_1(3) such that for every point z of the upper half-plane, f(z) equals the sum \sum_{n \ge 0} c_n e^{2\pi i n z}, where c_n is the n-th coefficient of e1Chi3 pushed into \mathbb{C}. The sum is an unconditional tsum over n : ℕ, with no summability hypothesis recorded in the statement; the predicate thus says exactly that the formal series e1Chi3 is realised as the q-expansion of some weight-one form on \Gamma_1(3), and it is stated here as a hypothesis to be supplied elsewhere rather than proved in this module.
Relation to Mathlib
The ambient notions PowerSeries, ModularForm and CongruenceSubgroup.Gamma1 are Mathlib's; the character is not Mathlib's DirichletCharacter but a hand-written function ℕ → ℤ given by residues modulo 3, and the Eisenstein series itself is introduced only through its integral q-expansion, with modularity packaged as the project's own proposition E1Chi3IsModular.
Where it is used
Because every non-constant coefficient of e1Chi3 is divisible by 3, this series is congruent to 1 modulo 3, and multiplication by it is the weight-one-to-weight-two shift used in the Langlands–Tunnell part of the argument: a weight-one form is replaced by a weight-two form with the same mod-3 Hecke eigensystem. The definitions here are imported by the modules that set up that congruence.
References
- F. Diamond and J. Shurman, A First Course in Modular Forms, Graduate Texts in Mathematics 228, Springer, 2005
- H. Darmon, F. Diamond and R. Taylor, Fermat's Last Theorem, in: Current Developments in Mathematics 1995, International Press, 1995, 1–154
- J.-P. Serre, Modular forms of weight one and Galois representations, in: Algebraic Number Fields (A. Fröhlich, ed.), Academic Press, 1977, 193–268
References are suggested automatically and have not been individually verified.
English text generated automatically from the Lean source; the Lean statement is authoritative.
- 28 lines
- 5 declarations
- used in the statements of 15 theorems and imported by 25 proofs
- imports 0 definition modules
Source file: Definitions/Def_ModularForm_EisensteinChiNegThree.lean
Imports
- only Mathlib
Declarations
- def
EisensteinWeightOne.chiNegThree - def
EisensteinWeightOne.sigmaChi - def
EisensteinWeightOne.e1Chi3 - def
EisensteinWeightOne.e1Chi3In - def
EisensteinWeightOne.E1Chi3IsModular
Source
import Mathlib set_option autoImplicit false namespace EisensteinWeightOne def chiNegThree (n : ℕ) : ℤ := if n % 3 = 1 then 1 else if n % 3 = 2 then -1 else 0 def sigmaChi (n : ℕ) : ℤ := ∑ d ∈ n.divisors, chiNegThree d def e1Chi3 : PowerSeries ℤ := PowerSeries.mk fun n => if n = 0 then 1 else 6 * sigmaChi n noncomputable def e1Chi3In (R : Type*) [CommRing R] : PowerSeries R := PowerSeries.map (Int.castRingHom R) e1Chi3 open CongruenceSubgroup in def E1Chi3IsModular : Prop := ∃ f : ModularForm (Gamma1 3) 1, ∀ z : UpperHalfPlane, f z = ∑' n : ℕ, ((PowerSeries.coeff n e1Chi3 : ℤ) : ℂ) * Complex.exp (2 * (Real.pi : ℂ) * Complex.I * (n : ℂ) * (z : ℂ)) end EisensteinWeightOne
Statements phrased using this module (15)
- Weight-one χ₋₃ eigensystem occurs mod 3 in weight two
FLT.AbstractIntegralStructure.exists_weight_two_eigenform_congruent_of_isLatticeRealized76 below · depth 7 - Mod-3 eigensystem at a level cube-free away from 3
FLT.No2BridgeWiring.weightOneNewformExists_levelAtThree_not_cube_dvd7,253 below · depth 7 - Weight-one χ₋₃ lattice realisation with no cube away from 3
FLT.No2BridgeWiring.weightOneNewformExists_not_cube_dvd7,221 below · depth 8 - Mod-3 Hecke congruence for the weight-one bridge product
FLT.OccurrenceStatement.three_dvd_coeff_heckeT_two_sub_smul_of_not_dvd0 below · depth 8 - Complete multiplicativity of the mod 3 character χ₋₃
EisensteinWeightOne.chiNegThree_mul0 below · depth 9 - Coefficients of the power series e₁(χ₋₃)
EisensteinWeightOne.coeff_e1Chi30 below · depth 9 - Modularity of the weight-one Eisenstein series E₁(1,χ₋₃)
EisensteinWeightOne.e1Chi3IsModular0 below · depth 9 - Determinant of the explicit lift equals χ₋₃ at Frobenius
LanglandsTunnell.det_lift_eq_chiNegThree_of_isFrobeniusAt1 below · depth 9 - Multiplication by e₁(χ₋₃) is trivial on coefficients mod 3
EisensteinWeightOne.three_dvd_coeff_mul_e1Chi3_sub0 below · depth 10 - Determinant of the lifted mod 3 representation at Frobenius
LanglandsTunnell.det_map_comp_lift_eq_chiNegThree_of_isFrobeniusAt0 below · depth 11 - Frobenius trace on inertia invariants lies in ι(ℤ[√-2])
LanglandsTunnell.trace_restrict_invariants_mem_range_of_lift0 below · depth 11 - Determinant table of the lift-trace seed equals χ₋₃ of the norm
LanglandsTunnell.liftTraceSeed_b_eq_chiNegThree_of_detDictionaryRow2 below · depth 13 - A finite-order Hecke character of ℚ of modulus (3)
AutomorphicForm.IdeleChar.exists_finiteOrderHeckeChar_chiNegThree1 below · depth 14 - 3 ∣ ℓ - χ₋₃(ℓ) in any commutative ring
FLT.OccurrenceStatement.three_dvd_natCast_sub_chiNegThree_cast0 below · depth 14 - Hexagonal theta series equals the weight-one series E₁(χ₋₃)
EisensteinWeightOne.tsum_coeff_e1Chi3_mul_exp_eq_tsum_exp_hexagonal0 below · depth 30