Regular chain explained
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, every common zero (in an algebraically closed field) 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 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), 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,
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
x2, 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
are always sorted as . A non-constant polynomial
f in
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
where
e is the degree of
f with respect to
u and
is the leading coefficient of
f with respect to
u. Then the initial of
f is
and
e is its main degree.
A non-empty subset T of
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.
Let T = be a triangular set such that,
be the initial of
ti and
h be the product of
hi's. Then
T is a
regular chain if
resultant(h,T)=resultant( … (resultant(h,ts),\ldots,ti) … ) ≠ 0,
where each
resultant is computed with respect to the main variable of
ti, 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
A classic result is that the
Zariski closure of
W(
T) equals the variety defined by sat(
T), that is,
\overline{W(T)}=V(sat(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 points in the (Kalkbrener) sense,
\sqrt{(F)}=
\sqrt{sat(Ti)}.
The second is to describe all zeroes in the
Lazard sense,
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:
sat(T\capk[x1,\ldots,xi])=sat(T)\capk[x1,\ldots,xi].
- A polynomial p is in sat(T) if and only if p is pseudo-reduced to zero by T, that is,
p\insat(T)\iffprem(p,T)=0.
Hence the membership test for sat(T) is algorithmic.
- A polynomial p is a zero-divisor modulo sat(T) if and only if
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
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]. 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.