Mathlib Map

Theorems · Definition · ring theory

MonoidAlgebra.map

{R : Type u_3} →
  {S : Type u_4} →
    {M : Type u_6} → [inst : Semiring R] → [inst_1 : Semiring S] → (R →+ S) → MonoidAlgebra R M → MonoidAlgebra S M

Given a map f : R →+ S, return the corresponding map R[M] → S[M] obtained by mapping each coefficient along f.

Defined in
Mathlib.Algebra.MonoidAlgebra.MapDomain
Cited by
17 results in Mathlib
Foundations
Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringSemiring

Around this declaration

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

Cites6

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

Cited by19

Results whose statement or proof uses this declaration.