Im practicing with a exercise about 2-isogenies, but struggling a bit. Im doing the following exercise:
Given two elliptic curves over $\mathbb Q$. \begin{equation}E: y^2 = x(x^2-5) \quad E':y^2 = x(x^2+20)\end{equation} These are related by a 2-isogeny: $\phi((x,y)) = (x-\frac 5x, y + \frac{5y}{x^2})$ if $x\neq 0$, $\phi((0,0)) = O$.
(a) Show that the group $E'(\mathbb Q)/\phi(E(\mathbb Q))$ has order 2.
(b) Compute $E(\mathbb Q)/\hat\phi(E'(\mathbb Q))$, and hence calculate the rank of $E(\mathbb Q)$.
This is what I have found so far:
Define a function (which is a homomorphism of groups) $q:E'(\mathbb Q) \to \mathbb Q^*/\mathbb Q ^{*^2}$ $q((u,v)) = [u]$, if $u\neq 0$, $q((0,0)) = [20], q(O) = [1]$. Then the sequence \begin{equation} E(\mathbb Q)\to^\phi E'(\mathbb Q)\to^q \mathbb Q^*/\mathbb Q ^{*^2}\end{equation} is exact.
$\textbf{Lemma.}$ Let $r$ be a squarefree integer. $[r]\in\mathbb Q^*/\mathbb Q ^{*^2}$ is in the image of $q$ if and only if \begin{equation}r^2l^4+20m^4=rn^2\end{equation} has a integer solution. This can only happen if $r|20$.
This is what i have done so far:
The square free integers dividing 20 are $r = \pm1, \pm2,\pm5,\pm10,\pm20$. One easily verifies that $r = 1$ gives rise to the solution $(1,0,1)$ and $r = 20$ to $(0,1,1)$. Easily reasoning gives that negative $r$ cannot work, as it gives a positive right hand side and negative left hand side. So we are left with $r = 1,2,5,10,20$. Do I need to prove for $r = 2,5,10$ that solutions doesn't exist? Or are there easier methods for showing only 1 and 20 satisfy this condition?
For (b), the squarefree integers dividing 5 are $r = \pm1,\pm5$. Again, $r=1,5$ give rise to solutions. For $r = -1$, we have [begin{equation} -l^4+5m^4=n^2\end{equation} which has solution $(1,1,2)$. Hence $\text{im}(q) = \{\pm1,\pm5\}$ and $E(\mathbb Q)/\hat\phi(E'(\mathbb Q))$ has order 4. Finding generators gives that it is generated by $(0,0)$ and $(-1,2)$. Is this correct? please correct me if im wrong.
And from this point, how to calculate the rank of $E(\mathbb Q)$.
Thanks a lot in advance :)