Theorems · Definition · linear algebra
Matrix.charpolyRev
{R : Type u} → [inst : CommRing R] → {n : Type v} → [DecidableEq n] → [Fintype n] → Matrix n n R → Polynomial RThe reverse of the characteristic polynomial of a matrix. It has some advantages over the characteristic polynomial, including the fact that it can be extended to infinite dimensions (for appropriate operators). In such settings it is known as the "characteristic power series".
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 101 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.
Cites9
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
- Fintypestatement and proof · cited by 7,736
- Polynomialstatement · cited by 5,681
- Matrixstatement and proof · cited by 4,303
- Polynomial.Xproof · cited by 1,639
- Polynomial.Cproof · cited by 1,598
- Matrix.detproof · cited by 665
- Matrix.mapproof · cited by 247
Cited by9
Results whose statement or proof uses this declaration.
- Matrix.reverse_charpolystatement and proof · cited by 3
- Matrix.isNilpotent_trace_of_isNilpotentproof · cited by 3
- Matrix.isUnit_charpolyRev_of_isNilpotentstatement and proof · cited by 2
- Matrix.coeff_charpolyRev_eq_neg_tracestatement and proof · cited by 1
- Matrix.eval_charpolyRevstatement · cited by 1
- Matrix.isNilpotent_charpoly_sub_pow_of_isNilpotentproof · cited by 1
- Matrix.charpolyRev.congr_simpstatement and proof · cited by 0
- Matrix.charpoly_coeff_eq_sum_minorsproof · cited by 0
- Matrix.charpoly_invstatement · cited by 0