Theorems · Definition · linear algebra
Matrix.charpoly.univ
(R : Type u_1) → (n : Type u_3) → [inst : CommRing R] → [Fintype n] → [DecidableEq n] → Polynomial (MvPolynomial (n × n) R)
The universal characteristic polynomial for n × n-matrices,
is the characteristic polynomial of Matrix.mvPolynomialX n n ℤ with entries Xᵢⱼ.
Its i-th coefficient is a homogeneous polynomial of degree n - i,
see Matrix.charpoly.univ_coeff_isHomogeneous.
By evaluating the coefficients at the entries of a matrix M,
one obtains the characteristic polynomial of M,
see Matrix.charpoly.univ_map_eval₂Hom.
- Cited by
- 13 results in Mathlib
- Foundations
- Depth 103 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRingFintypeDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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
- Polynomialstatement · cited by 5,681
- Finsuppstatement · cited by 5,255
- MvPolynomialstatement · cited by 2,140
- Matrix.charpolyproof · cited by 82
- Matrix.mvPolynomialXproof · cited by 13
Cited by14
Results whose statement or proof uses this declaration.
- LinearMap.polyCharpolyAuxproof · cited by 10
- Matrix.charpoly.univ_map_eval₂Homstatement · cited by 3
- Matrix.charpoly.univ_monicstatement · cited by 3
- Matrix.charpoly.univ_natDegreestatement · cited by 2
- LinearMap.polyCharpolyAux_baseChangeproof · cited by 2
- LinearMap.polyCharpoly_coeff_isHomogeneousproof · cited by 2
- LinearMap.polyCharpolyAux_map_eq_toMatrix_charpolyproof · cited by 2
- Matrix.charpoly.univ_map_mapstatement and proof · cited by 2
- LinearMap.polyCharpoly_coeff_eq_zero_of_basisproof · cited by 1
- Matrix.charpoly.optionEquivLeft_symm_univ_isHomogeneousstatement · cited by 1
- Matrix.charpoly.univ_coeff_isHomogeneousstatement · cited by 1
- Matrix.charpoly.univ_coeff_cardstatement and proof · cited by 0