next up previous
Next: Ring normalization Up: Three Algorithms in Algebraic Previous: Introduction


Integral closure of rings and ideals

In this section we present an algorithm to compute, for a reduced affine ring $ A$, the normalization, that is, the integral closure of $ A$ in its total ring of fractions. This algorithm can be used to describe an algorithm for computing the integral closure of an ideal $ I$ in $ A$.

The normalization of a ring is an important construction in commutative algebra and algebraic geometry, as well as the integral closure of an ideal. Both have many applications in commutative algebra, algebraic geometry and singularity theory, e.g., in the theory of equisingularity and for resolution of singularities. Hence it is desirable to have a sufficiently good implementation of the algorithms which can compute interesting examples. Such an implementation is distributed with SINGULAR, version 2.0, [17].

The algorithm for the normalization is based on a criterion of Grauert and Remmert and was first described in [6], see also [5]. The Grauert-Remmert criterion provides an algorithm to compute the non-normal locus of an affine ring, which we also describe. Both seem to be the only known general algorithms. To compute the integral closure of an ideal $ I$, we use the normalization of the Rees algebra of $ I$ together with several extra procedures, which make this basically a new algorithm.

A good reference for computational aspects in connection with integral closure is found in the textbooks [44,45] and in the articles [43,4]. Other references are [39] and [10] or can be found in [44,45].

Let $ Q(A)$ denote the total ring of fractions of $ A$ and $ \overline{A}$ the integral closure of $ A$ in $ Q(A)$. There have been many attempts to construct a bigger ring $ A^\prime$, $ A \subset
A^\prime \subset Q(A)$, which is finite over $ A$ and then continuing with $ A^\prime$, in order to approximate $ \overline{A}$. The problem of this approach is to know when to stop, that is, to have an effective criterion for a ring to be normal. It had escaped the computer algebra community that such a criterion has been known for more than thirty years, having been discovered by Grauert and Remmert [12]. It was rediscovered by De Jong [6] and says that $ A$ is normal if and only if the natural embedding $ A \subset
Hom_A(J,J)$, where $ J$ denotes the ideal of the singular locus, is an isomorphism. To be able to continue with $ A^\prime=Hom_A(J,J)$ we must present $ A^\prime$ as a polynomial ring modulo some ideal, together with the embedding $ A \hookrightarrow A^\prime$, which is not difficult. By the theorem of Grauert and Remmert, we know when to stop to reach the normalization of $ A$ (for affine rings the algorithm stops by a classical theorem of E. Noether).

If $ I \subset A$ is an ideal, then it is well-known that the Rees algebra

$\displaystyle \mathcal{R}(I) = \textstyle{\bigoplus\limits_{k \ge 0}} I^k t^k \subset
A[t]$

of $ I$ has, as normalization, $ \overline{\mathcal{R}(I)} = \bigoplus_{k \ge 0} \overline{I^k} t^k$. That is, the component of $ t$-degree 1 of $ \overline{\mathcal{R}(I)}$ is the integral closure $ \overline{I}$ of $ I$ in $ A$. However, to obtain the component of $ t$-degree $ k$ of $ \overline{\mathcal{R}(I)}$ we need a careful analysis of the morphism $ \mathcal{R}(I) \subset \overline{\mathcal{R}(I)}
\subset A[t]$. The embedding $ \overline{\mathcal{R}(I)} \subset
A[t]$ is extra information which has to be added to the normalization algorithm.

Unfortunately, this algorithm computes too much, namely all $ \overline{I^k}$ and, therefore, its application is restricted only to examples of moderate size. However, already a first implementation in SINGULAR, cf. [22,23], shows that we can compute interesting examples (and it is the only existing implementation). It is still an open problem to find a better algorithm, not using the Rees algebra.



Subsections
next up previous
Next: Ring normalization Up: Three Algorithms in Algebraic Previous: Introduction
Christoph Lossen
2001-03-21