Mathlib Map

Theorems · Theorem · linear algebra

Matrix.det_mul_comm

∀ {m : Type u_1} [inst : DecidableEq m] [inst_1 : Fintype m] {R : Type v} [inst_2 : CommRing R] (M N : Matrix m m R),
  (M * N).det = (N * M).det

On square matrices, mul_comm applies under det.

Defined in
Mathlib.LinearAlgebra.Matrix.Determinant.Basic
Cited by
3 results in Mathlib
Foundations
Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
DecidableEqFintypeCommRing

Around this declaration

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

Cites6

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

Cited by3

Results whose statement or proof uses this declaration.