Mathlib Map

Theorems · Theorem · linear algebra

matPolyEquiv_smul_one

∀ {R : Type u_1} [inst : CommSemiring R] {n : Type w} [inst_1 : DecidableEq n] [inst_2 : Fintype n] (p : Polynomial R),
  matPolyEquiv (p • 1) = Polynomial.map (algebraMap R (Matrix n n R)) p
Defined in
Mathlib.RingTheory.MatrixPolynomialAlgebra
Cited by
3 results in Mathlib
Foundations
Depth 124 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiringDecidableEqFintype

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.

Cited by3

Results whose statement or proof uses this declaration.