All proofs
Project-declaredLean 4.32.0 · mathlib@249c48c2

G₃ q expansion

TateCurve.Blueprint.g₃_q_expansion

Plain-language statement

The q-expansion of g₃ (Silverman, Advanced topics, Theorem I.7.1): g₃(Λ_τ) = -(2πi)⁶/216 ⬝ (1 - 504s₅(q)). This is g₃ = 140G₆ and the case k = 6 of G_q_expansion, with row-sum identity sum_int_inv_sixth and 2ζ(6) = 2π⁶/945 (hasSum_int_inv_sixth).

Exact Lean statement

theorem g₃_q_expansion (τ : ℂ) (hτ : 0 < τ.im) :
    (periodPair τ hτ.ne').g₃ =
      -(2 * (Real.pi : ℂ) * I) ^ 6 / 216 * (1 - 504 * sAn 5 (e τ))

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
theorem g₃_q_expansion (τ : ℂ) (hτ : 0 < τ.im) :    (periodPair τ hτ.ne').g₃ =      -(2 * (Real.pi : ℂ) * I) ^ 6 / 216 * (1 - 504 * sAn 5 (e τ)) := by  rw [PeriodPair.g₃, G_q_expansion τ hτ (by norm_num) (by norm_num) 3, by norm_num      (div_ne_zero (pow_ne_zero 6 two_pi_I_ne_zero) (by norm_num : (120 : ℂ)  0))      sum_int_inv_sixth hasSum_int_inv_sixth,    show (2 * (Real.pi : ℂ) * I) ^ 6 = -64 * (Real.pi : ℂ) ^ 6 by      rw [show (2 * (Real.pi : ℂ) * I) ^ 6 = ((2 * (Real.pi : ℂ)) ^ 2 * I ^ 2) ^ 3 by        ring, Complex.I_sq]      ring]  ring
Project
Fermat's Last Theorem
License
Apache-2.0
Commit
8dd808888295
Source
FLT/KnownIn1980s/EllipticCurves/TateCurveConstruction.lean:920-930

Reuse this declaration

Bring the exact result into your workflow

The import identifies the source module. Your project still needs the pinned package dependency shown on this page.

What this badge means

This completion status comes from the project or community source. It has not yet been represented here as an independent rebuild and axiom audit.

Continue in this project

Related declarations

Project-declaredLean 4.32.0

Eq finsum quotient out of bij On

AbstractHeckeOperator.eq_finsum_quotient_out_of_bijOn'

Plain-language statement

If a is fixed by V then ∑ᶠ g ∈ s, g • a is independent of the choice s of coset representatives in G for a subset of G ⧸ V

number theoryarithmetic geometryFermat's Last Theorem

Source project: Fermat's Last Theorem

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Comm Group no compact automorphisms

CommGroup.no_compact_automorphisms

Plain-language statement

A connected compact Hausdorff abelian topological group does not admit a nontrivial compact group of automorphisms.

number theoryarithmetic geometryFermat's Last Theorem

Source project: Fermat's Last Theorem

Person-level attribution pending.

View proof record