Mathlib Map

Theorems · Definition · ring theory

MonoidAlgebra.liftNCRingHom

{k : Type u₁} →
  {G : Type u₂} →
    {R : Type u_2} →
      [inst : Semiring k] →
        [inst_1 : Monoid G] →
          [inst_2 : Semiring R] →
            (f : k →+* R) → (g : G →* R) → (∀ (x : k) (y : G), Commute (f x) (g y)) → MonoidAlgebra k G →+* R

liftNC as a RingHom, for when f x and g y commute

Defined in
Mathlib.Algebra.MonoidAlgebra.Lift
Cited by
1 results in Mathlib
Foundations
Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringMonoidSemiring

Around this declaration

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

Cites12

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.