Mathlib Map

Theorems · Theorem · linear algebra

Matrix.mem_range_scalar_of_commute_single

∀ {n : Type u_3} {α : Type u_7} [inst : DecidableEq n] [inst_1 : Fintype n] [inst_2 : Semiring α] {M : Matrix n n α},
  (Pairwise fun i j => Commute (Matrix.single i j 1) M) → M ∈ Set.range ⇑(Matrix.scalar n)

M is a scalar matrix if it commutes with every non-diagonal single.

Defined in
Mathlib.Data.Matrix.Basis
Cited by
2 results in Mathlib
Foundations
Depth 77 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.

Cites20

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

Cited by2

Results whose statement or proof uses this declaration.