Theorems · Theorem · linear algebra
Matrix.coeff_det_one_add_X_smul_eq_sum_minors
∀ {R : Type u} [inst : CommRing R] {n : Type v} [inst_1 : DecidableEq n] [inst_2 : Fintype n] (M : Matrix n n R)
(k : ℕ),
(1 + Polynomial.X • M.map ⇑Polynomial.C).det.coeff k =
∑ s ∈ Finset.powersetCard k Finset.univ, (M.submatrix Subtype.val Subtype.val).detThe k-th coefficient of det (1 + X • M) equals the sum of all k×k principal minors of M.
This generalizes coeff_det_one_add_X_smul_one (the k = 1 case, which gives the trace)
and det_eq_sign_charpoly_coeff (the k = n case, which gives the determinant).
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 103 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.
Cites46
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
- Semiringproof · cited by 13,802
- Finsetstatement and proof · cited by 13,712
- AddCommMonoidproof · cited by 12,281
- RingHomstatement · cited by 10,189
- Fintypestatement and proof · cited by 7,736
- Polynomialstatement and proof · cited by 5,681
- Finset.sumstatement and proof · cited by 5,195
- Matrixstatement and proof · cited by 4,303
- Finset.univstatement and proof · cited by 3,473
- one_mulproof · cited by 2,841
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.charpoly_coeff_eq_sum_minorsproof · cited by 0