Operations on two-sided ideals #
This file defines operations on two-sided ideals of a ring R
.
Main definitions and results #
TwoSidedIdeal.span
: the span ofs ⊆ R
is the smallest two-sided ideal containing the set.TwoSidedIdeal.mem_span_iff_mem_addSubgroup_closure_nonunital
: in an associative but non-unital ring, an elementx
is in the two-sided ideal spanned bys
if and only ifx
is in the closure ofs ∪ {y * a | y ∈ s, a ∈ R} ∪ {a * y | y ∈ s, a ∈ R} ∪ {a * y * b | y ∈ s, a, b ∈ R}
as an additive subgroup.TwoSidedIdeal.mem_span_iff_mem_addSubgroup_closure
: in a unital and associative ring, an elementx
is in the two-sided ideal spanned bys
if and only ifx
is in the closure of{a*y*b | a, b ∈ R, y ∈ s}
as an additive subgroup.TwoSidedIdeal.comap
: pullback of a two-sided ideal; defined as the preimage of a two-sided ideal.TwoSidedIdeal.map
: pushforward of a two-sided ideal; defined as the span of the image of a two-sided ideal.TwoSidedIdeal.ker
: the kernel of a ring homomorphism as a two-sided ideal.TwoSidedIdeal.gc
:fromIdeal
andasIdeal
form a Galois connection wherefromIdeal : Ideal R → TwoSidedIdeal R
is defined as the smallest two-sided ideal containing an ideal andasIdeal : TwoSidedIdeal R → Ideal R
the inclusion map.
The smallest two-sided ideal containing a set.
Equations
Instances For
An induction principle for span membership.
If p
holds for 0 and all elements of s
,
and is preserved under addition and left and right multiplication,
then p
holds for all elements of the span of s
.
Pushout of a two-sided ideal. Defined as the span of the image of a two-sided ideal under a ring homomorphism.
Equations
Instances For
Preimage of a two-sided ideal, as a two-sided ideal.
Equations
Instances For
If R
and S
are isomorphic as rings, then two-sided ideals of R
and two-sided ideals of S
are
order isomorphic.
Equations
Instances For
If s : Set R
is absorbing under multiplication, then its TwoSidedIdeal.span
coincides with
its AddSubgroup.closure
, as sets.
Equations
Equations
Equations
Equations
Every two-sided ideal is also a left ideal.
Equations
Instances For
Every two-sided ideal is also a right ideal.
Equations
Instances For
When the ring is commutative, two-sided ideals are exactly the same as left ideals.
Equations
Instances For
A two-sided ideal is simply a left ideal that is two-sided.