Theorems · Theorem · linear algebra
Matrix.det_one_add_X_smul
∀ {R : Type u} [inst : CommRing R] {n : Type v} [inst_1 : DecidableEq n] [inst_2 : Fintype n] (M : Matrix n n R),
(1 + Polynomial.X • M.map ⇑Polynomial.C).det =
1 + M.trace • Polynomial.X + (1 + Polynomial.X • M.map ⇑Polynomial.C).det.divX.divX * Polynomial.X ^ 2- Cited by
- 1 results in Mathlib
- Foundations
- Depth 131 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.
Cites30
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
- RingHomstatement and proof · cited by 10,189
- Fintypestatement and proof · cited by 7,736
- Polynomialstatement and proof · cited by 5,681
- Matrixstatement and proof · cited by 4,303
- mul_assocproof · cited by 1,667
- Polynomial.Xstatement and proof · cited by 1,639
- Polynomial.Cstatement and proof · cited by 1,598
- add_commproof · cited by 1,535
- Polynomial.coeffproof · cited by 1,045
- Polynomial.evalproof · cited by 796
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.det_one_add_smulproof · cited by 1