Theorems · Definition · linear algebra
matPolyEquiv
{R : Type u_1} →
[inst : CommSemiring R] →
{n : Type w} →
[inst_1 : DecidableEq n] → [inst_2 : Fintype n] → Matrix n n (Polynomial R) ≃ₐ[R] Polynomial (Matrix n n R)The algebra isomorphism stating "matrices of polynomials are the same as polynomials of matrices".
(You probably shouldn't attempt to use this underlying definition it's an algebra equivalence, and characterised extensionally by the lemma
matPolyEquiv_coeff_apply below.)
- Cited by
- 23 results in Mathlib
- Foundations
- Depth 120 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommSemiringstatement and proof · cited by 10,911
- Fintypestatement and proof · cited by 7,736
- Polynomialstatement and proof · cited by 5,681
- Matrixstatement and proof · cited by 4,303
- AlgEquivstatement · cited by 1,681
- AlgEquiv.symmproof · cited by 615
- AlgEquiv.transproof · cited by 108
- Algebra.TensorProduct.commproof · cited by 38
- polyEquivTensorproof · cited by 8
- matrixEquivTensorproof · cited by 5
Cited by24
Results whose statement or proof uses this declaration.
- Matrix.aeval_self_charpolyproof · cited by 6
- matPolyEquiv_coeff_applystatement and proof · cited by 5
- RingHom.polyToMatrixproof · cited by 5
- matPolyEquiv_symm_Cstatement · cited by 4
- matPolyEquiv_symm_Xstatement · cited by 4
- matPolyEquiv_smul_onestatement · cited by 3
- eval_detstatement and proof · cited by 3
- Matrix.matPolyEquiv_charmatrixstatement · cited by 3
- FiniteField.Matrix.charpoly_pow_cardproof · cited by 2
- evalRingHom_mapMatrix_comp_polyToMatrixproof · cited by 2
- eval_det_add_X_smulproof · cited by 2
- Algebra.Norm.Transitivity.polyToMatrix_cornerAddXproof · cited by 1