Christian Wuthrich (Nottingham): p-adic L-series and Iwasawa theory
Description
Artin and Tate proved a large part of the conjecture of Birch and Swinnerton-Dyer in the function field case in the 60s. Iwasawa theory for elliptic curves as initiated by Mazur tries to use similar tools to approach the
Let
The big advantage of the
A big and difficult theorem by Kato shows half of this conjecture and Skinner and Urban claim they have shown the other half of it. As a consequence one gets that the order of vanishing of
Projects
Project 1
Use twists by Dirichlet characters on modular symbols and
- People: John B, Chan-Ho, Jamie W, Barinder, Mike D, M. Tip, Vincent Rusnell, Jeremy West, Jen Balakrishnan
The
Compute the conjectural order of Sha over abelian fields. The aim is to use the sum of twisted modular symbols to compute the order of the Tate-Shafarevich group over cubic, quintic and septic fields of small conductors for elliptic curves of small conductors.
Updated (6-30-10): The most recent script to generate data is sha_v2.sage. It has generated tables for three curves: 11a1 over cubic fields of conductor < 10k, 11a3 over cubic fields of conductor < 1k, and 42a1 over cubic fields of conductor < 10k.
Updated (6-29-10): precise error bounds were computed and are implemented in the file sha_v2.sage. We will run on cubic and quintic fields to gather more readable data. Here (11a1.txt) is the data for the curve '11a1' and all primes conductors up to 10k and cubic fields inside there.
The run on John's file sha_fast.sage on cubic and quintic fields gave so far the following two tables for cubic fields and quintic fields. We need to improve the error bounds and make sure that the errors are correctly caught. We will eventually extract statistical data from it, like "How likely it is that Sha is divisibile by a given prime?" or "How often is Sha trivial?" etc.
Implement in sage twists of
p -adic L-functions. The file padic_lseries.py should be modified to allow an additional optional argument to series to compute the twist by Dirichlet characters.Updated (7-1-10): The
p -adicL -function of elliptic curves twisted by the power of the Teichmuller character is implemented. teich_twist.sage Here are some examples atp = 5 and 7. prime5.txt prime7.txtUpdated (6-29-10): An example for the twist by (the power of) the Teichmuller character is given : http://www.sagenb.org/home/pub/2206/ The next aims are to develop this as a function and to implement the twist by characters of another different prime conductor. Here is a scipt for this lp_teichmuller.sage
Implement
λ andμ invariants forp -adic power series.The following two version of Robert Pollack's implementations in Magma might be useful especially the function iwasawa_invariants_ord. pLseries.m and lseries.m
Update (6-29-10): The two invariants are implemented in the file iwasawa_invariants.sage. They will be used soon to find tables not unlike Pollack's tables. Still to be done is implement the so-called Mordell-Weil lambda invariant (see lecture notes).
Use the previous point to produce tables of Iwasawa invariants a bit like Pollack's tables.
Implement better Dirichlet characters. Add a function to a Dirichlet character that give the field fixed by the kernel. Add a function to Abelian fields that gives back the conductor and the group od Dirichlet characters. Also the current implementation of Dirichlet characters could be improved a lot: make it into a group, make it faster.
Here is a script that compute the conductor of an abelian field abelian_field_dirichlet_group.sage
Project 2
Compute the modular symbols using complex integration
- People: Megan Maguire, Erin Militzer, Jamie W, John C, Vincent Rusnell, Robert Bradshaw, Matt G, Chan-Ho, Thilina, Gagan, Robert Miller, Tim Dokchitser, William Stein
The original definition of the modular symbols
The project proceeds in several steps
Implement a sage function that computes the integral from a given point \tau in the upper half plane to i\infty with a given maximal error. The bounds must be rigorous.
Here is a first script which does that : approximation_of_integral.sage and a new version computing_modular_symbols_via_complex_integration.sage
For a semi-stable curve we can split up the integration path from r to i\infty at a point \tau and move the difficult part close to the real line using an Atkin Lehner involution to a nicer place
- Find the best place to cut the line.
- Compare the algorithms and implemented it in sage.
- Think about the non semi-stable case.
This script computes the \gamma transforming a cusp, if possible, to one where the denominator is a divisor of N: find_gamma.sage
Other projects
- Look at overconvergent modular symbols (not considered yet. Matt could give a talk about this later)
- People: John B, Matt Greenberg, Chan-Ho, Robert Bradshaw
- What happens for primes of additive reduction ? (not considered yet. Two papers by Delbourgo will be useful here. Or Colmez' new construction)
- People: Robert Miller, Megan Maguire, Erin Militzer, Barinder, Mike D, Matt Greenberg
References
Mazur, Tate, Teitelbaum, On p-adic analogues of the conjectures of Birch and Swinnerton-Dyer. Invent. Math. 84 (1986), no. 1, 1--48. At mathscinet or gdz.
Greenberg Ralph, Introduction to Iwasawa Theory for Elliptic Curves, (paper) on his web page full of Iwasawa theory. Also there is the more advanced Iwasawa Theory for Elliptic Curves (paper).
Stein and Wuthrich, Computations About Tate-Shafarevich Groups Using Iwasawa Theory, preprint.
Sage Reference Manual on p-adic L-functions of elliptic curves: http://sagemath.org/doc/reference/sage/schemes/elliptic_curves/padic_lseries.html. See also nearby sections.
Lecture Notes
Modular symbols and -adic L-functions
First lecture on modular symbols and the p-adic L-function.
Second lecture on the p-adic version of the conjecture of Birch and Swinnerton Dyer. Warning: The pages are in the reversed order.
Background reading
- As for other lectures, Silverman's book "The arithmetic of elliptic curves" contains a good background for elliptic curve, especially chapter III. We will use some further results on elliptic curves over global fields, mainly in chapter VII and X, but by far not everything there is needed.
A more concise introduction to the subject, including the discussion of how elliptic cures over \mathbb{Q} are linked to modular forms is in the first two chapters of Darmon's book "Rational Point on Modular Elliptic Curves".