HOME

TheInfoList



OR:

In
mathematics Mathematics is a field of study that discovers and organizes methods, Mathematical theory, theories and theorems that are developed and Mathematical proof, proved for the needs of empirical sciences and mathematics itself. There are many ar ...
, and more specifically in
computer algebra In mathematics and computer science, computer algebra, also called symbolic computation or algebraic computation, is a scientific area that refers to the study and development of algorithms and software for manipulating expression (mathematics), ...
and
elimination theory In commutative algebra and algebraic geometry, elimination theory is the classical name for algorithmic approaches to eliminating some variables between polynomials of several variables, in order to solve systems of polynomial equations. Classica ...
, a regular chain is a particular kind of ''triangular set'' of
multivariate polynomial In mathematics, a polynomial is a mathematical expression consisting of indeterminates (also called variables) and coefficients, that involves only the operations of addition, subtraction, multiplication and exponentiation to nonnegative intege ...
s 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 , every common zero (in an
algebraically closed field In mathematics, a field is algebraically closed if every non-constant polynomial in (the univariate polynomial ring with coefficients in ) has a root in . In other words, a field is algebraically closed if the fundamental theorem of algebra ...
) of the first polynomials may be prolongated to a common zero of the th polynomial. In other words, regular chains allow solving
systems of polynomial equations A system of polynomial equations (sometimes simply a polynomial system) is a set of simultaneous equations where the are polynomials in several variables, say , over some field . A ''solution'' of a polynomial system is a set of values for the ...
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 In systems theory, a linear system is a mathematical model of a system based on the use of a linear operator. Linear systems typically exhibit features and properties that are much simpler than the nonlinear case. As a mathematical abstractio ...
, one can convert it to a triangular system via
Gaussian elimination In mathematics, Gaussian elimination, also known as row reduction, is an algorithm for solving systems of linear equations. It consists of a sequence of row-wise operations performed on the corresponding matrix of coefficients. This method can a ...
. 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 Algebraic varieties are the central objects of study in algebraic geometry, a sub-field of mathematics. Classically, an algebraic variety is defined as the solution set, set of solutions of a system of polynomial equations over the real number, ...
''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), 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 point In algebraic geometry, a generic point ''P'' of an algebraic variety ''X'' is a point in a ''general position'', at which all generic property, generic properties are true, a generic property being a property which is true for Almost everywhere, ...
s 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''1, ''x''2, ''x''3with variable ordering , : T = \ 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 and , respectively. Note that: (1) the content of the second polynomial is ''x''2, which does not contribute to the generic points represented and thus can be removed; (2) the
dimension In physics and mathematics, the dimension of a mathematical space (or object) is informally defined as the minimum number of coordinates needed to specify any point within it. Thus, a line has a dimension of one (1D) because only one coo ...
of each component is 1, the number of free variables in the regular chain.


Formal definitions

The variables in the polynomial ring :R = k _1, \ldots, x_n/math> are always sorted as . A non-constant polynomial ''f'' in R 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 :f = a_eu^e + \cdots + a_0, where ''e'' is the degree of ''f'' with respect to ''u'' and a_e is the leading coefficient of ''f'' with respect to ''u''. Then the initial of ''f'' is a_e and ''e'' is its main degree. *Triangular set A non-empty subset ''T'' of R 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'' = be a triangular set such that , h_i be the initial of ''t''''i'' and ''h'' be the product of ''h''''i'''s. Then ''T'' is a ''regular chain'' if : \mathrm(h, T) = \mathrm(\cdots(\mathrm(h, t_s),\ldots, t_i)\cdots) \neq 0 , where each
resultant In mathematics, the resultant of two polynomials is a polynomial expression of their coefficients that is equal to zero if and only if the polynomials have a common root (possibly in a field extension), or, equivalently, a common factor (over th ...
is computed with respect to the main variable of ''t''''i'', 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 : 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'' :\mathrm(T) = (T):h^\infty . A classic result is that the
Zariski closure In algebraic geometry and commutative algebra, the Zariski topology is a topology defined on geometric objects called varieties. It is very different from topologies that are commonly used in real or complex analysis; in particular, it is not ...
of ''W''(''T'') equals the variety defined by sat(''T''), that is, :\overline = V(\mathrm(T)) , 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 point In algebraic geometry, a generic point ''P'' of an algebraic variety ''X'' is a point in a ''general position'', at which all generic property, generic properties are true, a generic property being a property which is true for Almost everywhere, ...
s in the (Kalkbrener) sense, : \sqrt = \bigcap_^e \sqrt . The second is to describe all zeroes in the
Lazard Lazard Inc. (formerly known as Lazard Ltd and Lazard Frères & Co.) is a financial advisory and asset management firm that engages in investment banking, asset management and other financial services, primarily with institutional clients. It i ...
sense, : V(F) = \bigcup_^e W(T_i) . 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: : \mathrm(T \cap k _1, \ldots , x_i = \mathrm(T) \cap k _1,\ldots , x_i. * A polynomial ''p'' is in sat(''T'') if and only if p is pseudo-reduced to zero by ''T'', that is, : p\in\mathrm(T)\iff \mathrm(p, T) = 0 . :Hence the membership test for sat(''T'') is algorithmic. * A polynomial ''p'' is a
zero-divisor In abstract algebra, an element of a ring is called a left zero divisor if there exists a nonzero in such that , or equivalently if the map from to that sends to is not injective. Similarly, an element of a ring is called a right zer ...
modulo sat(''T'') if and only if \mathrm(p, T)\neq0 and :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 In mathematics, and more specifically in computer algebra, computational algebraic geometry, and computational commutative algebra, a Gröbner basis is a particular kind of generating set of an ideal in a polynomial ring K _1,\ldots,x_n/math> ove ...
*
Regular semi-algebraic system In computer algebra, a regular semi-algebraic system is a particular kind of triangular system of multivariate polynomials over a real closed field. Introduction Regular chains and triangular decompositions are fundamental and well-developed ...
* Triangular decomposition


Further references

* P. Aubry, D. Lazard, M. Moreno Maza
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
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]{{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
Algorithmic Properties of Polynomial Rings
J. Symb. Comput. 26(5): 525–581 (1998). * M. Kalkbrener
A Generalized Euclidean Algorithm for Computing Triangular Representations of Algebraic Varieties
J. Symb. Comput. 15(2): 143–167 (1993). * D. Wang
Computing Triangular Systems and Regular Systems
Journal of Symbolic Computation 30(2) (2000) 221–236. * Yang, L., Zhang, J. (1994)
Searching dependency between algebraic equations: an algorithm applied to automated reasoning
Artificial Intelligence in Mathematics, pp. 14715, Oxford University Press. Equations Algebra Polynomials Algebraic geometry Computer algebra