Documentation

Mathlib.LinearAlgebra.Charpoly.BaseChange

The characteristic polynomial of base change #

@[simp]
theorem LinearMap.charpoly_baseChange {R : Type u_1} {M : Type u_2} [CommRing R] [AddCommGroup M] [Module R M] [Module.Free R M] [Module.Finite R M] (f : M →ₗ[R] M) (A : Type u_3) [CommRing A] [Algebra R A] :
theorem LinearMap.det_baseChange {R : Type u_1} {M : Type u_2} [CommRing R] [AddCommGroup M] [Module R M] [Module.Free R M] [Module.Finite R M] {A : Type u_3} [CommRing A] [Algebra R A] (f : M →ₗ[R] M) :

Also see LinearMap.trace_baseChange in Mathlib/LinearAlgebra/Trace