I was playing around with sage trying to find some clues for how to answer a question [1] and I found that for all primes $\le 10000$, if there exists a $k \in \mathbf{F}_p$ that is a square but not a fourth power then:
- $E(\mathbf{F}_p)$ always has points of order 4 when $E: y^2=x^3 -x$
- $E(\mathbf{F}_p)$ never has points of order 4 when $E: y^2=x^3 -kx$ where $k$ is a square but not a fourth power in $\mathbf{F}_p$
- $E_1(\mathbf{F}_p) \cong E_2(\mathbf{F}_p)$ where $E_1: y^2=x^3 -k_1x$, $E_2: y^2=x^3 -k_2x$ and $k_i$ are squares but not fourth powers in $\mathbf{F}_p$
I was wondering if this was true $\forall p$. If I can solve the question [1] then we would have #1 $\iff$ #2. From Theorem 4.23 we know that $|E_1(\mathbf{F}_p)| = |E_2(\mathbf{F}_p)|$, but this does not imply that the groups are isomorphic [I think] since the j-invariants are different.
Any advice on how to answer the question [1] or prove/disprove the above 1-3?
[1] exercise 4.5 (part 4) on p115 of Elliptic Curves Number Theory And Cryptography (2nd Edition)
Let $p = 1 \pmod 4$ be prime and let $E$ be given by $y^2 = x^3 - kx$, where $k \neq 0 \pmod p$.
- [DONE] Use Theorem 4.23 to show that $|E(\mathbf{F}_p)|$ is a multiple of 4 when $k$ is a square mod $p$.
- [DONE] Show that when $k$ is a square mod $p$, then $E(\mathbf{F}_p)$ contains 4 points $P$ satisfying $2P = \infty$. Conclude again that $|E(\mathbf{F}_p)|$ is a multiple of 4.
- [DONE] Show that when $k$ is not a square mod $p$, then $E(\mathbf{F}_p)$ contains no points of order 4.
- [WIP] Let $k$ be a square but not a fourth power mod $p$. Show that exactly one of the curves $y^2 = x^3 - x$ and $y^2 = x^3 - kx$ has a point of order 4 defined over $\mathbf{F}_p$.
[2] Theorem 4.23
Let $p$ be an odd prime and let $k \neq 0 \pmod p$. Let $N_p =| E(\mathbf{F}_p)|$, where $E$ is the elliptic curve
$$y^2 = x^3 - kx$$
- If $p \equiv 3 \pmod 4$, then $N_p = p + 1$.
- If $p \equiv 1 \pmod 4$, write $p = a^2 + b^2$, where $a,b$ are integers with $b$ even and $a + b \equiv 1 \pmod 4$. Then
$$ N_p = \begin{cases} p + 1 - 2a & \text{ if $k$ is a fourth power mod $p$} \\ p + 1 + 2a & \text{ if $k$ is a square mod $p$ but not a 4th power mod $p$} \\ p + 1 \pm 2b & \text{ if $k$ is not a square mod $p$}. \end{cases} $$