Theorems · Definition · linear algebra
LinearMap.polyCharpolyAux
{R : Type u_1} →
{L : Type u_2} →
{M : Type u_3} →
{ι : Type u_5} →
{ιM : Type u_7} →
[inst : CommRing R] →
[inst_1 : AddCommGroup L] →
[inst_2 : Module R L] →
[inst_3 : AddCommGroup M] →
[inst_4 : Module R M] →
(L →ₗ[R] Module.End R M) →
[Fintype ι] →
[Fintype ιM] →
[DecidableEq ι] →
[DecidableEq ιM] → Module.Basis ι R L → Module.Basis ιM R M → Polynomial (MvPolynomial ι R)(Implementation detail, see LinearMap.polyCharpoly.)
Let L and M be finite free modules over R,
and let φ : L →ₗ[R] Module.End R M be a linear map.
Let b be a basis of L and bₘ a basis of M.
Then LinearMap.polyCharpolyAux φ b bₘ is the polynomial that evaluates on elements x of L
to the characteristic polynomial of φ x acting on M.
This definition does not depend on the choice of bₘ
(see LinearMap.polyCharpolyAux_basisIndep).
- Cited by
- 10 results in Mathlib
- Foundations
- Depth 104 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- 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
- Fintypestatement and proof · cited by 7,736
- Polynomialstatement · cited by 5,681
- Finsuppstatement · cited by 5,255
- MvPolynomialstatement · cited by 2,140
- Module.Basisstatement and proof · cited by 1,477
- Polynomial.mapproof · cited by 806
- Module.Endstatement and proof · cited by 774
Cited by11
Results whose statement or proof uses this declaration.
- LinearMap.polyCharpolyproof · cited by 28
- LinearMap.polyCharpolyAux_map_eq_charpolystatement and proof · cited by 3
- LinearMap.polyCharpolyAux_baseChangestatement · cited by 2
- LinearMap.polyCharpolyAux_basisIndepstatement and proof · cited by 2
- LinearMap.polyCharpolyAux_map_eq_toMatrix_charpolystatement · cited by 2
- LinearMap.polyCharpolyAux_coeff_evalstatement and proof · cited by 1
- LinearMap.polyCharpolyAux_map_aevalstatement and proof · cited by 1
- LinearMap.polyCharpolyAux_map_evalstatement and proof · cited by 1
- LinearMap.polyCharpolyAux.congr_simpstatement and proof · cited by 0
- LinearMap.polyCharpolyAux_eval_eq_toMatrix_charpoly_coeffstatement and proof · cited by 0
- LinearMap.polyCharpoly_baseChangeproof · cited by 0