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
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
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
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
Theorem 24.3 If B ⊂ A is a subalgebra, then
Theorem 24.4 If C is a homomorphic image of A, then
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
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: