[top] [TitleIndex] [WordIndex]

koly

Kolyvagin's Euler System: Compute it

Immediate Tasks

  1. Implement the Silverman height bound from here: http://www.jstor.org/stable/2008444?seq=3 This works over all fields at once, and is easy to code up, and should be fine for our application.

  2. Describing Dokchitser parameters for $L_{\mathcal{A}}(f, \chi, s)$, where $\chi$ is any character of $Gal(K_c/K_1)$. This will involve efficient computation of theta series, characters, etc.

  3. Use Dokchitser to provably compute some number of digits of the height of $y_c$, so that later we can compute all points with that height.

  4. Figure out how to saturate Mordell-Weil group of $E(K_c)$ by reducing modulo many primes and doing a small point search. (Look up, read, and precisely write down how we know this curve has rank 1. This is Bertolini-Darmon: (1) we compute $L$ and find that order of vanishing is 1, so get structure theorem for Selmer just like over $K$.

  5. Once we have computed generators for $E(K_c)$, we enumerate all points of height the height of the Heegner point $y_c$, according to Dokchitser. We can do this by enumerating lattice points, which is standard. We then recognize which point is $y_c$ because there will be exactly one whose floating point approximation is closest to the points we just computed with the right height. Thus we are replacing having infinitely many possibilities for our floating point approximation to $y_c$ by having only finitely many.


2013-05-11 18:33