No history yet

Affine Varieties

Shapes from Equations

In mathematics, we often use equations to describe shapes. A simple line on a graph can be written as an equation like y=2x+1y = 2x + 1. A circle can be described by x2+y2=1x^2 + y^2 = 1. These shapes are the collection of all points (x,y)(x, y) that make the equation true.

Algebraic geometry takes this idea and runs with it. The fundamental objects we study are called affine varieties. An affine variety is simply the set of all solutions to a system of polynomial equations.

Affine Variety

noun

The set of all points that are common solutions to a system of one or more polynomial equations.

Let's break that down. A polynomial is just an expression with variables and coefficients, like $3x^2 - 5xy + 2$. A system of polynomial equations is just a list of them that we want to solve simultaneously. The set of all points that satisfy all the equations in the system forms the affine variety.

We don't have to stick to two dimensions. We can have equations with variables $x, y, z$ to describe surfaces in 3D space, or even more variables for higher-dimensional spaces that we can't easily visualize.

Building with Varieties

Affine varieties have some neat properties. For instance, what happens if we combine two varieties? Let's say we have a variety VV defined by a set of polynomials S1S_1, and another variety WW defined by a set of polynomials S2S_2.

The union of these two varieties, VWV \cup W, includes all the points that are in VV or in WW (or both). This union is also an affine variety. It's defined by the set of all possible products of a polynomial from S1S_1 and a polynomial from S2S_2.

The intersection of the two varieties, VWV \cap W, includes only the points that are in both VV and WW. This is also an affine variety. It’s defined by simply combining the two lists of polynomials, S1S_1 and S2S_2, into one big list.

The union and intersection of any two affine varieties are also affine varieties. This means we can combine or slice them to create new ones.

An interesting edge case is the empty set. Can the set of solutions to a system of polynomial equations be empty? Absolutely. For example, the equations x=0x=0 and x=1x=1 have no common solution. So, the empty set is a valid affine variety. What about the entire space itself, like the whole 2D plane? That's also a variety, defined by the polynomial equation 0=00=0, which is true for all points.

The Algebra Behind the Shape

So far, we've focused on the geometric shape—the variety. But algebraic geometry is about the connection between algebra and geometry. This connection is made through something called the coordinate ring.

Imagine you have an affine variety, like the circle x2+y21=0x^2 + y^2 - 1 = 0. We can think about all the possible polynomial functions we could evaluate on the points of this circle. These functions form an algebraic structure called a ring.

However, some different-looking polynomials will behave identically on the circle. For instance, the function f(x,y)=x2+y2f(x, y) = x^2+y^2 is always equal to 11 for any point on our circle. The function g(x,y)=1g(x, y) = 1 is also, obviously, always 11. So, on the variety, ff and gg are the same function. We consider two polynomials to be equivalent if they have the same value at every point on the variety.

The coordinate ring of a variety is the set of all polynomial functions restricted to that variety. It captures all the algebraic information about the geometric shape.

Let VV be a variety in nn-dimensional space defined by the polynomials f1,f2,...,fkf_1, f_2, ..., f_k. The coordinate ring, denoted k[V]k[V], consists of all polynomial functions on VV. This ring is created by taking all possible polynomials in nn variables and then identifying any two polynomials that are the same on VV.

This might seem abstract, but it's a powerful idea. By studying the algebraic properties of the coordinate ring, we can learn things about the geometric properties of the variety. A smooth, connected curve will have a different kind of coordinate ring than two lines that cross. This duality is the heart of algebraic geometry.

Lesson image

This link allows us to translate hard geometry problems into algebra problems, which can sometimes be easier to solve, and vice-versa. We're not just looking at a shape; we're studying the entire system of functions that live on it.