Theorems · Theorem · linear algebra
Matrix.det_updateRow_smul_left
∀ {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), ((s • M).updateRow j u).det = s ^ (Fintype.card n - 1) * (M.updateRow j u).det- Cited by
- 1 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.
Cites9
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
- Fintype.cardstatement · cited by 1,386
- Matrix.detstatement · cited by 665
- Matrix.updateRowstatement · cited by 63
- AlternatingMap.toMultilinearMapproof · cited by 53
- Matrix.detRowAlternatingproof · cited by 14
- MultilinearMap.map_update_smul_leftproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.det_updateCol_smul_leftproof · cited by 1