Fiveable

๐ŸŒฟComputational Algebraic Geometry Unit 2 Review

QR code for Computational Algebraic Geometry practice questions

2.2 Ideals and varieties correspondence

2.2 Ideals and varieties correspondence

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
๐ŸŒฟComputational Algebraic Geometry
Unit & Topic Study Guides

Ideals and varieties form a bridge between algebra and geometry. They connect polynomial equations to geometric shapes, allowing us to study geometric objects using algebraic tools. This correspondence is fundamental to algebraic geometry.

The Nullstellensatz is key to understanding this relationship. It establishes a bijection between radical ideals and affine varieties, showing how algebraic and geometric objects are intimately linked in this field.

Algebraic sets and affine varieties

Definition and notation

  • An algebraic set is the set of solutions to a system of polynomial equations over a field kk, denoted V(S)V(S) where SS is a set of polynomials in k[x1,...,xn]k[xโ‚, ..., xโ‚™]
  • An affine variety is an irreducible algebraic set, meaning it cannot be expressed as the union of two proper algebraic subsets

Zariski topology and geometric interpretation

  • The Zariski topology on affine nn-space over kk is defined by taking the closed sets to be the algebraic sets
  • Affine varieties are the building blocks of algebraic geometry, analogous to manifolds in differential geometry (smooth manifolds, Riemannian manifolds)

Ideals and affine varieties

Definition and notation, File:Algebraic equation notation.svg - Wikipedia

Correspondence between ideals and algebraic sets

  • For any set SS of polynomials in k[x1,...,xn]k[xโ‚, ..., xโ‚™], the set I(S)={fโˆˆk[x1,...,xn]:f(p)=0I(S) = \{f โˆˆ k[xโ‚, ..., xโ‚™] : f(p) = 0 for all pโˆˆV(S)}p โˆˆ V(S)\} is an ideal, called the ideal of V(S)V(S)
  • For any ideal II in k[x1,...,xn]k[xโ‚, ..., xโ‚™], the set V(I)={(a1,...,an)โˆˆkn:f(a1,...,an)=0V(I) = \{(aโ‚, ..., aโ‚™) โˆˆ k^n : f(aโ‚, ..., aโ‚™) = 0 for all fโˆˆI}f โˆˆ I\} is an algebraic set, called the zero set or vanishing set of II
  • The correspondences Iโ†ฆV(I)I โ†ฆ V(I) and Vโ†ฆI(V)V โ†ฆ I(V) are inclusion-reversing: if I1โІI2Iโ‚ โІ Iโ‚‚ then V(I2)โІV(I1)V(Iโ‚‚) โІ V(Iโ‚), and if V1โІV2Vโ‚ โІ Vโ‚‚ then I(V2)โІI(V1)I(Vโ‚‚) โІ I(Vโ‚)

Nullstellensatz and radical ideals

  • The Nullstellensatz states that for any ideal II, I(V(I))=Rad(I)I(V(I)) = Rad(I), where Rad(I)Rad(I) is the radical of II
    • The radical of an ideal II is defined as Rad(I)={fโˆˆk[x1,...,xn]:fmโˆˆIRad(I) = \{f โˆˆ k[xโ‚, ..., xโ‚™] : f^m โˆˆ I for some mโˆˆN}m โˆˆ โ„•\}
    • An ideal II is called a radical ideal if I=Rad(I)I = Rad(I)
  • The Nullstellensatz establishes a bijective correspondence between radical ideals and affine varieties
    • Every affine variety VV corresponds to a unique radical ideal I(V)I(V)
    • Every radical ideal II corresponds to a unique affine variety V(I)V(I)

Ideals of affine varieties

Definition and notation, Standard Notation for Defining Sets | College Algebra

Definition and properties

  • The ideal of an affine variety VV, denoted I(V)I(V), is the set of all polynomials that vanish on every point of VV
  • I(V)I(V) is a radical ideal, meaning it is equal to its own radical: I(V)=Rad(I(V))I(V) = Rad(I(V))
  • The ideal I(V)I(V) captures all the algebraic relations satisfied by the points of VV

Computing generators for I(V)

  • To find generators for I(V)I(V), one can use elimination theory techniques such as Grรถbner bases
    • A Grรถbner basis is a particular generating set of an ideal with nice algorithmic properties
    • Buchberger's algorithm is a method for computing Grรถbner bases
  • Elimination theory deals with the problem of eliminating variables from a system of polynomial equations to obtain relations among the remaining variables
    • Resultants and discriminants are classical tools from elimination theory that can be used to compute generators for I(V)I(V)

Affine varieties from ideals

Definition and irreducibility

  • The affine variety associated with an ideal II, denoted V(I)V(I), is the set of all points in affine space that satisfy every polynomial in II
  • V(I)V(I) is an algebraic set, and it is irreducible (hence an affine variety) if and only if II is a prime ideal
    • An ideal II is called a prime ideal if whenever fgโˆˆIfg โˆˆ I for some polynomials f,gf,g, then either fโˆˆIf โˆˆ I or gโˆˆIg โˆˆ I
    • Geometrically, this means that V(I)V(I) cannot be decomposed as the union of two proper closed subsets

Dimension and explicit construction

  • The dimension of V(I)V(I) is equal to the Krull dimension of the quotient ring k[x1,...,xn]/Ik[xโ‚, ..., xโ‚™]/I
    • The Krull dimension of a ring RR is the supremum of the lengths of all chains of prime ideals in RR
    • Intuitively, it measures the "size" or "complexity" of the ring
  • Constructing V(I)V(I) explicitly involves solving a system of polynomial equations, which can be done using techniques from computational algebraic geometry
    • Grรถbner bases can be used to transform the system into a triangular form that is easier to solve
    • Homotopy continuation methods numerically track solution paths from a simple start system to the target system
    • Resultants and eigenvalue methods can be used to reduce the problem to solving univariate polynomials