Theorems · Theorem · linear algebra
LinearMap.aeval_self_charpoly
∀ {R : Type u} {M : Type v} [inst : CommRing R] [inst_1 : AddCommGroup M] [inst_2 : Module R M]
[inst_3 : Module.Free R M] [inst_4 : Module.Finite R M] (f : M →ₗ[R] M), (Polynomial.aeval f) f.charpoly = 0The Cayley-Hamilton Theorem, that the characteristic polynomial of a linear map, applied
to the linear map itself, is zero.
See Matrix.aeval_self_charpoly for the equivalent statement about matrices.
- Defined in
- Mathlib.LinearAlgebra.Charpoly.Basic
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 126 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement and proof · cited by 10,215
- Polynomialstatement and proof · cited by 5,681
- Matrixproof · cited by 4,303
- AlgHomstatement · cited by 3,236
- Module.Finitestatement and proof · cited by 1,032
- Module.Endproof · cited by 774
- Polynomial.aevalstatement and proof · cited by 615
Cited by6
Results whose statement or proof uses this declaration.
- LinearMap.charpoly_nilpotent_tfaeproof · cited by 2
- LinearMap.aeval_eq_aeval_mod_charpolyproof · cited by 1
- LinearMap.minpoly_dvd_charpolyproof · cited by 1
- LinearMap.isNilpotent_iff_charpolyproof · cited by 1
- LinearMap.isIntegralproof · cited by 1
- Algebra.aeval_self_charpoly_lmulproof · cited by 0