No history yet

Affine Varieties

From Equations to Shapes

At its heart, algebraic geometry is about the beautiful relationship between algebra and geometry. It starts with a simple idea: polynomial equations can draw pictures. You've seen this before. The equation x2+y21=0x^2 + y^2 - 1 = 0 isn't just a string of symbols; it's a circle with a radius of 1 centered at the origin. The equation yx2=0y - x^2 = 0 is a graceful parabola.

Lesson image

These shapes are the simplest examples of affine varieties. An affine variety is the set of all points that are solutions to a system of one or more polynomial equations. We call the space these points live in affine space, denoted An\mathbb{A}^n. For now, you can think of An\mathbb{A}^n as the familiar nn-dimensional space you're used to, like a plane (A2\mathbb{A}^2) or 3D space (A3\mathbb{A}^3).

V={(a1,,an)Anfi(a1,,an)=0 for all i=1,,s}V = \{ (a_1, \dots, a_n) \in \mathbb{A}^n \mid f_i(a_1, \dots, a_n) = 0 \text{ for all } i=1, \dots, s \}

Here, f1,f2,,fsf_1, f_2, \dots, f_s are the polynomials that define the variety VV. Every point in VV makes all of these polynomials equal to zero.

The Shape's Algebraic ID

Every variety has a corresponding algebraic object that acts like its unique identification card. This is called the coordinate ring. Imagine you have a variety, like our circle VV. What kind of functions can we define on it using just polynomials? Any polynomial in two variables, f(x,y)f(x, y), can be evaluated at any point on the circle.

However, some different-looking polynomials will behave identically on the circle. For example, the polynomials f(x,y)=1f(x, y) = 1 and g(x,y)=x2+y2g(x, y) = x^2 + y^2 are the same everywhere on the circle, because x2+y2=1x^2 + y^2 = 1 for every point (x,y)(x, y) on it. The coordinate ring is the collection of all polynomial functions on the variety, where we don't distinguish between polynomials that give the same values everywhere on that variety.

To do this formally, we gather all the polynomials that are zero on every single point of our variety VV. This collection is called the ideal of V, written I(V)I(V). The coordinate ring, written k[V]k[V], is then constructed by taking all polynomials and grouping them based on their behavior on VV. It gives us a complete algebraic description of our geometric shape.

This correspondence is the central theme of algebraic geometry. We can study geometric shapes by analyzing their coordinate rings, and we can discover properties of rings by visualizing them as varieties.

A New Topology for Space

How do we talk about nearness or regions in affine space? Usually, we think about distance and open balls. But in algebraic geometry, we use a different system called the Zariski topology. It might feel strange at first, because it redefines what it means for a set to be "closed".

In the Zariski topology, the only closed sets are the affine varieties themselves. That's it.

A single point is a variety (for example, the point (2,3)(2,3) is the solution to x2=0x-2=0 and y3=0y-3=0). A line is a variety. A circle is a variety. All of these are closed sets. An "open set" is simply the complement of a variety, meaning everything not on the variety.

This topology is much coarser than the usual one. Open sets are huge, and it's hard for two points to be separated. But it's perfectly suited for studying polynomials, because the sets it cares about are precisely the ones that polynomials define.

ConceptUsual Topology (on R2\mathbb{R}^2)Zariski Topology (on A2\mathbb{A}^2)
Closed SetsAny set containing its boundary points (lines, circles, filled squares, etc.)Only affine varieties (solution sets to polynomial equations)
Open SetsComplements of closed sets (e.g., the inside of a circle, excluding the boundary)Complements of varieties (e.g., the whole plane minus a parabola)
SeparationAny two distinct points can be put in separate, non-overlapping open sets.Almost any two open sets will overlap. Points are hard to separate.

Irreducible Varieties

Some varieties can be broken down into simpler pieces. For example, the equation xy=0xy=0 describes a variety consisting of two lines: the x-axis (where y=0y=0) and the y-axis (where x=0x=0). We can see this as the union of two smaller varieties, V1V_1 (defined by y=0y=0) and V2V_2 (defined by x=0x=0).

When a variety cannot be written as the union of two smaller, proper subvarieties, we call it irreducible. An irreducible variety is a fundamental, connected geometric object. A single line is irreducible. A parabola is irreducible. The two crossed lines are not.

This geometric idea has a perfect algebraic parallel. A variety VV is irreducible if and only if its ideal I(V)I(V) is a prime ideal. This is another powerful link in our algebra-geometry dictionary.

Irreducible Variety     \iff Prime Ideal

Hilbert's Nullstellensatz

We've seen that for any variety VV, we can find its ideal I(V)I(V). But can we go the other way? If we start with an ideal of polynomials, does it correspond to a variety? And what if two different ideals define the same variety (which is the empty set)?

These questions are answered by one of the most important theorems in this field: Hilbert's Nullstellensatz, which is German for "theorem of the zeros."

The theorem has a few parts, but its core message is this: there is an almost perfect correspondence between varieties in affine space and a special type of ideal in the polynomial ring (called radical ideals). It tells us that the only way an ideal of polynomials can fail to have any common solutions is if you can generate the polynomial '1' from them. Since '1' can never be zero, this makes perfect sense.

Finally, the last two chapters of the book discuss, respectively, introductory algebraic geometry (in affine spaces, up to and including the Hilbert Basis Theorem and Nullstellensatz, and some accompanying commutative algebra) and some of the algebraic aspects of cryptography (including a brief mention of elliptic curves).

The Nullstellensatz forges the final, strongest link in our dictionary. It assures us that when we move between the geometric world of varieties and the algebraic world of ideals and coordinate rings, we aren't losing information. The two are deeply and fundamentally connected.

Let's check your understanding of these foundational ideas.

Quiz Questions 1/6

What is the definition of an affine variety?

Quiz Questions 2/6

Consider the variety V defined by the equation x2+y21=0x^2 + y^2 - 1 = 0 (a circle). In the coordinate ring of V, which of the following polynomials is equivalent to the polynomial f(x,y)=3x2+3y2f(x,y) = 3x^2 + 3y^2?

With these concepts, we've laid the groundwork for exploring the rich world of algebraic geometry, where solving equations becomes a visual and intuitive art.