Let $E/\mathbb{F}_p$ the elliptic curve $y^2=x^3+Ax$.
We suppose that $p \geq 7$ and $p \equiv 3 \pmod {4}$.
I want to show that the group $E(\mathbb{F}_p)$ has exactly $p+1$ elements.
I was wondering if we could use the rank of the group.. Do you have an idea?
EDIT:
There are the following possibilities:
If the point $(x,y)$ is in $E(\mathbb{F}_p)$, then the point $(x,-y)$ is also in $E(\mathbb{F}_p)$.
If the point $(-x,y)$ is in $E(\mathbb{F}_p)$, then the point $(-x,-y)$ is also in $E(\mathbb{F}_p)$.
$y^2=f(x)$
$f(x)=x^3+Ax \Rightarrow f(-x)=-f(x)$
Let $(x, y)$ be a point in $E(\mathbb{F}_p)$. Then $f(x)$ is a square. If $(-x, y)$ would also be a point in $E(\mathbb{F}_p)$, then $f(-x)$ would also be a square, and then $-f(x)$ would be a square, so $-1$ would be a square. That cannot be true, since $p \equiv 3 \pmod 4$. Is this correct?
But I still don't understand how we can count the solutions. Could you explain it to me?
So $E(\mathbb{F}_p)$ contains the following elements:
$(0,0)$,
$(x,y) $,
$(x,-y) $.
Since $p \geq 7$ and $p \equiv 3 \pmod 4$ we have that the elements $(-x,y)$ and $(-x,-y)$ are also in $E(\mathbb{F}_p)$, or am I wrong?
But... how can we find the number of elements?
– evinda Jan 09 '15 at 17:33