Elliptic Curves Over Real Numbers
8 min read
Core idea: An elliptic curve is the set of points satisfying a smooth cubic equation—not merely the curve drawn on a graph.
Essential facts
- Valid point: belongs to the curve only when its coordinates satisfy the equation.
- Symmetry: If is valid, then is valid because .
- Parameters: and control the curve's shape.
- Smoothness: The curve must satisfy Cusps and crossings make the point operation unreliable.
- Role of real numbers: They make the geometry visible; cryptography later replaces them with exact finite-field arithmetic.
Next: Turn the curve's symmetry and geometry into point addition.