quotient(I, J)
I:J
If I and J are both monomial ideals, then the result will be as well. If I and J are both ideals or submodules of the same module, then the result will be an ideal, otherwise if J is an ideal or ring element, then the result is a submodule containing I.
The arguments should be ideals in the same ring, or submodules of the same module. If the second input J is a ring element f, then the principal ideal generated by f is used. The infix colon operator : may be used as an abbreviation, if no options need to be supplied.
For ideals, the quotient is the set of ring elements $r$ such that $rJ$ is contained in $I$. If $I$ is a submodule of a module $M$, and $J$ is an ideal, the quotient is the set of elements $m \in M$ such that $Jm$ is contained in $I$. Finally, if $I$ and $J$ are submodules of the same module $M$, then the result is the set of ring elements $r$ such that $rJ$ is contained in $I$.
|
|
|
|
When needed, Gröbner bases will be computed, and if the computation succeeds the result is cached inside the first argument. Partial computations are not yet cached, but this may change in a future version.
|
|
|
|
If the arguments are submodules of the same module, the annihilator of J/I (or (J+I)/I) is returned.
|
|
|
|
|
|
|
Ideal quotients and saturations are useful for manipulating components of ideals.
|
|
|
|
|