Theorems · Definition · ring theory
AddMonoidAlgebra.liftNC
{k : Type u₁} →
{G : Type u₂} →
{R : Type u_2} →
[inst : Semiring k] →
[inst_1 : NonUnitalNonAssocSemiring R] → (k →+ R) → (Multiplicative G → R) → AddMonoidAlgebra k G →+ RA non-commutative version of AddMonoidAlgebra.lift: given an additive homomorphism
f : k →+ R and a map g : Multiplicative 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 AddMonoidAlgebra.lift.
- Defined in
- Mathlib.Algebra.MonoidAlgebra.Lift
- Cited by
- 7 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.
Cites12
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
- Multiplicativestatement and proof · cited by 875
- AddMonoidAlgebrastatement · cited by 649
- AddMonoidHom.compproof · cited by 339
- Multiplicative.ofAddproof · cited by 237
- AddEquiv.toAddMonoidHomproof · cited by 101
- AddMonoidHom.mulRightproof · cited by 20
- Finsupp.liftAddHomproof · cited by 12
- AddMonoidAlgebra.coeffAddEquivproof · cited by 12
Cited by8
Results whose statement or proof uses this declaration.
- AddMonoidAlgebra.liftNC_singlestatement · cited by 4
- AddMonoidAlgebra.liftNCRingHomproof · cited by 1
- AddMonoidAlgebra.liftNC_mulstatement and proof · cited by 1
- Polynomial.eval₂_ofFinsuppstatement and proof · cited by 1
- AddMonoidAlgebra.coe_liftNCAlgHomstatement · cited by 0
- AddMonoidAlgebra.liftNC_onestatement · cited by 0
- AddMonoidAlgebra.liftNC_smulstatement and proof · cited by 0
- AddMonoidAlgebra.lift_defstatement · cited by 0