Good day,
Let $M$ be a multiplicative set and $I$ any Ideal, both in a noetherian Ring $R$.
I want to know whether there is a way to decide whether $M \cap I = \emptyset$ and, if not, to find an element $m \in M \cap I$.
I know that $R \setminus M$ has to be a primeideal $P$ (see Prime Ideals and multiplicative sets) .
Now, i figured $I \cap M = I \cap (R \setminus P) \Leftrightarrow I \subseteq P$.
I can decide that if i know the generators to $I$ and $P$. Then i can calculate a groebner basis for $P$ and check whether all generators of $I$ are in $P$, and if not, i can use one of them as the desired $m$.
However, is there a way (or a special case) in which i can find generators for $P$ if i only have it given in form of a set $R \setminus M$?
best regards
If we want to look at your original question of finding an element in the intersection of a (finitely-generated) multiplicative set and an ideal in a noetherian ring, then that's probably doable, but you'd also have to say how you're encoding the ring. (Or we could describe a general, nonconstructive process for taking a ring and building an algorithm that works for that ring alone.)
– Daniel McLaury Dec 22 '15 at 19:49