Mathlib Map

Theorems · Theorem · ring theory

Ideal.single_mem_jacobson_matrix

∀ {R : Type u_1} [inst : Ring R] {n : Type u_2} [inst_1 : Fintype n] [inst_2 : DecidableEq n] (I : Ideal R),
  ∀ x ∈ I.jacobson, ∀ (i j : n), Matrix.single i j x ∈ (Ideal.matrix n I).jacobson

A standard basis matrix is in $J(Mₙ(I))$ as long as its one possibly non-zero entry is in $J(I)$.

Defined in
Mathlib.LinearAlgebra.Matrix.Ideal
Cited by
1 results in Mathlib
Foundations
Depth 84 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RingFintypeDecidableEq

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites46

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.