Theorems · Definition · ring theory
TwoSidedIdeal.equivMatrix
{R : Type u_1} →
{n : Type u_2} →
[inst : NonAssocRing R] →
[inst_1 : Fintype n] → [Nonempty n] → [DecidableEq n] → TwoSidedIdeal R ≃ TwoSidedIdeal (Matrix n n R)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\}$.
- Defined in
- Mathlib.LinearAlgebra.Matrix.Ideal
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Equivstatement · cited by 8,337
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- NonAssocRingstatement and proof · cited by 483
- TwoSidedIdealstatement and proof · cited by 151
- TwoSidedIdeal.ringConproof · cited by 40
- TwoSidedIdeal.matrixproof · cited by 10
- RingCon.ofMatrixproof · cited by 6
Cited by5
Results whose statement or proof uses this declaration.
- TwoSidedIdeal.orderIsoMatrixproof · cited by 2
- TwoSidedIdeal.equivMatrix_symm_apply_ringConstatement and proof · cited by 1
- TwoSidedIdeal.coe_equivMatrix_symm_applystatement and proof · cited by 0
- TwoSidedIdeal.equivMatrix_applystatement and proof · cited by 0
- TwoSidedIdeal.equivMatrix.congr_simpstatement and proof · cited by 0