Theorems · Theorem · linear algebra
Matrix.charpoly_coeff_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 ≤ Fintype.card n,
M.charpoly.coeff (Fintype.card n - k) =
(-1) ^ k * ∑ s ∈ Finset.powersetCard k Finset.univ, (M.submatrix Subtype.val Subtype.val).detThe coefficients of the characteristic polynomial are signed sums of principal minors.
Specifically, the (n-k)-th coefficient of the characteristic polynomial of M equals
(-1)^k times the sum of all k×k principal minors of M.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 118 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.
Cites37
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- Finsetstatement and proof · cited by 13,712
- Fintypestatement and proof · cited by 7,736
- Polynomialproof · 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
- Nontrivialproof · cited by 2,416
- Finset.sum_congrproof · cited by 2,323
- Polynomial.Xproof · cited by 1,639
- Polynomial.Cproof · cited by 1,598
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.