b = isFJumpingExponentModule(t, J)Given an ideal $J$ in a ring $R$ and a rational number $t$, this function determines if $\tau(\omega_R, J^t) \neq \tau(\omega_R, J^{t-\epsilon})$ for all $1 \gg \epsilon > 0$. If so, it returns true, that is $t$ is a jumping exponent of $\tau(\omega_R, J^*)$, and otherwise it returns false.
|
|
|
|
The option AtOrigin (default) checks whether the jump happens is done at the origin (as opposed to anywhere).
|
|
|
|
The formulation isFJumpingExponent(t, J) also computes whether the test ideal jumps at $t$. However, it only works if $R$ is a quasi-Gorenstein normal domain as in that case the jumping numbers of $\tau(R, J^t)$ agree with those of $\tau(\omega_R, J^t)$.
The object isFJumpingExponentModule is a method function with options.
The source of this document is in NonPrincipalTestIdeals.m2:1147:0.