Theorems · Definition · ring theory
MonoidAlgebra.liftNC
{k : Type u₁} →
{G : Type u₂} →
{R : Type u_2} →
[inst : Semiring k] → [inst_1 : NonUnitalNonAssocSemiring R] → (k →+ R) → (G → R) → MonoidAlgebra k G →+ RA non-commutative version of MonoidAlgebra.lift: given an additive homomorphism f : k →+ R
and a homomorphism g : G → R, returns the additive homomorphism from
k[G] such that liftNC f g (single a b) = f b * g a. If f is a ring homomorphism
and the range of either f or g is in center of R, then the result is a ring homomorphism. If
R is a k-algebra and f = algebraMap k R, then the result is an algebra homomorphism called
MonoidAlgebra.lift.
- Defined in
- Mathlib.Algebra.MonoidAlgebra.Lift
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 75 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.
- DFunLike.coeproof · cited by 62,936
- Semiringstatement and proof · cited by 13,802
- AddMonoidHomstatement and proof · cited by 3,230
- NonUnitalNonAssocSemiringstatement and proof · cited by 1,081
- MonoidAlgebrastatement · cited by 590
- AddMonoidHom.compproof · cited by 339
- AddEquiv.toAddMonoidHomproof · cited by 101
- AddMonoidHom.mulRightproof · cited by 20
- Finsupp.liftAddHomproof · cited by 12
- MonoidAlgebra.coeffAddEquivproof · cited by 11
Cited by7
Results whose statement or proof uses this declaration.
- MonoidAlgebra.liftNC_singlestatement · cited by 6
- MonoidAlgebra.lift_defstatement · cited by 1
- MonoidAlgebra.liftNCRingHomproof · cited by 1
- MonoidAlgebra.liftNC_onestatement · cited by 1
- MonoidAlgebra.coe_liftNCAlgHomstatement · cited by 0
- MonoidAlgebra.liftNC_mulstatement and proof · cited by 0
- MonoidAlgebra.liftNC_smulstatement and proof · cited by 0