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).detOn square matrices, mul_comm applies under det.
- 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.
- CommRingstatement and proof · cited by 17,173
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- mul_commproof · cited by 2,262
- Matrix.detstatement and proof · cited by 665
- Matrix.det_mulproof · cited by 51
Cited by3
Results whose statement or proof uses this declaration.
- Matrix.charpoly_mul_comm'proof · cited by 2
- Matrix.det_mul_right_commproof · cited by 1
- Matrix.det_mul_left_commproof · cited by 0