Documentation

Mathlib.AlgebraicGeometry.EllipticCurve.LFunction

The L-function of a Weierstrass curve #

In this file, we define the L-function of a Weierstrass curve.

Main definitions #

References #

The local polynomial associated to a Weierstrass curve W over a nonarchimedean local field. In the case of good reduction it is given by 1 - a T + q T ^ 2 where q is the cardinality of the residue field κ and a = q + 1 - |W(κ)|. Note that q (and also |W(κ)|) is defined via Nat.card, so q has junk value 0 when the residue field is infinite.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    The local power series associated to a Weierstrass curve over a nonarchimedean local field.

    Equations
    Instances For

      The local Euler factor associated to a Weierstrass curve over a nonarchimedean local field.

      Equations
      Instances For

        The L-function of a Weierstrass curve W over a number field K as a formal Dirichlet series.

        For each prime ideal p of the ring of integers of K with norm ‖p‖ residue field κ_p, we define the local polynomial fₚ(T) as:

        • fₚ = 1 - aₚ T + ‖p‖ T ^ 2 where aₚ = ‖p‖ + 1 - |W(κ_p)| if W has good reduction at p,
        • fₚ = 1 - T if W has split multiplicative reduction at p,
        • fₚ = 1 + T if W has nonsplit multiplicative reduction at p,
        • fₚ = 1 if W has additive reduction at p. Then the L-function of W is the formal Dirichlet series defined as the product of 1 / fₚ(‖p‖⁻ˢ) as p ranges over all prime ideals of the ring of integers of K.
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          noncomputable def WeierstrassCurve.LSeries {K : Type u_1} [Field K] [NumberField K] (W : WeierstrassCurve K) (s : ) :

          The L-series of a Weierstrass curve over a number field.

          Equations
          Instances For