my-server
← Wiki

Tate's algorithm

In the theory of elliptic curves, Tate's algorithm takes as input an integral model of an elliptic curve E over , or more generally an algebraic number field, and a prime or prime ideal p. It returns the exponent f<sub>p</sub> of p in the conductor of E, the type of reduction at p, the local index

where is the group of -points whose reduction mod p is a non-singular point. Also, the algorithm determines whether or not the given integral model is minimal at p, and, if not, returns an integral model with integral coefficients for which the valuation at p of the discriminant is minimal.

Tate's algorithm also gives the structure of the singular fibers given by the Kodaira symbol or Néron symbol, for which, see elliptic surfaces: in turn this determines the exponent f<sub>p</sub> of the conductor E.

Tate's algorithm can be greatly simplified if the characteristic of the residue class field is not 2 or 3; in this case the type and c and f can be read off from the valuations of j and Δ (defined below).

Tate's algorithm was introduced by as an improvement of the description of the Néron model of an elliptic curve by .

Notation

Assume that all the coefficients of the equation of the curve lie in a complete discrete valuation ring R with perfect residue field K and maximal ideal generated by a prime π. The elliptic curve is given by the equation

Define:

the p-adic valuation of in , that is, exponent of in prime factorization of , or infinity if

The algorithm

  • Step 1: If π does not divide Δ then the type is I<sub>0</sub>, c=1 and f=0.
  • Step 2: If π divides Δ but not c<sub>4</sub> then the type is I<sub>v</sub> with v = v(Δ), c=v, and f=1.
  • Step 3. Otherwise, change coordinates so that π divides a<sub>3</sub>,a<sub>4</sub>,a<sub>6</sub>. If π<sup>2</sup> does not divide a<sub>6</sub> then the type is II, c=1, and f=v(Δ);
  • Step 4. Otherwise, if π<sup>3</sup> does not divide b<sub>8</sub> then the type is III, c=2, and f=v(Δ)&minus;1;
  • Step 5. Otherwise, let Q<sub>1</sub> be the polynomial
:.
If π<sup>3</sup> does not divide b<sub>6</sub> then the type is IV, c=3 if has two roots in K and 1 if it has two roots outside of K, and f=v(Δ)&minus;2.
  • Step 6. Otherwise, change coordinates so that π divides a<sub>1</sub> and a<sub>2</sub>, π<sup>2</sup> divides a<sub>3</sub> and a<sub>4</sub>, and π<sup>3</sup> divides a<sub>6</sub>. Let P be the polynomial
:
If has 3 distinct roots modulo π then the type is I<sub>0</sub><sup>*</sup>, f=v(&Delta;)&minus;4, and c is 1+(number of roots of P in K).
  • Step 7. If P has one single and one double root, then the type is I<sub>ν</sub><sup>*</sup> for some ν>0, f=v(Δ)&minus;4&minus;ν, c=2 or 4: there is a "sub-algorithm" for dealing with this case.
  • Step 8. If P has a triple root, change variables so the triple root is 0, so that π<sup>2</sup> divides a<sub>2</sub> and π<sup>3</sup> divides a<sub>4</sub>, and π<sup>4</sup> divides a<sub>6</sub>. Let Q<sub>2</sub> be the polynomial
:.
If has two distinct roots modulo π then the type is IV<sup>*</sup>, f=v(&Delta;)&minus;6, and c is 3 if the roots are in K, 1 otherwise.
  • Step 9. If has a double root, change variables so the double root is 0. Then π<sup>3</sup> divides a<sub>3</sub> and π<sup>5</sup> divides a<sub>6</sub>. If π<sup>4</sup> does not divide a<sub>4</sub> then the type is III<sup>*</sup> and f=v(Δ)&minus;7 and c = 2.
  • Step 10. Otherwise if π<sup>6</sup> does not divide a<sub>6</sub> then the type is II<sup>*</sup> and f=v(Δ)&minus;8 and c = 1.
  • Step 11. Otherwise the equation is not minimal. Divide each a<sub>n</sub> by π<sup>n</sup> and go back to step 1.

Implementations

The algorithm is implemented for algebraic number fields in the PARI/GP computer algebra system, available through the function elllocalred.

References