{{Short description|Type of triangular sets of polynomial}} In mathematics, and more specifically in computer algebra and elimination theory, a '''regular chain''' is a particular kind of ''triangular set'' of multivariate polynomials over a field, where a ''triangular set'' is a finite sequence of polynomials such that each one contains at least one more indeterminate than the preceding one. The condition that a triangular set must satisfy to be a regular chain is that, for every {{mvar|k}}, every common zero (in an algebraically closed field) of the {{mvar|k}} first polynomials may be prolongated to a common zero of the {{math|(''k'' + 1)}}th polynomial. In other words, regular chains allow solving systems of polynomial equations by solving successive univariate equations without considering different cases.
Regular chains enhance the notion of Wu's characteristic sets in the sense that they provide a better result with a similar method of computation.
== Introduction ==
Given a linear system, one can convert it to a triangular system via Gaussian elimination. For the non-linear case, given a polynomial system F over a field, one can convert (decompose or triangularize) it to a finite set of triangular sets, in the sense that the algebraic variety ''V''(F) is described by these triangular sets.
A triangular set may merely describe the empty set. To fix this degenerated case, the notion of regular chain was introduced, independently by Kalkbrener (1993),<ref>{{Cite journal|title=A Generalized Euclidean Algorithm for Computing Triangular Representations of Algebraic Varieties.|date=1993|journal=Journal of Symbolic Computation|issue=2|volume=15|pages=143–167|last=Kalkbrener|url=http://www.sciencedirect.com/science/article/pii/S0747717183710114/pdf?md5=43680d0255596096147a53ce3b42a16a&pid=1-s2.0-S0747717183710114-main.pdf&_valck=1|first=M. |doi=10.1006/jsco.1993.1011 |url-access=subscription}}</ref> Yang and Zhang (1994). Regular chains also appear in Chou and Gao (1992). Regular chains are special triangular sets which are used in different algorithms for computing unmixed-dimensional decompositions of algebraic varieties. Without using factorization, these decompositions have better properties that the ones produced by Wu's algorithm. Kalkbrener's original definition was based on the following observation: every irreducible variety is uniquely determined by one of its generic points and varieties can be represented by describing the generic points of their irreducible components. These generic points are given by regular chains.
== Examples ==
Denote '''Q''' the rational number field. In '''Q'''[''x''<sub>1</sub>, ''x''<sub>2</sub>, ''x''<sub>3</sub>] with variable ordering {{nowrap|''x''<sub>1</sub> < ''x''<sub>2</sub> < ''x''<sub>3</sub>}}, : <math>T = \{ x_2^2-x_1^2, x_2(x_3-x_1)\}</math> is a triangular set and also a regular chain. Two generic points given by ''T'' are (''a'', ''a'', ''a'') and (''a'', −''a'', ''a'') where ''a'' is transcendental over '''Q'''. Thus there are two irreducible components, given by {{nowrap|{ ''x''<sub>2</sub> − ''x''<sub>1</sub>, ''x''<sub>3</sub> − ''x''<sub>1</sub> }<nowiki/>}} and {{nowrap|{ ''x''<sub>2</sub> + ''x''<sub>1</sub>, ''x''<sub>3</sub> − ''x''<sub>1</sub> }<nowiki/>}}, respectively. Note that: (1) the content of the second polynomial is ''x''<sub>2</sub>, which does not contribute to the generic points represented and thus can be removed; (2) the dimension of each component is 1, the number of free variables in the regular chain.
== Formal definitions ==
The variables in the polynomial ring :<math>R = k[x_1, \ldots, x_n]</math> are always sorted as {{nowrap|''x''<sub>1</sub> < ⋯ < ''x''<sub>''n''</sub>}}. A non-constant polynomial ''f'' in <math>R</math> can be seen as a univariate polynomial in its greatest variable. The greatest variable in ''f'' is called its main variable, denoted by ''mvar''(''f''). Let ''u'' be the main variable of ''f'' and write it as :<math>f = a_eu^e + \cdots + a_0,</math> where ''e'' is the degree of ''f'' with respect to ''u'' and <math>a_e</math> is the leading coefficient of ''f'' with respect to ''u''. Then the initial of ''f'' is <math>a_e</math> and ''e'' is its main degree.
*Triangular set
A non-empty subset ''T'' of <math>R</math> is a triangular set, if the polynomials in ''T'' are non-constant and have distinct main variables. Hence, a triangular set is finite, and has cardinality at most ''n''.
*Regular chain
Let ''T'' = {''t''<sub>1</sub>, ..., ''t''<sub>''s''</sub>} be a triangular set such that {{nowrap|''mvar''(''t''<sub>1</sub>) < ⋯ < ''mvar''(''t''<sub>''s''</sub>)}}, <math>h_i</math> be the initial of ''t''<sub>''i''</sub> and ''h'' be the product of ''h''<sub>''i''</sub>'s. Then ''T'' is a ''regular chain'' if : <math>\mathrm{resultant}(h, T) = \mathrm{resultant}(\cdots(\mathrm{resultant}(h, t_s),\ldots, t_i)\cdots) \neq 0 ,</math> where each resultant is computed with respect to the main variable of ''t''<sub>''i''</sub>, respectively. This definition is from Yang and Zhang, which is of much algorithmic flavor.
*Quasi-component and saturated ideal of a regular chain
The ''quasi-component'' ''W''(''T'') described by the regular chain ''T'' is :{{nowrap|<math>W(T) = V(T)\setminus V(h)</math>,}} that is, the set difference of the varieties ''V''(''T'') and ''V''(''h''). The attached algebraic object of a regular chain is its ''saturated ideal'' :<math>\mathrm{sat}(T) = (T):h^\infty .</math> A classic result is that the Zariski closure of ''W''(''T'') equals the variety defined by sat(''T''), that is, :<math>\overline{W(T)} = V(\mathrm{sat}(T)) ,</math> and its dimension is ''n'' − |''T''|, the difference of the number of variables and the number of polynomials in ''T''.
*Triangular decompositions
In general, there are two ways to decompose a polynomial system ''F''. The first one is to decompose lazily, that is, only to represent its generic points in the (Kalkbrener) sense, : <math>\sqrt{(F)} = \bigcap_{i=1}^e \sqrt{\mathrm{sat}(T_i)} .</math> The second is to describe all zeroes in the Lazard sense, : <math>V(F) = \bigcup_{i=1}^e W(T_i) .</math> There are various algorithms available for triangular decompositions in either sense.
== Properties ==
Let ''T'' be a regular chain in the polynomial ring ''R''.
* The saturated ideal sat(''T'') is an ''unmixed ideal'' with dimension ''n'' − |''T''|. * A regular chain holds a strong elimination property in the sense that: : <math> \mathrm{sat}(T \cap k[x_1, \ldots , x_i]) = \mathrm{sat}(T) \cap k[x_1,\ldots , x_i] .</math>
* A polynomial ''p'' is in sat(''T'') if and only if p is pseudo-reduced to zero by ''T'', that is, : <math>p\in\mathrm{sat}(T)\iff \mathrm{prem}(p, T) = 0 .</math> :Hence the membership test for sat(''T'') is algorithmic.
* A polynomial ''p'' is a '''zero-divisor''' modulo sat(''T'') if and only if <math>\mathrm{prem}(p, T)\neq0</math> and {{nowrap|<math>\mathrm{resultant}(p, T)=0</math>.}} :Hence the regularity test for sat(''T'') is algorithmic.
* Given a prime ideal ''P'', there exists a regular chain ''C'' such that ''P'' = sat(''C''). * If the first element of a regular chain ''C'' is an irreducible polynomial and the others are linear in their main variable, then sat(''C'') is a prime ideal. * Conversely, if ''P'' is a prime ideal, then, after almost all linear changes of variables, there exists a regular chain ''C'' of the preceding shape such that ''P'' = sat(''C''). * A triangular set is a regular chain if and only if it is a Ritt characteristic set of its saturated ideal.
== See also == *Wu's method of characteristic set *Gröbner basis *Regular semi-algebraic system *Triangular decomposition
== Further references == <references /> * P. Aubry, D. Lazard, M. Moreno Maza. [http://www.sciencedirect.com/science/article/pii/S0747717199902699 On the theories of triangular sets]. Journal of Symbolic Computation, 28(1–2):105–124, 1999. * F. Boulier and F. Lemaire and M. Moreno Maza. [https://hal.archives-ouvertes.fr/docs/00/13/71/58/PDF/blm06.pdf Well known theorems on triangular systems and the D5 principle]. Transgressive Computing 2006, Granada, Spain. * E. Hubert. [ftp://nozdr.ru/biblio/kolxo3/Cs/CsCa/Winkler%20F.,%20Langer%20U.%20(eds.)%20Symbolic%20and%20Numerical%20Scientific%20Computation%20(Proc.%20SNSC%202001,%20Hagenberg)(LNCS2630,%20Springer,%202003)(ISBN%203540405542)(398s)_CsCa_.pdf#page=51 Notes on triangular sets and triangulation-decomposition algorithms I: Polynomial systems]{{dead link|date=May 2025|bot=medic}}{{cbignore|bot=medic}}. LNCS, volume 2630, Springer-Verlag Heidelberg. * F. Lemaire and M. Moreno Maza and Y. Xie. The RegularChains library. Maple Conference 2005. * M. Kalkbrener: [https://core.ac.uk/download/pdf/82131108.pdf Algorithmic Properties of Polynomial Rings]. J. Symb. Comput. 26(5): 525–581 (1998). * D. Wang. [https://www.sciencedirect.com/science/article/pii/S0747717199903553/pdf?md5=835a5b4348eaffe59316f0af18d1394d&pid=1-s2.0-S0747717199903553-main.pdf Computing Triangular Systems and Regular Systems]. Journal of Symbolic Computation 30(2) (2000) 221–236. * Yang, L., Zhang, J. (1994). [http://www.iaea.org/inis/collection/NCLCollectionStore/_Public/22/086/22086436.pdf Searching dependency between algebraic equations: an algorithm applied to automated reasoning]. Artificial Intelligence in Mathematics, pp. 14715, Oxford University Press.
Category:Equations Category:Algebra Category:Polynomials Category:Algebraic geometry Category:Computer algebra