MATH 470 Lecture 22

From Notes
Jump to navigation Jump to search

« previous | Tuesday, April 9, 2013 | next »


Algebraic Curves

Out of 52 fields medals [1], 25 have gone to work in or around algebraic geometry

Newton Polygons

If K is a field (e.g. , , , /19)

K adjoint x and y (written K[x,y] is the set of polynomials in the two variables x and y with coefficients in K.

For any polynomial fK[x,y], written f(x,y)=(a1,a2)2caxa1ya2

We define the support of f to be supp(f)={(a1,a2)ca0}

For example, x+y3=x1y0+x0y13x0y0 has support {(1,0),(0,1),(0,0)}

If we plot these as points on a graph, this forms the Newton polygon, a convex hull of supp(f)


Algebraic Curves

An algebraic curve over K (/K) is just the zero set in K2 of a non-constant polynomial fK[x,y].

For example, a circle represents the rational roots of f(x,y)=x2+y21.

what about y2(x+1) over /5? The squares mod 5 are {0, 1, 4}:

x x+1 y?
0 1 ±1
1 2 no
2 3 no
3 4 ±2
4 0 0

Singularities

ζ=(ζ1,ζ2) is a singularity (or degeneracy, singular point, or degenerate point) for the curve defined by f iff

f(ζ1,ζ2)=fx|(ζ1,ζ2)=fy|(ζ1,ζ2)=0

For example, the curve f(x,y)=x2+y21 represents a circle of radius 1 centered at the origin.

Then fx=2x and fy=2y, so the only singularity would be at (0,0), which is not on the curve. Therefore, the curve is smooth, (i.e. no singularities)


Another example: y2=x3 (rewritten as y2x3) has fx=3x2 and fy=2y, which are both 0 at (0,0), and that is a point on the curve!

Elliptic Curve

We call the zero set C of fK[x,y] an elliptic curve iff

  1. the Newton polygon of f has exactly one lattice point [2] in its interior.
  2. C is smooth.

For example, y2+a1xy(a2x3+a3x2+a4x+a6) (Weierstrass Normal Form) has newton polygon

Now for most choices of ai, you get an elliptic curve!

For example, a=(0,1,6,11,NULL,6) gives a smooth curve:


Recall that y=ax2+bx+c has 0, 1, or 2 real roots, and the discriminant (b24ac) tells you this.

For cubics, we also have a determinant. A simplified version for y=x3+bx+c is 4b3+27c2 (note this is not an elliptic curve since its Newton polygon has no interior points)

FACT: y2=x3+bx+c defines a smooth curve (i.e. an elliptic curve) iff the descriminant is nonzero. (this is what "most" meant)

Alternate Notation: Edwards Normal Form

x2+y2a2+b2x2y2

Newton polygon is a square { (0,0), (2,0), (2,2), (0,2) }, and has exactly one lattice point on its interior, namely (1,1)

FACTs:

  1. Any elliptical curve, after a change of variables, can be put in Weierstrass Normal Form (or Edwards Normal Form)
  2. Elliptic curve addition is much faster for curves in Edwards Normal Form.


Footnotes

  1. Fields Medals are the equivalent of the Mathematics Nobel prize
  2. A lattice point is any point with integer coordinates