In mathematics Hilbert's basis theorem asserts that every ideal of a polynomial ring over a field has a finite generating set (a finite basis in Hilbert's terminology).
In modern algebra, rings whose ideals have this property are called Noetherian rings. Every field, and the ring of integers are Noetherian rings. So, the theorem can be generalized and restated as: every polynomial ring over a Noetherian ring is also Noetherian.
The theorem was stated and proved by David Hilbert in 1890 in his seminal article on invariant theory, where he solved several problems on invariants. In this article, he proved also two other fundamental theorems on polynomials, the Nullstellensatz (zero-locus theorem) and the syzygy theorem (theorem on relations). These three theorems were the starting point of the interpretation of algebraic geometry in terms of commutative algebra. In particular, the basis theorem implies that every algebraic set is the intersection of a finite number of hypersurfaces.
Another aspect of this article had a great impact on mathematics of the 20th century; this is the systematic use of non-constructive methods. For example, the basis theorem asserts that every ideal has a finite generator set, but the original proof does not provide any way to compute it for a specific ideal. This approach was so astonishing for mathematicians of that time that the first version of the article was rejected by Paul Gordan, the greatest specialist of invariants of that time, with the comment "This is not mathematics. This is theology." Later, he recognized "I have convinced myself that even theology has its merits."
If
R
R[X]
X
R
R
R
R[X]
Hilbert's Basis Theorem. Ifis a Noetherian ring, thenR
is a Noetherian ring.R[X]
Corollary. Ifis a Noetherian ring, thenR
is a Noetherian ring.R[X1,...c,Xn]
Hilbert proved the theorem (for the special case of multivariate polynomials over a field) in the course of his proof of finite generation of rings of invariants. The theorem is interpreted in algebraic geometry as follows: every algebraic set is the set of the common zeros of finitely many polynomials.
Hilbert's proof is highly non-constructive: it proceeds by induction on the number of variables, and, at each induction step uses the non-constructive proof for one variable less. Introduced more than eighty years later, Gröbner bases allow a direct proof that is as constructive as possible: Gröbner bases produce an algorithm for testing whether a polynomial belong to the ideal generated by other polynomials. So, given an infinite sequence of polynomials, one can construct algorithmically the list of those polynomials that do not belong to the ideal generated by the preceding ones. Gröbner basis theory implies that this list is necessarily finite, and is thus a finite basis of the ideal. However, for deciding whether the list is complete, one must consider every element of the infinite sequence, which cannot be done in the finite time allowed to an algorithm.
Theorem. If
R
R[X]
Remark. We will give two proofs, in both only the "left" case is considered; the proof for the right case is similar.
Suppose
aka\subseteqR[X]
\{f0,f1,\ldots\}
akbn
f0,\ldots,fn-1
fn\inaka\setminusakbn
\{\deg(f0),\deg(f1),\ldots\}
an
fn
ak{b}
R
a0,a1,\ldots
R
(a0)\subset(a0,a1)\subset(a0,a1,a2)\subset …
must terminate. Thus
akb=(a0,\ldots,aN-1)
N
aN=\sumi<Nuiai, ui\inR.
Now consider
g=\sumi<Nui
\deg(fN)-\deg(fi) | |
X |
fi,
whose leading term is equal to that of
fN
g\inakbN
fN\notinakbN
fN-g\inaka\setminusakbN
fN
Let
aka\subseteqR[X]
akb
aka
R
aka
f0,\ldots,fN-1
d
\{\deg(f0),\ldots,\deg(fN-1)\}
akbk
aka
\lek
akbk
R
aka
(k) | |
f | |
0 |
,\ldots,
(k) | |
f | |
N(k)-1 |
with degrees
\lek
aka*\subseteqR[X]
\left\{fi
(k) | |
,f | |
j |
: i<N,j<N(k),k<d\right\} .
We have
aka*\subseteqaka
aka\subseteqaka*
h\inaka\setminusaka*
a
Case 1:
\deg(h)\ged
a\inakb
a
a=\sumjujaj
of the coefficients of the
fj
h0=\sumjuj
\deg(h)-\deg(fj) | |
X |
fj,
which has the same leading term as
h
h0\inaka*
h\notinaka*
h-h0\inaka\setminusaka*
\deg(h-h0)<\deg(h)
Case 2:
\deg(h)=k<d
a\inakbk
a
a=\sumjuj
(k) | |
a | |
j |
of the leading coefficients of the
(k) | |
f | |
j |
h0=\sumjuj
| ||||||||||
X |
(k) | |
f | |
j |
,
we yield a similar contradiction as in Case 1.
Thus our claim holds, and
aka=aka*
Note that the only reason we had to split into two cases was to ensure that the powers of
X
Let
R
R[X0,...c,Xn-1]
Rn
aka\subsetR[X0,...c,Xn-1]
A
R
A\simeqR[X0,...c,Xn-1]/aka
aka
aka
aka=(p0,...c,pN-1)
A
Formal proofs of Hilbert's basis theorem have been verified through the Mizar project (see HILBASIS file) and Lean (see ring_theory.polynomial).