Given polynomials $f_{1},\cdots,f_{n}\in \mathbb{C}[x_{1},\cdots,x_{m}]$, do we have an algorithm to determine whether the ideal $I=(f_{1},\cdots,f_{n})$ is prime ideal or not? Of course, we assume the polynomials are irreducible.
Remember to vote up questions/answers you find interesting or helpful (requires 15 reputation points)
|
5
1
|
|
|
9
|
Let $R$ be a Noetherian ring and let $I$ be an ideal in $R[x]$. Then the following facts hold:
Using the above to successively eliminate variables, this shows that one can reduce the problem of checking primiality to the one-variable case, where many efficient methods are known. I think this is also how the Grobner basis works, since these can algorithmically compute the elimination ideals above. |
|||||
|
You can accept an answer to one of your own questions by clicking the check mark next to it. This awards 15 reputation points to the person who answered and 2 reputation points to you.
|
7
|
There is such a test. Some explanation can be found in: "An introduction to Gröbner bases, By William Wells Adams, Philippe Loustaunau", or the original article (http://portal.acm.org/citation.cfm?id=65034) the above text is based on. See also the singular manual. |
||
|
|
|
2
|
Did you look into "A Singular Introduction to Commutative Algebra"? |
||
|
|
|
1
|
Buchberger's algorithm should do, Faugere's F4 is also one. However, this is generally for any ideal and not necessarily for irreducible. Is it something specific to irreducible polynomials that you are looking for? |
|||
|


isPrimewhich tells you if an ideal is or not prime. – Mariano Suárez-Alvarez Apr 7 2011 at 15:59