Pseudo-null modules, pseudo-isomorphisms, and pseudo-isomorphic modules #
Pseudo-null modules #
A finitely generated module M
over a Noetherian ring A
is called pseudo-null,
if every prime ideals in the support of M
are of height ≥ 2
.
Equivalently, if M
localized at p
equals zero for all prime ideals p
of height ≤ 1
.
- two_le_primeHeight (p : PrimeSpectrum A) : p ∈ support A M → 2 ≤ p.asIdeal.primeHeight
Instances
A module over a ring with Krull dimension ≤ 1
is pseudo-null if and only it is zero.
Let A
be a Noetherian local ring of Krull dimension 2 with finite residue field,
M
be a finitely generated A
-module. Then M
is pseudo-null if and only if the cardinality
of M
is finite.
Pseudo-null modules are preserved by taking submodules.
Pseudo-null modules are preserved by taking quotient modules.
If M
, P
are pseudo-null, M → N → P
is exact at N
, then N
is also pseudo-null.
Pseudo-isomorphisms #
A linear map between two finitely generated modules over a Noetherian ring is called a pseudo-isomorphism if its kernel and cokernel are pseudo-null.
- isPseudoNull_ker : Module.IsPseudoNull A ↥(ker f)
- isPseudoNull_coker : Module.IsPseudoNull A (N ⧸ range f)
Instances For
If M
is pseudo-null, then M → N
is a pseudo-isomorphism if and only if
N
is pseudo-null.
If N
is pseudo-null, then M → N
is a pseudo-isomorphism if and only if
M
is pseudo-null.
Composition of two pseudo-isomorphisms is a pseudo-isomorphism.
Pseudo-isomorphic modules #
Two finitely generated modules M, N
over a Noetherian ring A
is called pseudo-isomorphic,
if there exists a linear map f : M →ₗ[A] N
which is a pseudo-isomorphism.
WARNING: pseudo-isomorphic is not symmetric in general.
- exists_isPseudoIsomorphism : ∃ (f : M →ₗ[A] N), f.IsPseudoIsomorphism
Instances For
Two finitely generated modules M, N
over a Noetherian ring A
is called pseudo-isomorphic,
if there exists a linear map f : M →ₗ[A] N
which is a pseudo-isomorphism.
WARNING: pseudo-isomorphic is not symmetric in general.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Pseudo-isomorphic is reflexive.
Pseudo-isomorphic is transitive.