Processing math: 0%

First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 4 years ago

Watson gravatar image

Computing the endomorphism ring of an elliptic curve over a finite field

\newcommand{\End}{\mathrm{End}} \newcommand{\Gal}{\mathrm{Gal}} \newcommand{\kb}{\overline{k}} \newcommand{\Z}{\mathbb{Z}} \newcommand{\F}{\mathbb{F}} \newcommand{\Q}{\mathbb{Q}}

I would like to have an algorithm (possibly very inefficient) that computes the endomorphism ring of a given elliptic curve E over a finite field k.

For simplicity, we shall assume that E is ordinary (to avoid maximal orders in quaternion algebras...), so it is enough to compute the conductor of \End(E) in the imaginary quadratic field K := \Q(\pi), where q = |k| and \pi = \sqrt{a_q^2 - 4q}. We know that this conductor divides [O_K : \Z[\pi]], the latter being quite easy to compute in SAGE I suppose.

But now, is there a way to check whether, for a given f \mid [O_K : \Z[\pi]], we have \Z + f O_K = \End(E) ? This is where I don't know how to proceed.

I am aware of Kohel's thesis (iml.univ-mrs.fr/~kohel/pub/thesis.pdf), which involves isogeny graphs, but I'm not sure if one can implement this on SAGE easily.

Ideally, I want to reproduce the table on page 303 here (van-der-geer.nl/~gerard/AV.pdf), which lists \End_{\Bbb F_7}(E) for all (isomorphism classes of) elliptic curves over \Bbb F_7.

Computing the endomorphism ring of an elliptic curve over a finite field

\newcommand{\End}{\mathrm{End}} \newcommand{\Gal}{\mathrm{Gal}} \newcommand{\kb}{\overline{k}} \newcommand{\Z}{\mathbb{Z}} \newcommand{\F}{\mathbb{F}} \newcommand{\Q}{\mathbb{Q}}

I would like to have an algorithm (possibly very inefficient) that computes computes the endomorphism ring of a given elliptic curve E over a finite field k.

For simplicity, we shall assume that E is ordinary (to avoid maximal orders orders in quaternion algebras...), so it is enough to compute the conductor of \End(E) \End(E) in the imaginary quadratic field K := \Q(\pi), where $q = |k|$ |k|$ and \pi = \sqrt{a_q^2 - 4q}. We know that this conductor divides $[O_K : \Z[\pi]]$, \Z[\pi]]$, the latter being quite easy to compute in SAGE Sage I suppose.

But now, is there a way to check whether, for a given $f \mid [O_K : \Z[\pi]]$, \Z[\pi]]$, we have \Z + f O_K = \End(E) ? This is where I don't know how to proceed.

I am aware of Kohel's thesis (iml.univ-mrs.fr/~kohel/pub/thesis.pdf), thesis, which involves isogeny graphs, but I'm not sure if one can implement this on SAGE in Sage easily.

Ideally, I want to reproduce the table on page 303 here (van-der-geer.nl/~gerard/AV.pdf), 303 in Edixhoven, van der Geer and Moonen's Abelian Varieties, which lists \End_{\Bbb F_7}(E) for all (isomorphism classes of) of) elliptic curves over \Bbb F_7.