Chapter 24
The Dimension of the Solution Set of a Set of Polynomial Equations

Eric C. Rowell

Given a system of noncommuting polynomials S, one may wish to have some sense of how large the solution set is, i.e. the degrees of freedom. There are a number of possible approaches (none of which is perfect) to answering this question, and we outline one of them here. This method is useful and interesting of its own right, and is perhaps more valuable as an example in which the Groebner Basis algorithm can be used by pure algebraists.

24.1 The Commuting Case

If the polynomials S are members of a commutative affine polynomial (finite number of variables) ring, then there is a very classical way of computing the dimension of the solution set. One uses the Krull dimension or trancendance degree which are the same for affine commutative algebras. Daniel Lichtblau at Mathematica has written code that will do this.

24.2 Noncommutative Case: Gelfand-Kirillov dimension

Let R = k < x1,...,xn >, the polynomial ring over k in n noncommuting variables. The standard filtration on R is the sequence of vector subspaces of R, Rt, consisting of all polynomials of degree t or less. If I is an ideal of R, set T = R∕I. Then the standard filtration Tt on T is the sequence {Rt(I Rt)}. If we define HT (t) = dim k(Tt), the Hilbert series of T corresponding to this filtration is

∑          t
    HT (t)z
t≥0
where z is an indeterminate. The standard gradation on R is the sequence R(s) of vector subspaces of R consisting of polynomials that are homogeneous of degree s. This has the nice property that
     ⊕    (s)
R =      R  .
     s≥0
Now T may not have a gradation, but in the case that I is a homogeneous ideal then T(s) is defined similarly as in the filtration case. Note that Tt = 0stT(s). Setting HT (s) = dim kT(s), the Hilbert series corresponding to this gradation is
∑     T    s
    H  (s)z .
 s≥0
By the note above we have that
          ∑
HT  (t) =      HT (s).
         0≤s≤t
Usually when we refer to the Hilbert series of an algebra we must be specific about the gradation or filtration we are using as there are many besides the standard ones. However, here we take the convention that if an algebra is graded we take the Hilbert series to mean the one with respect to the standard gradation, otherwise we are using the standard filtration. This should cause no confusion, as we are dealing strictly with finitely generated polynomial algebras.

The following dimension has been around since the 1960s and has become a main tool in noncommutative algebra. It was first introduced by I.M. Gelfand and A.A. Kirillov in a paper in 1966 describing work on enveloping algebras of Lie algebras. References for background and proofs of theorems are at the end of this chapter.

Definition 24.1 The Gelfand-Kirillov dimension of T is defined to be

        log(H   (t))
lim sup -----T----.
  t→ ∞     log(t)

We need a little bit more notation. Let A be an affine k-algebra, that is, an algebra finitely generated over a field k. Then A = k[V ] where V = Spank{1,x1,,xm} for some {xj}⊂ A. Define

  n                                    ∑
V  =  Spank{xj1xj2 ⋅⋅⋅xjs : 1 ≤ ji ≤ m,   ji ≤ n}
                                        i
so that k,V,V 2,,V n, gives the standard filtration of A. Note also that H A(t) = dim kV t.

A quick fact about GK dimension: It is known that there exist algebras of GK dimension r for any real number r ∈{0}∪{1}∪ [2,), and moreover no other number is attained.

There are several reasons that the Gelfand-Kirillov (hereafter abreviated GK) dimension is an apropriate measure of degrees of freedom. The following four standard theorems tell us that the GK dimension behaves much like the transcendance degree from commutative algebra. They follow easily from the definition, and a little combinitorics. Proofs can be found in the references at the end of the chapter.

Theorem 24.2 If A is a commutative algebra, then

GK(A)   = Krull(A).

Theorem 24.3 If B A is a subalgebra, then

GK(B)   ≤ GK(A).

Theorem 24.4 If C is a homomorphic image of A, then

GK(C)   ≤ GK(A).

Theorem 24.5 Let A be an affine algebra, with GK dimension r. Then GK(A[x]) = r+1, where x is a new central indeterminate.

The following theorem shows that the GK dimension is well-behaved with respect to quotient algebras.

Theorem 24.6 Let A be an affine algebra and I an ideal of A that contains a left (or right) non-zero-divisor, c ∈ A. Then

GK(A  ∕I) + 1 ≤ GK(A).
Proof. Using the notation above, suppose c is a degree l non-zero-divisor. Let Cn be the vector space complement of
V n I in V n, So C n V n(V n I). Note that the sequence {V n(V n I)} n=1 gives a filtration of A∕I. Now Cn ∩〈c= {0}, as Cn I = {0}. So Cn Cnc⋅⋅⋅Cncn V n(l+1) and the are valid as aci = bcj,i < j implies ci(a - bcj-i) = 0 and c a left non-zero-divisor then gives a - bcj-i = 0 so a ∈c〉∩ C n which implies a = 0. So
        n(l+1)                          n    n
dimk(V       ) ≥ n ⋅ dimk(Cn) =  dimk(V  ∕(V  ∩  I)).
Thus
                                         log(dimk(Cn))-
                 GK(A   ∕I) + 1 = lim sup     log(n)     + 1 =
                                   n→ ∞
 lim sup log(dimk(Cn))- + log(n) = lim sup log(n-⋅ dimk(Cn)) ≤
  n→ ∞      log(n)       log(n)     n→∞        log(n)
                   n(l+1)                       n
lim  sup log(dimk(V-------))≤  lim sup log(dimk(V--)) = GK(A).
  n→∞         log(n)           n→ ∞      log(n)

The computation of the GK dimension is in general difficult. Since the sequence whose limit is the GK dimension converges very slowly, the only hope is to compute some of the coefficients of the Hilbert series and then guess a generating formula for them. Then the GK dimension can be computed by taking the limit of this sequence. This may sound a bit ad hoc, but it has been implemented for several interesting algebras, an example of which follows.

The algebra we consider is the algebra on two variables generated by the relations that say that any two degree 2 monomials commute with each other. The commands used here are explained in the section on Commands.

We use the input file as follows:

<<NCHilbertCoefficient.m;  
 
SNC[x,y];  
 
SetMonomialOrder[{x,y}];  
 
rels = {x**x**y**y - y**y**x**x, x**x**x**y - x**y**x**x,  
    -x**y**y**y + y**y**x**y, x**x**y**x - y**x**x**x,  
    -y**x**y**y + y**y**y**x, x**y**y**x - y**x**x**y};  
 
NCHilbertCoefficient[18,rels,3,ExpressionForm->Homogeneous];

The call to NCMakeGB finishes after only 2 iterations, so we know that the coefficients are being computed using a full Groebner basis, hence they are exact. The output is the following:

{2, 4, 8, 10, 12, 16, 20, 25, 30, 36, 42, 49, 56, 64, 72,  
81, 90, 100}

After staring at this sequence for a while, one sees that every other term is a square and the intermediate terms are products of sucessive integers after the 6th term. A formula then is [n][n + 1] where [a] is the greatest integer less than or equal to a. This is then clearly asymtotic to a quadratic polynomial. This sequence came from a gradation, so to get the sequence coming from the filtration we simply take the partial sums. This in turn will be asymtotic to a cubic polynomial in n, which we will call P(n). So the GK dimension of the quotient of the free polynomial algebra on two variables by the ideal generated by rels is:

lim sup log(P-(n))=  3.
 n→ ∞    log(n)
For further information on the function NCHilbertCoefficient used above, see the documentation section.

24.3 References

  1. Nastasescu, Constantin; van Oystaeyen, Freddy. Dimesions of Ring Theory.
  2. McConnell, J.C.; Robson, J.C. Noncommutative Noetherian rings.
  3. Krause, G.R.; Lenagan, T.H. Growth of algebras and Gelfand-Kirillov dimension.

24.4 Commands

The commands and algorithms were done by Eric Rowell with help from Dell Kronewitter and Bill Helton.

24.4.1 NCHilbertCoefficient[integer1, aListOfExpressions, integer2, anOption]

Aliases: none
Description: NCHilbertCoefficient[integer1,aListOfExpressions,integer2, anOption] attempts to compute the first integer1 coefficients of the Hilbert series for the algebra generated by the relations in aListOfExpressions. There are four possible calls to this function, here expressed in order of longest time used to least.
Arguments: integer1, aListOfExpressions, integer2, anOption
Comments / Limitations: The order is alway the ambient order. Make certain that your order is only length lexicographic as this will save time. There is no reason to use any order other than length lexicographic for Hilbert series computations that the author of this code can think of. Currently the with the default version of this function the ambient order will be cleared during the computation, as there is a new variable introduced that is later removed. For now, just remember to reset the order before proceding.

24.4.2 NCX1VectorDimension[alist]

Aliases: none
Description: NCX1VectorDimension computes the dimension of the span of a set of polynomials as a vector space over the ground field.
Arguments: alist
Comments / Limitations: none