Groebner base

from Wikipedia, the free encyclopedia

A Gröbner basis (according to Bruno Buchberger , 1965) or standard basis (according to Heisuke Hironaka , 1964) is a finite generating system for an ideal in the polynomial ring over the body , which is particularly well suited to decide whether a given polynomial belongs to the ideal or Not.

Buchberger developed Gröbner bases in 1965 in his dissertation with Wolfgang Gröbner and named them after Gröbner.

Motivation: Ideal membership problem and generalized polynomial division

The ideal belonging problem

If the ideal is generated by the polynomials , then a polynomial belongs to if and only if it is a linear combination

can be written with polynomials .

One can now try to find such a representation with the help of the polynomial division with remainder by dividing until the remainder obtained disappears and the division thus works:

...

However, there are two problems:

  1. In the case of multivariate polynomials , the terms can no longer be ordered "according to size" without further ado, which is necessary for the polynomial division.
  2. Can we be sure that repeated polynomial division always results in the remainder 0?

The first problem can be solved quite simply by choosing a monomial order. Then the terms of each polynomial can be ordered according to this order; Above all, we can now speak of the leading term of a polynomial, i.e. the largest monomial with its coefficient in terms of the monomial order. The disadvantage remains that the arrangement of the monomials and also the result of the polynomial divisions depend on the choice of the monomial order.

The second problem is more difficult because it is actually not solvable if the generating polynomials are fixed. It can only be solved by changing the generating system appropriately. A Groebner basis turns out to be a suitable generating system.

Generalized polynomial division

The task of the generalized polynomial division is now: For a polynomial and several polynomials , polynomials are to be found that satisfy the equation

fulfill.

The following procedure is suitable for this:

  1. Start with .
  2. If so , stop, otherwise compare everyone one after the other to see if they share.
  3. If so, replace through and through and go to step 2.
  4. If no one shares, replace through and through and go to step 2.

Then in each step is the equation

fulfilled, and finally, if , the desired representation is found.

With this division we have reduced the problem to a smaller polynomial as desired, because it is exactly when . If so, that's clear, and . However , we cannot decide whether or not :

Example: Be , and . If you test the generating polynomials one after the other (i.e. in the ascending order of the indices) and apply the division described, you get:

Obviously, however , also applies (namely ). So in general one can not infer from that and thus holds.

definition

A generating system of is a Gröbner basis (with respect to a monomial order ) of , if for every polynomial there is a whose leading monomial divides the leading monomial of .

A Gröbner basis is called reduced if all are normalized and no monomial of can be represented by the leading terms of the other Gröbner basis polynomials, i.e. no monomial of in lies. One can show that every ideal (for a given monomial order) has a uniquely determined reduced Gröbner basis.

Applications

The concept of Gröbnerbasen initially provides a solution to the problem of ideal belonging. In connection with this, other problems can also be solved (or at least simplified).

Solution of the ideal belonging problem

With the method described above, this becomes a representation that cannot be further reduced

found with respect to a Gröbner basis of the ideal , then exactly if . But since there is a Gröbner basis, this again applies if and only if , according to the assumption, no leading monom of one divides the leading monom of .

Gröbner bases can be calculated using the Buchberger algorithm . This means that the problem of whether a polynomial belongs to an ideal or not can be solved by computer algebra systems .

Example: If the generating polynomials are given as in the example above , as well as , then the polynomial division had returned a remainder .

Turning first to the Buchberger algorithm to this example, so we get the (unreduced) Gröbner basis of . With regard to this divisor, the division is not yet completed here, because it is with :

We also see here that the representation with regard to the Gröbner basis is not unique (da ), but depends on the order of the generating polynomials and the selected monomial order.

Polynomial systems of equations

A polynomial system of equations consists of a finite number of equations , where given polynomials are sought in indeterminates over a body and their common zeros . The solution set of such a system of equations describes an algebraic variety . This is apparently the same , where is the ideal generated by the polynomials.

If a certain system of polynomial equations is to be solved, it is sufficient to consider the ideal that is generated by the polynomials. Then it can be helpful to find a reduced Gröbner basis with the help of the Buchberger algorithm and a suitable lexicographical monomial order. The problem then remains of finding the zeros of these polynomials (e.g. approximately using numerical methods), but the polynomials to be examined still have a smaller number of variables and smaller degrees.

Example: What solutions does the following system of equations have?

With the help of the computer one obtains the (reduced) Gröbner basis and for the lexicographical monomial order . The solutions sought are therefore exactly the solutions of the simpler system of equations

And we see that the solution set consists of only two points: (the two other solutions are not included in).

Equality of ideals and algebraic varieties

Since (for a given monomial order) the reduced Gröbner basis of an ideal is uniquely determined, the equality of ideals can be investigated by forming the reduced Gröbner bases (for any monomial order). The ideals are exactly the same when these reduced Gröbner bases are the same.

In this way one can also investigate the equality of algebraic varieties from a purely arithmetic point of view , since these are clearly determined by their generating ideals. If the reduced Gröbner bases are the same, then the generating ideals and thus also the generated varieties are the same.

literature