Mathlib Map

Theorems · Theorem · field theory

Polynomial.mapAlg_eq_map

∀ {R : Type u} [inst : CommSemiring R] (S : Type v) [inst_1 : Semiring S] [inst_2 : Algebra R S] (p : Polynomial R),
  (Polynomial.mapAlg R S) p = Polynomial.map (algebraMap R S) p

mapAlg is the morphism induced by R → S.

Defined in
Mathlib.Algebra.Polynomial.AlgebraMap
Cited by
9 results in Mathlib
Foundations
Depth 111 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiringSemiringAlgebra

Around this declaration

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

Cites9

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

Cited by9

Results whose statement or proof uses this declaration.