Jacobson Rings #
The following conditions are equivalent for a ring R
:
- Every radical ideal
I
is equal to its Jacobson radical - Every radical ideal
I
can be written as an intersection of maximal ideals - Every prime ideal
I
is equal to its Jacobson radical Any ring satisfying any of these equivalent conditions is said to be Jacobson. Some particular examples of Jacobson rings are also proven.isJacobsonRing_quotient
says that the quotient of a Jacobson ring is Jacobson.isJacobsonRing_localization
says the localization of a Jacobson ring to a single element is Jacobson.isJacobsonRing_polynomial_iff_isJacobsonRing
says polynomials over a Jacobson ring form a Jacobson ring.
Main definitions #
Let R
be a commutative ring. Jacobson rings are defined using the first of the above conditions
IsJacobsonRing R
is the proposition thatR
is a Jacobson ring. It is a class, implemented as the predicate that for any ideal,I.isRadical
impliesI.jacobson = I
.
Main statements #
isJacobsonRing_iff_prime_eq
is the equivalence between conditions 1 and 3 above.isJacobsonRing_iff_sInf_maximal
is the equivalence between conditions 1 and 2 above.isJacobsonRing_of_surjective
says that ifR
is a Jacobson ring andf : R →+* S
is surjective, thenS
is also a Jacobson ringMvPolynomial.isJacobsonRing
says that multi-variate polynomials over a Jacobson ring are Jacobson.
Tags #
Jacobson, Jacobson Ring
A ring is a Jacobson ring if for every radical ideal I
,
the Jacobson radical of I
is equal to I
.
See isJacobsonRing_iff_prime_eq
and isJacobsonRing_iff_sInf_maximal
for equivalent definitions.
Instances
A ring is a Jacobson ring if and only if for all prime ideals P
,
the Jacobson radical of P
is equal to P
.
A ring R
is Jacobson if and only if for every prime ideal I
,
I
can be written as the infimum of some collection of maximal ideals.
Allowing ⊤ in the set M
of maximal ideals is equivalent, but makes some proofs cleaner.
Fields have only two ideals, and the condition holds for both of them.
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
A variant of isJacobsonRing_of_isIntegral
that takes RingHom.IsIntegral
instead.
If R
is a Jacobson ring, then maximal ideals in the localization at y
correspond to maximal ideals in the original ring R
that don't contain y
.
This lemma gives the correspondence in the particular case of an ideal and its comap.
See le_relIso_of_maximal
for the more general relation isomorphism
If R
is a Jacobson ring, then maximal ideals in the localization at y
correspond to maximal ideals in the original ring R
that don't contain y
.
This lemma gives the correspondence in the particular case of an ideal and its map.
See le_relIso_of_maximal
for the more general statement, and the reverse of this implication
If R
is a Jacobson ring, then maximal ideals in the localization at y
correspond to maximal ideals in the original ring R
that don't contain y
Equations
- One or more equations did not get rendered due to their size.
Instances For
If S
is the localization of the Jacobson ring R
at the submonoid generated by y : R
, then
S
is Jacobson.
If I
is a prime ideal of R[X]
and pX ∈ I
is a non-constant polynomial,
then the map R →+* R[x]/I
descends to an integral map when localizing at pX.leadingCoeff
.
In particular X
is integral because it satisfies pX
, and constants are trivially integral,
so integrality of the entire extension follows by closure under addition and multiplication.
If f : R → S
descends to an integral map in the localization at x
,
and R
is a Jacobson ring, then the intersection of all maximal ideals in S
is trivial
Equations
- ⋯ = ⋯
If R
is a Jacobson ring, and P
is a maximal ideal of R[X]
,
then R → R[X]/P
is an integral map.
General form of the Nullstellensatz for Jacobson rings, since in a Jacobson ring we have
Inf {P maximal | P ≥ I} = Inf {P prime | P ≥ I} = I.radical
. Fields are always Jacobson,
and in that special case this is (most of) the classical Nullstellensatz,
since I(V(I))
is the intersection of maximal ideals containing I
, which is then I.radical
Equations
- ⋯ = ⋯
Alias of IsJacobsonRing
.
A ring is a Jacobson ring if for every radical ideal I
,
the Jacobson radical of I
is equal to I
.
See isJacobsonRing_iff_prime_eq
and isJacobsonRing_iff_sInf_maximal
for equivalent definitions.
Equations
Instances For
Alias of isJacobsonRing_iff
.
Alias of IsJacobsonRing.out
.
Alias of isJacobsonRing_iff_prime_eq
.
A ring is a Jacobson ring if and only if for all prime ideals P
,
the Jacobson radical of P
is equal to P
.
Alias of isJacobsonRing_iff_sInf_maximal
.
A ring R
is Jacobson if and only if for every prime ideal I
,
I
can be written as the infimum of some collection of maximal ideals.
Allowing ⊤ in the set M
of maximal ideals is equivalent, but makes some proofs cleaner.
Alias of isJacobsonRing_iff_sInf_maximal'
.
A variant of isJacobsonRing_iff_sInf_maximal
with a different spelling of "maximal or ⊤
".
Alias of isJacobsonRing_of_surjective
.
Alias of isJacobsonRing_iso
.
Alias of isJacobsonRing_of_isIntegral
.
Alias of isJacobsonRing_of_isIntegral'
.
A variant of isJacobsonRing_of_isIntegral
that takes RingHom.IsIntegral
instead.
Alias of IsLocalization.isMaximal_iff_isMaximal_disjoint
.
If R
is a Jacobson ring, then maximal ideals in the localization at y
correspond to maximal ideals in the original ring R
that don't contain y
.
This lemma gives the correspondence in the particular case of an ideal and its comap.
See le_relIso_of_maximal
for the more general relation isomorphism
Alias of IsLocalization.isMaximal_of_isMaximal_disjoint
.
If R
is a Jacobson ring, then maximal ideals in the localization at y
correspond to maximal ideals in the original ring R
that don't contain y
.
This lemma gives the correspondence in the particular case of an ideal and its map.
See le_relIso_of_maximal
for the more general statement, and the reverse of this implication
Alias of isJacobsonRing_localization
.
If S
is the localization of the Jacobson ring R
at the submonoid generated by y : R
, then
S
is Jacobson.
Alias of Polynomial.isIntegral_isLocalization_polynomial_quotient
.
If I
is a prime ideal of R[X]
and pX ∈ I
is a non-constant polynomial,
then the map R →+* R[x]/I
descends to an integral map when localizing at pX.leadingCoeff
.
In particular X
is integral because it satisfies pX
, and constants are trivially integral,
so integrality of the entire extension follows by closure under addition and multiplication.
Alias of Polynomial.jacobson_bot_of_integral_localization
.
If f : R → S
descends to an integral map in the localization at x
,
and R
is a Jacobson ring, then the intersection of all maximal ideals in S
is trivial
Alias of Polynomial.isJacobsonRing_polynomial_of_isJacobsonRing
.
Alias of Polynomial.isJacobsonRing_polynomial_iff_isJacobsonRing
.
Alias of Polynomial.quotient_mk_comp_C_isIntegral_of_isJacobsonRing
.
If R
is a Jacobson ring, and P
is a maximal ideal of R[X]
,
then R → R[X]/P
is an integral map.
Alias of Polynomial.comp_C_integral_of_surjective_of_isJacobsonRing
.
Alias of MvPolynomial.quotient_mk_comp_C_isIntegral_of_isJacobsonRing
.
Alias of MvPolynomial.comp_C_integral_of_surjective_of_isJacobsonRing
.