Line 101: Line 101:
 
Let K be an algebraically closed field, and let I ⊆ K[x<sub>1</sub>, x<sub>2</sub>, . . . , x<sub>n</sub>]. Then I(V(I)) = √I (dfs)
 
Let K be an algebraically closed field, and let I ⊆ K[x<sub>1</sub>, x<sub>2</sub>, . . . , x<sub>n</sub>]. Then I(V(I)) = √I (dfs)
  
<math> sum_{i=0}^{n-1} i</math>
+
<math>\sum_{i=0}^{n-1} i</math>
  
 
Applications:
 
Applications:
  
 
Sources:
 
Sources:

Revision as of 18:01, 4 December 2020

Hilbert’s Nullstellensatz: Proofs and Applications

Author: Ryan Walter


Table of Contents:

1. Introduction

2. Vocab

3. Theorem

     a. Weak
     b. Strong

4. Applications

5. Sources


1. Introduction:

Hilbert's Nullstellensatz is a relationship between algebra and geometry that was discovered by David Hilbert in 1900. Nullstellensatz is a German word that translates roughly to “Theorem of Zeros” or more precisely, “Zero Locus Theorem.” The Nullstellensatz is a foundational theorem that greatly advanced the study of algebraic geometry by proving a strong connection between geometry and a branch of algebra called commutative algebra. Both the Nullstellensatz and commutative algebra focus heavily on ‘rings,’ which will be defined in the vocabulary section.

2. Vocab:

Polynomial Ring: A polynomial ring is defined as R[x] = R0x0 + R1x1+…+Rnxn, where R0, R1, … Rn are all coefficients in R. This polynomial ring is not a function and these x’s are not replaced by numbers; they are a symbol rather than a value. . Usually, when and R term is zero, the entire term is omitted.

Example: R(x) = 1 + 2x + 0x2 + 0x3 + 0x4 + 3x5 can be written as R(x) = 1 + 2x + 3x5


Ideals: An two-sided ideal, or simply ideal, of a ring is a special type of ring where any two numbers that are part of the set R, are also part of the set I when added together (a,b ∈ I, a+b ∈ I) and when a number from ring I and a number from the ring R are multiplied together, the product are a part of ring I. (a ∈ I, r ∈ R, ar ∈ I). In this definition, R is any given ring and I is a subset of R.

The ideal can be split further into left and right ideals, where a left ideal is found when sL∈ L, and a right ideal is found when Rs ∈ R. The order of multiplication is significant because the ideals are often displayed as matrices, and the order of multiplication is significant when multiplying matrices. In order for a ideal to be two-sided, it must be both a right and left ideal. In this definition, R is a set that is right-handed, L is a set that is left-handed, and s is a subset of L and R.

Examples:

{0} is an ideal for every ring, and is known as the trivial ideal.

The matrix below is the left ideal for every 2x2 matrix with real numbers.

0  1
0  1

Proof: Given the matrix of the set of R, we check by verifying sL∈ L

  s       L                         sL
0  1  *  a  b  =  0a+1c  0c+1d  =  c  d
0  1     c  d     0a+1c  0c+1d     c  d

sL only has two elements, c and d, which are elements of L. Therefore, this s is a left ideal for all 2x2 matrices.


The matrix below is the right ideal of a ring for all 2x2 matrix with real numbers.

1  1
0  0

Proof: Given the matrix of the set of R, we check by verifying Lr ∈ L

  R        s                        Rs
a  b  *  1  1  =  1a+0b  1a+0b  =  a  a
c  d     0  0     1c+0d  1c+0d     c  c

Rs only has two elements, a and c, which are elements of R. Therefore, this s is a right ideal for all 2x2 matrices.


Algebraically closed: A field is algebraically closed if every polynomial ring’s coefficient f∈A has a root that is also in A. More simply, this means that there exists some x∈A where f(x) = 0. It is important to note that no finite field can be algebraically closed, because if the points are f1 , f2, .. fn, then the polynomial (x-f1)(x-f2)…(x-fn)+1 has no zeros that are a part of F.

Examples: x2+1 =0. A field comprised of only real numbers is not algebraically closed because there are no real numbers that can solve this polynomial despite the fact that the polynomial has real coefficients (0s and 1s).


Maximal Ideal: A maximal ideal is the ideal I of a ring R where I and R are the closest that they can be. Alternatively, if M is an ideal with I as a subset of M, then M must be either I or R.

Example: kR is a maximal ideal of R if k is prime and R is a ring of integers.


Vanishing Set: In this definition, V ⊆ R and (I(V)) ⊆ R. Additionally, V is a set with variety V. A vanishing set, which is noted as (I(V)), is a set of polynomials that ‘vanish’ on all points in V. Vanishing means that the terms all become zero, and is still present but often omitted for reduce clutter. (I(V)) is also an ideal, since when (I(V)) is multiplied with the ring, all terms of the subset V go to zero and the remaining terms are a part of R.


Noetherian Ring: A Noetherian Ring is another special type of ring where every ideal of the ring is a subset of the ring itself. All the ideals of the ring must also be finitely generated, which means that there is only a finite amount of combinations of sets.

Similar to the ideal, Noetherian Rings can be split into left and right Noetherian Rings. A ring is right Noetherian if it does not contain infinite sets of progressively larger right ideals, and likewise for the left Noetherian Ring. This is known as fulfilling the ascending chain condition for left or right ideals.


Radical Ideal: The radical ideal, denoted by √I, is an ideal in which fn and f are both elements of I when n is greater than or equal to one. (fn ∈ I and f ∈ I, n ≥ 1).


3. Theorem:

The Nullstellensatz comes in two forms, the weak and strong forms. However, they actually prove the same thing, and the weak Nullstellensatz is just a more focused version of the strong Nullstellensatz. After proving the weak Nullstellensatz, I will use the "Trick of Rabinowitsch" which uses the weak Nullstellensatz to prove the strong one.

a. Basis Theorem:

If a ring R is Noetherian, then R(x1,x2,...,xn) is also Noetherian, and in opposite fashion, if F(x1,x2,..,xn) is Noetherian, any field F is Noetherian.

b. Weak Forms:

Let K be an algebraically closed field, and let I ⊆ K[x1, x2, . . . , xn]] be an ideal such that V(I) = ∅. Then I = K[x1, x2, . . . , xn]. (dfs)

Proof: First we will assume the first part of the weak Nullstellensatz, let K be an algebraically closed field, and let I ⊆ K[x1, x2, . . . , xn] be an ideal such that V(I) = ∅, when the symbol ∅ means an empty set. Because we know that V(I)) is an empty set, I(V(I)) is a set of polynomials that vanishes for an empty set. However, we know that any polynomial set would disappear when mixed with an empty set, so we can then say K[x1, x2, . . . , xn] = I(V(I)). However, we know that any polynomial set would disappear when multiplied with an empty set, so we can then say K[x1, x2, . . . , xn] = I(V(I)). However, since K is any polynomial, we can say 1 ∈ I, and I(V(I)) = ∅. Then, writing out the final product gives I = K[x1, x2, . . . , xn], which is the weak Nullstellensatz.

c. Strong:

Let K be an algebraically closed field, and let I ⊆ K[x1, x2, . . . , xn]. Then I(V(I)) = √I (dfs)

$ \sum_{i=0}^{n-1} i $

Applications:

Sources:

Alumni Liaison

EISL lab graduate

Mu Qiao