Results on characteristic polynomials and traces over finite fields. #
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
@[simp]
theorem
finite_field.matrix.charpoly_pow_card
{n : Type u_1}
[decidable_eq n]
[fintype n]
{K : Type u_2}
[field K]
[fintype K]
(M : matrix n n K) :
(M ^ fintype.card K).charpoly = M.charpoly
theorem
finite_field.trace_pow_card
{n : Type u_1}
[decidable_eq n]
[fintype n]
{K : Type u_2}
[field K]
[fintype K]
(M : matrix n n K) :
(M ^ fintype.card K).trace = M.trace ^ fintype.card K