I feel like this wants to use the Hasse bound somehow since that's really the only tool we talked about with regard to counting points on a curve, but I'm not entirely sure how to get to that conclusion.
2026-04-04 13:50:00.1775310600
E is an elliptic curve over the finite field Z/pZ. Let N= number of points on E. If N is divisible by p, show that either N=p or p=2
129 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in NUMBER-THEORY
- Maximum number of guaranteed coins to get in a "30 coins in 3 boxes" puzzle
- Interesting number theoretical game
- Show that $(x,y,z)$ is a primitive Pythagorean triple then either $x$ or $y$ is divisible by $3$.
- About polynomial value being perfect power.
- Name of Theorem for Coloring of $\{1, \dots, n\}$
- Reciprocal-totient function, in term of the totient function?
- What is the smallest integer $N>2$, such that $x^5+y^5 = N$ has a rational solution?
- Integer from base 10 to base 2
- How do I show that any natural number of this expression is a natural linear combination?
- Counting the number of solutions of the congruence $x^k\equiv h$ (mod q)
Related Questions in ELLIPTIC-CURVES
- Can we find $n$ Pythagorean triples with a common leg for any $n$?
- Solution of $X^5=5 Y (Y+1)+1$ in integers.
- Why does birational equivalence preserve group law in elliptic curves?
- CM elliptic curves and isogeny
- Elliptic Curve and Differential Form Determine Weierstrass Equation
- Difficulty understanding Hartshorne Theorem IV.4.11
- Elementary Elliptic Curves
- Flex points are invariant under isomorphism
- The Mordell equation $x^2 + 11 = y^3$.
- How do we know that reducing $E/K$ commutes with the addition law for $K$ local field
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
As stated, your problem is slightly wrong. Let's see first what the Hasse bound gives us. Let $N=pk$ for some $k\in \mathbb N_{>0}$ be the number of points of $E$. Then $|pk-p-1|\leq 2\sqrt{p}$. Now if $k\geq 2$ we have that $|pk-p-1|\geq p-1$. But the inequality $p-1\leq 2\sqrt{p}$ doesn't hold for $p\geq 7$. Hence, if $p\geq 7$, then $k=1$ and $N=p$.
Let us check the cases $p=3,5$. If $p=5$ and $k\geq 3$, then $|pk-p-1|\geq 9$, which is bigger than $2\sqrt{5}$. Hence the only possibilities are $k=1,2$. Let $k=2$, and suppose $E$ is an elliptic curve over $\mathbb F_5$ with $10$ points. Let $y^2=f(x)$ be a weierstrass equation for $E$ with $f(x)$ a monic polynomial of degree $3$. Since $E$ has $10$ points, $f(x)$ has exactly $1$ root, so it factors as $(x-a)g(x)$ where $a\in \mathbb F_5$ and $g(x)$ is monic irreducible of degree $2$. The number of points of $E$ is given by $$10=1+\sum_{x\in \mathbb F_5}\left(\left(\frac{f(x)}{5}\right)+1\right)=6+\sum_{x\neq a}\left(\frac{(x-a)g(x)}{5}\right)$$
Here $\displaystyle \left(\frac{\cdot}{5}\right)$ is the Legendre symbol. Since $g$ was arbitrary, up to a translation we can assume it is of the form $x^2+c$. Since translations do not change irreducibility, we must have $c=2,3$. Thus it is enough to show that for every $a\in \mathbb F_5$, $$\sum_{z\neq a}\left(\frac{(x-a)(x^2+c)}{5}\right)\neq 4$$ for $c=2,3$. Let $c=2$. If $x=1$, then $1-a$ must be a non-square, so $2$ or $3$. Thus $a=-1,3$. It is easy to rule out both cases, and the same for $c=3$.
For $p=3$, one can check directly that the elliptic curve $y^2 = x^3 + x^2 + 1$ over $\mathbb F_3$ has $6$ points and the curve $y^2 = x^3 + x^2 + 2$ has $3$ points. Therefore the right claim is: if $p$ divides $N$, then $N=p$ if $p>3$ while $N\in\{p,2p\}$ if $p=3$.