Ideals in a matrix ring #
This file defines left (resp. two-sided) ideals in a matrix semiring (resp. ring) over left (resp. two-sided) ideals in the base semiring (resp. ring). We also characterize Jacobson radicals of ideals in such rings.
Main results #
TwoSidedIdeal.equivMatricesOver
andTwoSidedIdeal.orderIsoMatricesOver
establish an order isomorphism between two-sided ideals in $R$ and those in $Mₙ(R)$.TwoSidedIdeal.jacobson_matricesOver
shows that $J(Mₙ(I)) = Mₙ(J(I))$ for any two-sided ideal $I ≤ R$.
Left ideals in a matrix semiring #
The left ideal of matrices with entries in I ≤ R
.
Equations
Instances For
Jacobson radicals of left ideals in a matrix ring #
A standard basis matrix is in $J(Mₙ(I))$ as long as its one possibly non-zero entry is in $J(I)$.
For any left ideal $I ≤ R$, we have $Mₙ(J(I)) ≤ J(Mₙ(I))$.
Two-sided ideals in a matrix ring #
The ring congruence of matrices with entries related by c
.
Equations
- RingCon.matrix n c = { r := fun (M N : Matrix n n R) => ∀ (i j : n), c (M i j) (N i j), iseqv := ⋯, mul' := ⋯, add' := ⋯ }
Instances For
The congruence relation induced by c
on stdBasisMatrix i j
.
Equations
- c.ofMatrix = { r := fun (x y : R) => ∀ (i j : n), c (Matrix.stdBasisMatrix i j x) (Matrix.stdBasisMatrix i j y), iseqv := ⋯, mul' := ⋯, add' := ⋯ }
Instances For
Note that this does not apply to a non-unital ring, with counterexample where the elementwise
congruence relation !![⊤,⊤;⊤,(· ≡ · [PMOD 4])]
is a ring congruence over
Matrix (Fin 2) (Fin 2) 2ℤ
.
A version of ofMatrix_rel
for a single matrix index, rather than all indices.
The two-sided ideal of matrices with entries in I ≤ R
.
Equations
- TwoSidedIdeal.matricesOver n I = { ringCon := RingCon.matrix n I.ringCon }
Instances For
Two-sided ideals in $R$ correspond bijectively to those in $Mₙ(R)$. Given an ideal $I ≤ R$, we send it to $Mₙ(I)$. Given an ideal $J ≤ Mₙ(R)$, we send it to $\{Nᵢⱼ ∣ ∃ N ∈ J\}$.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Two-sided ideals in $R$ are order-isomorphic with those in $Mₙ(R)$.
See also equivMatricesOver
.
Equations
- TwoSidedIdeal.orderIsoMatricesOver = { toEquiv := TwoSidedIdeal.equivMatricesOver, map_rel_iff' := ⋯ }
Instances For
Jacobson radicals of two-sided ideals in a matrix ring #
For any two-sided ideal $I ≤ R$, we have $J(Mₙ(I)) = Mₙ(J(I))$.