the Hilbert series corresponding to this gradation
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.
We need a little bit more notation.
Let
be an affine
-algebra, that is, an algebra finitely generated
over a
field
Then
where
for
some
Define
A quick fact about GK dimension:
It is known that there exist algebras of GK dimension
for
any real number
and moreover no
other number is attained.
There are several reasons that the Gelfand-Kirillov (hereafter
abreviated
) 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.
The computation of the
dimension is in general difficult.
Since the sequence whose limit is the
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
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
where
is the greatest integer
less than or equal to
. 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
, which we will call
.
So the
dimension of the quotient of the free polynomial
algebra on two
variables by the ideal generated by rels is: