isSupportedInZeroLocus_B M
Given an module $M$ and an ideal $B$, isSupportedInZeroLocus checks whether $\mathrm{ann}(M):B^\infty=R$. If it is, isSupportedInZeroLocus returns true otherwise it returns false. If the first argument is an ideal, $M = R^1/I$ is taken as the module.
|
|
|
|
This is done without computing saturation of $M$. Instead, we check whether for each generator of $B$ some power of it annihilates the module $M$.
The object isSupportedInZeroLocus is a method function.