29

The Modularity Theorem says every elliptic curve over $\mathbb{Q}$ can be gotten from the classic modular curve $X_0(N)$ by a rational map. Here $N$ is the conductor, easily calculable from a polynomial for the curve. Are the coefficients of the map calculable?

Unless this has changed lately, the proofs rely on some non-effective results. For example, Brian Conrad's comment at Can you get Siegel's theorem "for free" from modularity and Mazur's Eisenstein Ideal paper? points out that proofs of the modularity theorem (at least at that time) use the Shafarevich conjecture, which was proved by Faltings as a consequence of the once Mordell conjecture -- now Faltings's theorem.

At least up to Levin http://arxiv.org/abs/1109.6070 the Shafarevich conjecture is not (yet) effective. But I do not know how that conjecture is used for Modularity. See also Damian Rössler's comment at Effective proofs of Siegel's theorem using arithmetic geometry.

To clarify: effective proof is not the same thing as constructive proof. As Noam Elkies's and Qiaochu Yuan's answers say this theorem is effective because you can calculate the coefficients once you know the curve is modular, so the relevant searches will return results. A constructive proof would also require effectiveness at each step to show all the relevant searches indeed return results. That would be a further question.

Colin McLarty
  • 10,817
  • 6
    The non-effectiveness of the proof is not necessarily an obstacle. The proof guarantees that a certain search (namely, if I'm not horribly mistaken, the search for a cuspidal eigenform with the right Fourier coefficients) will return a result, but one can perform this search knowing that it's going to return a result without worrying about why one knows it's going to return a result (because the appropriate space of forms, for fixed $N$, is finite-dimensional). Right? – Qiaochu Yuan Mar 02 '14 at 02:33
  • Non-effectiveness is no obstacle to validity of the proof. But I wonder if current proofs are effective. – Colin McLarty Mar 02 '14 at 02:37
  • In this case there's no obstacle to searching the space, since the list of eigenforms is finite and we know how to find it. (Right?) – Qiaochu Yuan Mar 02 '14 at 02:39
  • Yes of course searching a finite list is effective. Do we have an effective way to create the finite list? – Colin McLarty Mar 02 '14 at 02:40
  • 6
    Yes, Sage can do it. First, it can find a basis of the appropriate space of forms (http://www.sagemath.org/doc/reference/modfrm/sage/modular/modform/constructor.html). Second, it can compute the action of the Hecke operators on this basis (http://www.sagemath.org/doc/reference/modfrm/sage/modular/modform/hecke_operator_on_qexp.html), so you can diagonalize this action. – Qiaochu Yuan Mar 02 '14 at 02:43
  • I think Mordell is a consequence of Shafarevich, not vice versa. –  Jan 15 '17 at 13:53

1 Answers1

31

Yes. Once you know $E$ is modular, a dominant map $\varphi: X_0(N) \rightarrow E$ can be computed effectively. That's because one can effectively compute (a bound on) $\deg\varphi$.

Of course you need to compute a model for $X_0(N)$ for the question to make sense, but we know how to do that and to write $q$-expansions for the coordinates.

By integrating the $q$-expansion of the modular form associated to $E$, and using the Weierstrass model of $E$, you can find $q$-expansions of the functions $x$ and $y$ on $E$ to arbitrary precision. This is already implemented in gp, see elltaniyama.

Once you have $x$ and $y$ to enough precision you can solve linear equations in undetermined coefficients to recognize $x,y$ as rational functions in your coordinates on $X_0(N)$.

  • Cool so the technology is already there to explicitly compute these. Do you happen to know wether someone already also carried out such explicit computations? See also my question: http://mathoverflow.net/questions/155439/algebraic-equations-for-modular-parameterizations – Maarten Derickx Mar 03 '14 at 14:06
  • 1
    Yes, quite a few people have done such computations, myself included. For example (anent your MO155439 query), $X_0(121)$ is a double cover of a curve $X_0(121)/w$ of genus $2$, which has equation $$ Y^2 = X^6 + 6X^5 + 11X^4 + 8X^3 + 11X^2 + 6X + 1 $$ (or $$ y^2 + (X^3+X^2+X+1)y = X^5+2X^4+X^3+2X^2+X $$ with good reduction at $2$); the involution $X \leftrightarrow 1/X$ of the $X$-line then lifts to two involutions of $X_0(121)/w$, and the resulting quotients of $X_0(121)/w$ are elliptic curves of conductor $121$ (CM) and $11$. – Noam D. Elkies Mar 03 '14 at 22:28