Theorems · Theorem · linear algebra
Matrix.det_updateCol_smul
∀ {n : Type u_2} [inst : DecidableEq n] [inst_1 : Fintype n] {R : Type v} [inst_2 : CommRing R] (M : Matrix n n R)
(j : n) (s : R) (u : n → R), (M.updateCol j (s • u)).det = s * (M.updateCol j u).det- Cited by
- 2 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.
Cites11
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 and proof · cited by 665
- Matrix.transposeproof · cited by 389
- Matrix.det.congr_simpproof · cited by 91
- Matrix.updateRowproof · cited by 63
- Matrix.det_transposeproof · cited by 51
- Matrix.updateColstatement and proof · cited by 45
- Matrix.updateRow_transposeproof · cited by 12
- Matrix.det_updateRow_smulproof · cited by 5
Cited by2
Results whose statement or proof uses this declaration.
- Polynomial.resultant_C_mul_rightproof · cited by 5
- Matrix.cramerMap_is_linearproof · cited by 1