Theorems · Theorem · linear algebra
Matrix.det_piecewise_one_eq_submatrix_det
∀ {R : Type u} [inst : CommRing R] {n : Type v} [inst_1 : DecidableEq n] [inst_2 : Fintype n] (M : Matrix n n R)
(s : Finset n), (Matrix.of (s.piecewise M.row (Matrix.row 1))).det = (M.submatrix Subtype.val Subtype.val).detThe determinant of the matrix obtained by replacing rows outside s with identity rows
equals the determinant of the principal submatrix indexed by s.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 91 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRingDecidableEqFintype
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.
- DFunLike.coestatement and proof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- Finsetstatement and proof · cited by 13,712
- Equivstatement and proof · cited by 8,337
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- mul_oneproof · cited by 3,885
- Matrix.detstatement and proof · cited by 665
- Matrix.extproof · cited by 540
- Subtype.propproof · cited by 505
- Matrix.ofstatement and proof · cited by 336
- Matrix.submatrixstatement and proof · cited by 183
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.coeff_det_one_add_X_smul_eq_sum_minorsproof · cited by 1