Author: Eiko
Tags: abstract algebra, grobner basis
Time: 2024-10-15 14:38:49 - 2024-10-15 14:38:49 (UTC)
Introduction
is used to determine in an algebra, if a set of monomials form a -basis.
It is an extension of Grobner basis to non-commutative rings, with the possibility that it might not terminate.
Definitions
Words
be a set of variables, a word is a finite sequence of elements of .
Monomial Ordering
We want to have a total ordering on the set of words that is multiplicative, i.e.
For example under the degree-lexicographic ordering, assuming we have
The largest term of an element in is called the leading term.
Reduced Word
Given a set of relations , a word is reduced if it is not a subword of the leading terms of any of the .
Reduction
Reductions are performed for each relation , we can reduce any word that contains the leading term of by replacing with (which is a linear combination of words strictly smaller than ).
Using this process, you can reduce any word to a reduced element.
An element is called reduction-unique if for any compositions of reductions, it always reduces to the same reduced element.
Ambiguity
If and share a common part, so that and , then we say and have an overlap ambiguity.
It is resolvable if the two ambiguous reductions of can be reduced to the same element under further reductions.
If is contained in , , we say they have an inclusion ambiguity.
Again it is resolvable if can be reduced to the same element under further reductions.
Diamond Lemma
Let be some relations generating an ideal , where . Then the following are equivalent:
The set of reduced words form a -basis of .
Every element of is reduction-unique.
All two types of ambiguous reductions are resolvable.
When ambiguity are not resolvable
If and have ambiguity, they get reduced to elements and , you can add a new relation to the set of relations, and repeat the process.
Warning: This process might not terminate, and can be choice dependent.