0

I am looking for a full proof (references containing a full proof are more than welcome as well) of the following fact:

If $E$, $E'$ are $\mathbb Q$-isogenous elliptic curves over $\mathbb Q$, are their reductions mod $p$ $\mathbb F_p$-isogenous if $p$ is a prime of good reduction for the curves? The answer here was not quite complete; it did not explain why the reduced Tate modules were isomorphic. In addition, the last comment in that post says that one can ignore Tate modules and just reduce the isogeny mod $p$ to get the result, but I do not see why this is true.

Johnny Apple
  • 4,211
  • 1
    It is generally not allowed to pose more than one problem in a Question. The exception would be when one can show the problems are related in a way that suggests one part is useful in solving or narrowing another part. Can you present such a relationship? – hardmath Jun 11 '22 at 03:30
  • See also https://mathoverflow.net/questions/148559 – Watson Nov 03 '22 at 15:49

1 Answers1

1

Let $f : E \to E'$ be an isogeny over $\mathbb{Q}$ and let $p$ be a prime of good reduction for $E, E'$.

One way to see that the reductions (of global minimal integral Weierstrass models) $\tilde{E}, \tilde{E'}$ are isogenous over $\mathbb F_p$ is to use Tate modules (which would allow to treat the case of general abelian varieties over number fields, using Tate's isogeny theorem). The linked answer explains that for $\ell \neq p$, the map $V_{\ell}(f) : V_{\ell}(E) \to V_{\ell}(E')$ is a isomorphism of $G_{\mathbb{Q}}$-representations, with inverse $\frac{1}{\deg(f)} V_{\ell}(f^\vee)$.

If we denote by $r : E \to \tilde{E}$ the reduction mod $p$ map, then statement VII.3.1.b) in Silverman's book "Arithmetic of Elliptic curves" implies that the reduction map induces isomorphisms $E[m] \cong \tilde E[m]$ for all $m$ coprime to $p$, and thus we get an isomorphism $V_{\ell} r : V_{\ell} E \to V_{\ell}(\tilde E)$, and the same holds for $V_{\ell} r' : V_{\ell} E' \to V_{\ell}(\tilde E')$.

We may thus define an map $\overline{V_{\ell} f} : V_{\ell}(\tilde E) \to V_{\ell}(\tilde E')$ so that the following diagram commutes:

[The $T_\ell$ should be $V_\ell$ everywhere.]

Because all other 3 maps are isomorphisms, we see that $\overline{V_{\ell} f}$ is an isomorphism at least of $\mathbb Z_\ell$-modules. To conclude we need to see that $\overline{V_{\ell} f}$ is an isomorphism at least of $G_{\mathbb{F}_p}$-representations. If we denote by $D_p \cong \mathrm{Gal}(\overline{\mathbb{Q}_p} / \mathbb{Q}_p) \hookrightarrow G_{\mathbb{Q}}$ the decomposition subgroup at $p$, we have a surjective morphism $\pi : D_p \twoheadrightarrow G_{\mathbb{F}_p}$.

Then the Galois-equivariance of $\overline{V_{\ell} f}$ follows from the one of $V_{\ell} f$ and $V_{\ell} r, V_{\ell} r'$. Namely, we have $$ V_{\ell} r ( \sigma \cdot t ) = \pi(\sigma) \cdot V_{\ell} r(t) $$ whenever $\sigma \in D_p, t \in V_{\ell} E$. This is because on the level of $P =(x,y) \in E[m] \subset E(\overline{\mathbb{Q}})$, we have $$r(\sigma \cdot (x,y)) = \pi(\sigma) \cdot r(x,y)$$ since $\pi(\sigma) : \bar{x} \mapsto \overline{\sigma(x)}$ is well-defined ($D_p$ is the stabilizer of a prime above $p$ in $\mathcal{O}_{\overline{ \mathbb{Q} }}$).

Note that if $f$ is defined between the minimal integral Weierstrass models of $E,E'$ using a ratio of polynomials having coefficients in $\Bbb Z \setminus p \Bbb Z$, then there is a well-defined reduction $\tilde f : \tilde E \to \tilde E'$ which is a morphism of elliptic curves, and cannot be zero (otherwise $f$ would map all points of $E$ to points having some $p$ in the denominator in the $x,y$-coordinates), hence is an isogeny — so no need of Tate's theorem here in that case.

Watson
  • 23,793
  • You should write $V_\ell := T_\ell \otimes_{\mathbb Z_\ell}\mathbb Q_\ell$ rather than $T_\ell$. $T_\ell$ is a $\mathbb Z_\ell$-module, so a lattice inside $V_\ell$, but it is not a representation (it's not a vector space). In particular, $T_\ell(E)\to T_\ell(E')$ is not an isomorphism of $G_\mathbb Q$-modules - it's just a homomorphism. But $V_\ell(E)\to V_\ell(E')$ is. $T_\ell(E)$ and $T_\ell(E')$ are two non-isomorphic $G_{\mathbb Q}$-stable lattices inside $V_\ell(E)$. – Mathmo123 Jun 13 '22 at 06:07
  • (For the specific error, note that $\frac{1}{\deg(f)}\notin\mathbb Z_\ell$ if $\ell\mid\deg(f)$, so your inverse is not a $\mathbb Z_\ell$-module map) – Mathmo123 Jun 13 '22 at 06:13
  • @Mathmo123 : yes, thanks for noticing this typo! I fixed it. – Watson Jun 13 '22 at 06:22