The L-function of a Weierstrass curve #
In this file, we define the L-function of a Weierstrass curve.
Main definitions #
WeierstrassCurve.LFunction: the L-function of a Weierstrass equation.
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 ^ 2whereaₚ = ‖p‖ + 1 - |W(κ_p)|ifWhas good reduction atp,fₚ = 1 - TifWhas split multiplicative reduction atp,fₚ = 1 + TifWhas nonsplit multiplicative reduction atp,fₚ = 1ifWhas additive reduction atp. Then the L-function ofWis the formal Dirichlet series defined as the product of1 / fₚ(‖p‖⁻ˢ)aspranges over all prime ideals of the ring of integers ofK.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The L-series of a Weierstrass curve over a number field.