Mathlib Map

Theorems · Theorem · linear algebra

Matrix.row_eq_zero_of_commute_single

∀ {n : Type u_3} {α : Type u_7} [inst : DecidableEq n] [inst_1 : Fintype n] [inst_2 : Semiring α] {i j k : n}
  {M : Matrix n n α}, Commute (Matrix.single i j 1) M → k ≠ j → M j k = 0
Defined in
Mathlib.Data.Matrix.Basis
Cited by
1 results in Mathlib
Foundations
Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
DecidableEqFintypeSemiring

Around this declaration

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

Cites9

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.