Jacobson radical #
The Jacobson radical of a ring R
is defined to be the intersection of all maximal ideals of R
.
This is similar to how the nilradical is equal to the intersection of all prime ideals of R
.
We can extend the idea of the nilradical of R
to ideals of R
,
by letting the nilradical of an ideal I
be the intersection of prime ideals containing I
.
Under this extension, the original nilradical is the radical of the zero ideal ⊥
.
Here we define the Jacobson radical of an ideal I
in a similar way,
as the intersection of maximal ideals containing I
.
Main definitions #
Let R
be a ring, and I
be a left ideal of R
Ideal.jacobson I
is the Jacobson radical, i.e. the infimum of all maximal ideals containingI
.Ideal.IsLocal I
is the proposition that the jacobson radical ofI
is itself a maximal ideal
Furthermore when I
is a two-sided ideal of R
TwoSidedIdeal.jacobson I
is the Jacobson radical as a two-sided ideal
Main statements #
mem_jacobson_iff
gives a characterization of members of the jacobson of IIdeal.isLocal_of_isMaximal_radical
: if the radical of I is maximal then so is the jacobson radical
Tags #
Jacobson, Jacobson radical, Local Ideal
An ideal equals its Jacobson radical iff it is the intersection of a set of maximal ideals. Allowing the set to include ⊤ is equivalent, and is included only to simplify some proofs.
The Jacobson radical of a two-sided ideal is two-sided.
It is preferable to use TwoSidedIdeal.jacobson
instead of this lemma.
The standard radical and Jacobson radical of an ideal I
of R
are equal if and only if
the nilradical and Jacobson radical of the quotient ring R/I
coincide
A ring R
is local if and only if its jacobson radical is maximal
The Jacobson radical of I
is the infimum of all maximal (left) ideals containing I
.
Equations
- I.jacobson = (TwoSidedIdeal.asIdeal I).jacobson.toTwoSided ⋯