Theorems · Theorem · linear algebra
Matrix.det_zero_of_row_eq
∀ {n : Type u_2} [inst : DecidableEq n] [inst_1 : Fintype n] {R : Type v} [inst_2 : CommRing R] {M : Matrix n n R}
{i j : n}, i ≠ j → M i = M j → M.det = 0If a matrix has a repeated row, the determinant will be zero.
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 87 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
- Matrix.detstatement · cited by 665
- Matrix.detRowAlternatingproof · cited by 14
- AlternatingMap.map_eq_zero_of_eqproof · cited by 10
Cited by6
Results whose statement or proof uses this declaration.
- Matrix.det_updateRow_add_smul_selfproof · cited by 4
- Matrix.det_zero_of_column_eqproof · cited by 2
- Matrix.cramer_transpose_row_selfproof · cited by 2
- Matrix.det_updateRow_add_selfproof · cited by 1
- Matrix.det_updateRow_eq_zeroproof · cited by 1
- Matrix.det_vandermonde_eq_zero_iffproof · cited by 0