Associated primes of a module #
We provide the definition and related lemmas about associated primes of modules.
Main definition #
IsAssociatedPrime:IsAssociatedPrime I Mif the prime idealIis the radical of the annihilator of somex : M.associatedPrimes: The set of associated primes of a module.
Main results #
exists_le_isAssociatedPrime_of_isNoetherianRing: In a Noetherian ring, anyann(x)is contained in an associated prime forx ≠ 0.associatedPrimes.eq_singleton_of_isPrimary: In a Noetherian ring,I.radicalis the only associated prime ofR ⧸ IwhenIis primary.
Implementation details #
The presence of the radical in the definition of IsAssociatedPrime is slightly nonstandard but
gives the correct characterization of the prime ideals of any minimal primary decomposition in the
non-Noetherian setting (see Theorem 4.5 in Atiyah-Macdonald). If the ring R is assumed to be
Noetherian, then the radical can be dropped from the definition (see isAssociatedPrime_iff).
See also Stacks: Lemma 0566 which states that a
prime p is minimal among primes containing an annihilator an element of M if and only if
p R_p is an associated prime of M_p (including the radical).
TODO #
Generalize this to a non-commutative setting once there are annihilator for non-commutative rings.
References #
I : Ideal R is an associated prime of a submodule N : Submodule R M if I is prime
and I = (colon N {x}).radical for some x : M.
Instances For
The set of associated primes of a submodule.
Equations
- N.associatedPrimes = {I : Ideal R | N.IsAssociatedPrime I}
Instances For
IsAssociatedPrime I M if the prime ideal I is the radical of the annihilator
of some x : M.
Equations
- IsAssociatedPrime I M = ⊥.IsAssociatedPrime I
Instances For
The set of associated primes of a module.
Equations
- associatedPrimes R M = {I : Ideal R | IsAssociatedPrime I M}
Instances For
Alias of AssociatedPrimes.mem_iff.
If M → M' is injective, then the set of associated primes of M is
contained in that of M'.
If 0 → M → M' → M'' is an exact sequence, then the set of associated primes of M' is
contained in the union of those of M and M''.
The set of associated primes of the product of two modules is equal to the union of those of the two modules.