Mathlib Map

Theorems · Definition · linear algebra

LinearMap.charpoly

{R : Type u} →
  {M : Type v} →
    [inst : CommRing R] →
      [inst_1 : AddCommGroup M] →
        [inst_2 : Module R M] → [Module.Free R M] → [Module.Finite R M] → (M →ₗ[R] M) → Polynomial R

The characteristic polynomial of f : M →ₗ[R] M.

Defined in
Mathlib.LinearAlgebra.Charpoly.Basic
Cited by
67 results in Mathlib
Foundations
Depth 103 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingAddCommGroupModuleModule.FreeModule.Finite

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

LinearMap.charpoly_toMatrix · cited by 9LinearMap.charpoly_toMatr…LinearMap.charpoly_monic · cited by 6LinearMap.charpoly_monicLinearMap.aeval_self_charpoly · cited by 6LinearMap.aeval_self_char…LinearMap.IsNilRegular · cited by 5LinearMap.IsNilRegularLinearMap.IsSymmetric.roots_charpoly_eq_eigenvalues · cited by 4IsSymmetric.roots_charpol…LinearMap.charpoly_natDegree · cited by 3LinearMap.charpoly_natDeg…LinearMap.nilRank_le_natTrailingDegree_charpoly · cited by 3LinearMap.nilRank_le_natT…LinearMap.polyCharpolyAux_map_eq_charpoly · cited by 3LinearMap.polyCharpolyAux…LinearMap.isNilRegular_iff_coeff_polyCharpoly_nilRank_ne_zero · cited by 3LinearMap.isNilRegular_if…LinearMap.det_eq_sign_charpoly_coeff · cited by 2LinearMap.det_eq_sign_cha…LinearMap.charpoly_baseChange · cited by 2LinearMap.charpoly_baseCh…LinearMap.charpoly_def · cited by 2LinearMap.charpoly_defLinearMap.charpoly_nilpotent_tfae · cited by 2LinearMap.charpoly_nilpot…LinearMap.charpoly_sub_smul · cited by 2LinearMap.charpoly_sub_sm…LinearMap.not_hasEigenvalue_zero_tfae · cited by 2LinearMap.not_hasEigenval…DFunLike.coe · cited by 62936DFunLike.coeModule · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idCommRing · cited by 17173CommRingAddCommGroup · cited by 12871AddCommGroupLinearMap · cited by 10215LinearMapPolynomial · cited by 5681PolynomialModule.Finite · cited by 1032Module.FiniteModule.Free · cited by 597Module.FreeLinearMap.toMatrix · cited by 180LinearMap.toMatrixModule.Free.chooseBasis · cited by 121Free.chooseBasisMatrix.charpoly · cited by 82Matrix.charpolyLinearMap.charpolyCITED BYCITES

Cites12

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by68

Results whose statement or proof uses this declaration.