All proofs
Project-declaredLean 4.32.0 · mathlib@249c48c2

Weierstrass Curve tate A₄ eq eval Int

WeierstrassCurve.tateA₄_eq_evalInt

Plain-language statement

The Lambert series rearrangement ∑_{n≥1} n³qⁿ/(1-qⁿ) = ∑_{n≥1} σ₃(n)qⁿ for |q| < 1: the defining series of tateA₄ is the evaluation of the formal series a₄(q) = -5s₃(q) ∈ ℤ⟦q⟧.

Exact Lean statement

theorem WeierstrassCurve.tateA₄_eq_evalInt (q : k) (hq : valuation k q < 1) :
    tateA₄ q = TateCurve.evalInt q TateCurve.a₄Formal

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
theorem WeierstrassCurve.tateA₄_eq_evalInt (q : k) (hq : valuation k q < 1) :    tateA₄ q = TateCurve.evalInt q TateCurve.aFormal := by  have hF :  n, PowerSeries.coeff n TateCurve.aFormal      = ∑ d  n.divisors, -5 * (d : ) ^ 3 := by    intro n    rw [TateCurve.coeff_aFormal, ArithmeticFunction.sigma_apply]    push_cast    rw [Finset.mul_sum]  rw [ TateCurve.tsum_lambert_eq_evalInt q hq _ hF]  simp only [tateA₄]  rw [ tsum_mul_left]  exact tsum_congr fun m  by push_cast; ring
Project
Fermat's Last Theorem
License
Apache-2.0
Commit
8dd808888295
Source
FLT/KnownIn1980s/EllipticCurves/TateCurve.lean:256-267

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