Difference between revisions of "ApCoCoA-1:NC.RedGB"

From ApCoCoAWiki
m (replaced <quotes> tag by real quotes)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Version|1}}
 
<command>
 
<command>
 
<title>NC.RedGB</title>
 
<title>NC.RedGB</title>
 
<short_description>
 
<short_description>
 
Enumerate reduced (partial) Groebner bases of finitely generated two-sided ideals in a non-commutative polynomial ring.
 
Enumerate reduced (partial) Groebner bases of finitely generated two-sided ideals in a non-commutative polynomial ring.
<par/>
 
Given a word ordering and a two-sided ideal <tt>I</tt>, a set of non-zero polynomials <tt>Gb</tt> is called a <em>Groebner basis</em> of <tt>I</tt> if the leading word set <tt>LW{Gb}</tt> generates the leading word ideal <tt>LW(I)</tt>. A Groebner basis <tt>Gb</tt> of <tt>I</tt> is <em>reduced</em> if <tt>Gb</tt> is interreduced (see <ref>NC.Interreduction</ref>) and all polynomials in <tt>Gb</tt> are monic. Note that each ideal has a unique (not necessarily finite) reduced Groebner basis.
 
 
</short_description>
 
</short_description>
 
<syntax>
 
<syntax>
Line 10: Line 9:
 
</syntax>
 
</syntax>
 
<description>
 
<description>
 +
Given a word ordering and a two-sided ideal <tt>I</tt>, a set of non-zero polynomials <tt>Gb</tt> is called a <em>Groebner basis</em> of <tt>I</tt> if the leading word set <tt>LW{Gb}</tt> generates the leading word ideal <tt>LW(I)</tt>. A Groebner basis <tt>Gb</tt> of <tt>I</tt> is <em>reduced</em> if <tt>Gb</tt> is interreduced (see <ref>ApCoCoA-1:NC.Interreduction|NC.Interreduction</ref>) and all polynomials in <tt>Gb</tt> are monic. Note that each ideal has a unique (not necessarily finite) reduced Groebner basis.
 +
<par/>
 
<em>Please note:</em> The function(s) explained on this page is/are using the <em>ApCoCoAServer</em>. You will have to start the ApCoCoAServer in order to use it/them.
 
<em>Please note:</em> The function(s) explained on this page is/are using the <em>ApCoCoAServer</em>. You will have to start the ApCoCoAServer in order to use it/them.
 
<par/>
 
<par/>
Please set non-commutative polynomial ring (via the command <ref>Use</ref>) and word ordering (via the function <ref>NC.SetOrdering</ref>) before calling this function. The default word ordering is the length-lexicographic ordering (<quotes>LLEX</quotes>). For more information, please check the relevant commands and functions.
+
Please set non-commutative polynomial ring (via the command <ref>ApCoCoA-1:Use|Use</ref>) and word ordering (via the function <ref>ApCoCoA-1:NC.SetOrdering|NC.SetOrdering</ref>) before calling this function. The default word ordering is the length-lexicographic ordering ("LLEX"). For more information, please check the relevant commands and functions.
 
<itemize>
 
<itemize>
 
<item>@param <em>G</em>: a LIST of non-zero non-commutative polynomials that generate a two-sided ideal. Each polynomial is represented as a LIST of LISTs, and each element in every inner LIST involves only one indeterminate or none (a constant). For example, the polynomial <tt>f=2x[2]y[1]x[2]^2-9y[2]x[1]^2x[2]^3+5</tt> is represented as F:=[[2x[1],y[1],x[2]^2], [-9y[2],x[1]^2,x[2]^3], [5]]. The zero polynomial <tt>0</tt> is represented as the empty LIST [].</item>
 
<item>@param <em>G</em>: a LIST of non-zero non-commutative polynomials that generate a two-sided ideal. Each polynomial is represented as a LIST of LISTs, and each element in every inner LIST involves only one indeterminate or none (a constant). For example, the polynomial <tt>f=2x[2]y[1]x[2]^2-9y[2]x[1]^2x[2]^3+5</tt> is represented as F:=[[2x[1],y[1],x[2]^2], [-9y[2],x[1]^2,x[2]^3], [5]]. The zero polynomial <tt>0</tt> is represented as the empty LIST [].</item>
Line 36: Line 37:
 
</itemize>
 
</itemize>
 
<example>
 
<example>
Use ZZ/(2)[x,y,z,t];
+
Use ZZ/(2)[x,y,t];
 
NC.SetOrdering("LLEX");  
 
NC.SetOrdering("LLEX");  
 
F1 := [[x^2], [y,x]]; -- x^2+yx
 
F1 := [[x^2], [y,x]]; -- x^2+yx
Line 51: Line 52:
 
</description>
 
</description>
 
<seealso>
 
<seealso>
<see>Use</see>
+
<see>ApCoCoA-1:Use|Use</see>
<see>NC.GB</see>
+
<see>ApCoCoA-1:NC.GB|NC.GB</see>
<see>NC.Interreduction</see>
+
<see>ApCoCoA-1:NC.Interreduction|NC.Interreduction</see>
<see>NC.IsGB</see>
+
<see>ApCoCoA-1:NC.IsGB|NC.IsGB</see>
<see>NC.LW</see>
+
<see>ApCoCoA-1:NC.LW|NC.LW</see>
<see>NC.SetOrdering</see>
+
<see>ApCoCoA-1:NC.SetOrdering|NC.SetOrdering</see>
<see>NC.TruncatedGB</see>
+
<see>ApCoCoA-1:NC.TruncatedGB|NC.TruncatedGB</see>
<see>Introduction to CoCoAServer</see>
+
<see>ApCoCoA-1:Introduction to CoCoAServer|Introduction to CoCoAServer</see>
 
</seealso>
 
</seealso>
 
<types>
 
<types>
Line 69: Line 70:
 
<key>NC.RedGB</key>
 
<key>NC.RedGB</key>
 
<key>RedGB</key>
 
<key>RedGB</key>
<wiki-category>Package_ncpoly</wiki-category>
+
<wiki-category>ApCoCoA-1:Package_ncpoly</wiki-category>
 
</command>
 
</command>

Latest revision as of 13:35, 29 October 2020

This article is about a function from ApCoCoA-1.

NC.RedGB

Enumerate reduced (partial) Groebner bases of finitely generated two-sided ideals in a non-commutative polynomial ring.

Syntax

NC.RedGB(G:LIST[, Optimize:INT, OFlag:INT, DB:INT, LB:INT]):LIST

Description

Given a word ordering and a two-sided ideal I, a set of non-zero polynomials Gb is called a Groebner basis of I if the leading word set LW{Gb} generates the leading word ideal LW(I). A Groebner basis Gb of I is reduced if Gb is interreduced (see NC.Interreduction) and all polynomials in Gb are monic. Note that each ideal has a unique (not necessarily finite) reduced Groebner basis.

Please note: The function(s) explained on this page is/are using the ApCoCoAServer. You will have to start the ApCoCoAServer in order to use it/them.

Please set non-commutative polynomial ring (via the command Use) and word ordering (via the function NC.SetOrdering) before calling this function. The default word ordering is the length-lexicographic ordering ("LLEX"). For more information, please check the relevant commands and functions.

  • @param G: a LIST of non-zero non-commutative polynomials that generate a two-sided ideal. Each polynomial is represented as a LIST of LISTs, and each element in every inner LIST involves only one indeterminate or none (a constant). For example, the polynomial f=2x[2]y[1]x[2]^2-9y[2]x[1]^2x[2]^3+5 is represented as F:=[[2x[1],y[1],x[2]^2], [-9y[2],x[1]^2,x[2]^3], [5]]. The zero polynomial 0 is represented as the empty LIST [].

  • @return: a LIST of interreduced non-zero non-commutative polynomials, which is a reduced Groebner basis of the two-sided ideal generated by G if (1) there exists a finite Groebner basis and (2) the enumerating procedure was not interrupted by the degree bound DB or the loop bound LB, and is a reduced partial Groebner basis otherwise.

About 4 optional parameters:

  • @param Optimize: an INT between 0 and 31. The value of Optimize indicates which criteria are used in the Buchberger procedure. For the time being, the function supports 5 criteria as follows.

     The multiply criterion: Optimize=1;
     The leading word criterion: Optimize=2;
     The tail reduction criterion: Optimize=4;
     The backward criterion: Optimize=8;
     Discarding redundant generators: Optimize=16;
     (Reference: M. Kreuzer and X. Xiu, Non-Commutative Gebauer-Moeller Criteria, 2013.)
    

    One can choose none, one, or more than one criterion in the function. For instance, Optimize=0 means no criterion is used, Optimize=1 means applying the multiply criterion, Optimize=3 (1+2) means applying the multiply and the leading word criteria, etc. By default, Optimize=31, i.e. the function applies all criteria.

  • @param OFlag: an INT that indicates which information will be output by the ApCoCoAServer during the Buchberger enumerating procedure. If OFlag=1, the server outputs basic information, such as the number of enumerating steps that has been proceeded, the number of elements in partial Groebner basis, the degree of current selected obstruction, the number of unselected obstructions, the total number of obstructions, the number of selected obstructions, and the number of unnecessary obstructions. If OFlag=2, besides the information as OFlag=1, the server also displays explicitly the elements in partial Groebner basis and the current selected S-polynonial. Otherwise, the server outputs nothing during the procedure.

  • @param DB: a positive INT, which gives a degree bound of S-polynomials (or obstructions) during the Buchberger enumerating procedure. When the degree bound is reached, the procedure will be interrupted and return a partial Groebner basis.

  • @param LB: a positive INT, which gives a loop bound of enumerating steps. When the LB-th enumerating step finishes, the procedure will be interrupted and return a partial Groebner basis.

Example

Use ZZ/(2)[x,y,t];
NC.SetOrdering("LLEX"); 
F1 := [[x^2], [y,x]]; -- x^2+yx
F2 := [[x,y], [t,y]]; -- xy+ty
F3 := [[x,t], [t,x]]; -- xt+tx
F4 := [[y,t], [t,y]]; -- yt+ty
F5:=[[y,t,x],[1]]; 
G := [F1, F2,F3,F4,F5];
NC.RedGB(G);

[[[x], [t]], [[t^3], [1]], [[y], [t]]]
-------------------------------

See also

Use

NC.GB

NC.Interreduction

NC.IsGB

NC.LW

NC.SetOrdering

NC.TruncatedGB

Introduction to CoCoAServer