Title: Computation of p-torsion of Jacobians of hyperelliptic curves
Abstract: An elliptic curve defined over a finite field of characteristic p can be ordinary or supersingular; this distinction measures certain properties of its p-torsion. The p-torsion of the Jacobian of a curve of higher genus can also be studied and classified by interesting combinatorial invariants, such as the p-rank, a-number, and Ekedahl-Oort type. Algorithms to compute these invariants exist but have not been implemented. In this talk, I will explain how to compute these invariants and describe the lag in producing explicit curves with given p-torsion invariants.
Project
Suppose
To compute some of these: set up
(take the
The matrix M is the matrix for the Cartier operator on the 1-forms. The p-rank is the rank of N. The a-number equals g-rank(M).
For the Ekedahl-Oort type you need the action of F and V on the deRham cohomology (more difficult).
Test cases:
Some questions: for genus 4 (or higher), and given prime - is there a curve of p-rank 0 and a-number 1.
I will describe more motivation and questions on Thursday.
References: Yui, Voloch,
Possible reference http://www.math.colostate.edu/~pries/Preprints/00DecPreprints/08groupschemeconm1007.pdf
Cartier matrix and Hasse-Witt Matrix(this version uses caching): Best and most up to date (12/14)
Code for Documentation Reference: Doc Ref
Alternative exponentiation f^((p-1)/2). So far not faster. alternative exponentiation of f.sws Intermediate worksheet intermediate worksheet for exponentiation.sws