I have an elliptic curve $E$ in the form $ y ^ 2 = 4x^3 - a x - b $ and a prime number $p$. Now I want to find the integer $(x,y)$ pairs which satisfies the equation $$mod(y ^ 2,p) =mod(4x^3 - a x - b,p)$$ I can see, if I find all the points which are located in the domain $0<=x,y<p$, and I have a solution $(x_1,y_1)$ I can generate easily infinitely many of the solutions just by adding to them the product of $p$ and an integer like: $(x_1+np,y_1+mp)$. Due to this property, I've heard, this domain could be represented as a torus. My question is that, if I start to wind up my original $E$ around this torus (formed by the "base" domain), does $E$ eventually go through all the $(x,y)$ solution pairs? There is a link to the video which made me to think about this question: https://www.youtube.com/watch?v=mFVKuFZ29Fc
2026-04-12 19:08:41.1776020921
Elliptic curves over a finite field represented as winding it around a torus.
209 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in ALGEBRAIC-TOPOLOGY
- How to compute homology group of $S^1 \times S^n$
- the degree of a map from $S^2$ to $S^2$
- Show $f$ and $g$ are both homeomorphism mapping of $T^2$ but $f$ is not homotopy equivalent with $g.$
- Chain homotopy on linear chains: confusion from Hatcher's book
- Compute Thom and Euler class
- Are these cycles boundaries?
- a problem related with path lifting property
- Bott and Tu exercise 6.5 - Reducing the structure group of a vector bundle to $O(n)$
- Cohomology groups of a torus minus a finite number of disjoint open disks
- CW-structure on $S^n$ and orientations
Related Questions in FINITE-FIELDS
- Covering vector space over finite field by subspaces
- Reciprocal divisibility of equally valued polynomials over a field
- Solving overdetermined linear systems in GF(2)
- Proof of normal basis theorem for finite fields
- Field $\mathbb{Q}(\alpha)$ with $\alpha=\sqrt[3]7+2i$
- Subfield of a finite field with prime characteristic
- Rank of a Polynomial function over Finite Fields
- Finite fields of order 8 and isomorphism
- Finding bases to GF($2^m$) over GF($2$)
- How to arrange $p-1$ non-zero elements into $A$ groups of $B$ where $p$ is a prime number
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?
Let have an Elliptic Curve over a finite field $K = \mathbb{F}_q$ then the curve is defined as
$$E(\mathbb{K}) := \{ (x, y) \in \mathbb{K}^2 \mid y^2+a_1xy+a_3y = x^3+a_2x^2+a_4x+a_6\} \cup \{\mathcal O\}$$
What is $\{\mathcal O\}$, it is the point of infinity and has no geometric picture and in the algebraic construction, we magically add one with no coordinates.
Bounds on the number of points
Now, if the characteristic is not equal to 2 or 3, then we have the short Weierstrass Equation
$$y ^ 2 = 4x^3 - a x - b $$
As we can see from the algebraic definition we can have at most $q^2+1$ point on the curve (not infinitely many). If you assume that $q$ is a prime (not a prime power) and $4x^3 - a x - b $ attains all $q$ values, then by the quadratic residue theorem on primes, we already know $(p - 1)/2$ of the elements are Quadratic NonResideu, so they are not a solution to the curve equation, i.e. $y^2= a$ has no solution.
For the bound of the number of points we have Hasse's theorem
$$|N - (q+1)| \le 2 \sqrt{q}$$
How to find the exact number of points
To calculate the exact number of points we can use
In Sagemath calling
E.cardinality()is enough to get the number of points.How to represent the curves over a finite field
In the finite case, we have a discrete plot
This is the plot of curve $E \colon y^2=x^3+4x+20$ over $\mathbb{F}_{29}$ with 37 points. Notice the symmetry $y,-y$!. In this image there is no representation of the $\mathcal{O}$, it can be represented in projective coordinates.
Point addition
Notice the red line passing through $P$ and $Q$ and the third point and the reflected point $ R = P + Q$.
Mapping curve to Torus
Any rectangle can be mapped into a torus with some stretches.
To better view this image use the interactive HTML version, you can zoom and rotate in 3D, you can download it from Github and view it locally. You can also see the mapping method on the code.