Theorems · Theorem · linear algebra
Matrix.det_mul_row
∀ {n : Type u_2} [inst : DecidableEq n] [inst_1 : Fintype n] {R : Type v} [inst_2 : CommRing R] (v : n → R)
(A : Matrix n n R), (Matrix.of fun i j => v j * A i j).det = (∏ i, v i) * A.detMultiplying each row by a fixed v i multiplies the determinant by
the product of the vs.
- Cited by
- 0 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.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- Equivstatement · cited by 8,337
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- Finset.univstatement and proof · cited by 3,473
- Finset.prodstatement and proof · cited by 2,356
- mul_commproof · cited by 2,262
- Matrix.detstatement and proof · cited by 665
- Matrix.extproof · cited by 540
- Matrix.ofstatement · cited by 336
- Matrix.diagonalproof · cited by 314
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.