Theorems · Definition · ring theory
SkewMonoidAlgebra.liftNC
{k : Type u_1} →
{G : Type u_2} →
[inst : AddCommMonoid k] →
{R : Type u_5} → [inst_1 : NonUnitalNonAssocSemiring R] → (k →+ R) → (G → R) → SkewMonoidAlgebra k G →+ RA non-commutative version of SkewMonoidAlgebra.lift: given an additive homomorphism
f : k →+ R and a homomorphism g : G → R, returns the additive homomorphism from
SkewMonoidAlgebra k G such that liftNC f g (single a b) = f b * g a.
If k is a semiring and f is a ring homomorphism and for all x : R, y : G the equality
(f (y • x)) * g y = (g y) * (f x)) holds, then the result is a ring homomorphism (see
SkewMonoidAlgebra.liftNCRingHom).
If R is a k-algebra and f = algebraMap k R, then the result is an algebra homomorphism called
SkewMonoidAlgebra.lift.
- Defined in
- Mathlib.Algebra.SkewMonoidAlgebra.Basic
- 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
- AddCommMonoidstatement and proof · cited by 12,281
- AddMonoidHomstatement and proof · cited by 3,230
- NonUnitalNonAssocSemiringstatement and proof · cited by 1,081
- AddMonoidHom.compproof · cited by 339
- SkewMonoidAlgebrastatement · cited by 216
- AddEquiv.toAddMonoidHomproof · cited by 101
- AddMonoidHom.mulRightproof · cited by 20
- Finsupp.liftAddHomproof · cited by 12
- SkewMonoidAlgebra.coeffAddEquivproof · cited by 9
Cited by7
Results whose statement or proof uses this declaration.
- SkewMonoidAlgebra.liftNC_singlestatement · cited by 5
- SkewMonoidAlgebra.lift_defstatement · cited by 1
- SkewMonoidAlgebra.liftNC_smulstatement and proof · cited by 0
- SkewMonoidAlgebra.eq_liftNCstatement · cited by 0
- SkewMonoidAlgebra.liftNCRingHomproof · cited by 0
- SkewMonoidAlgebra.liftNC_mulstatement and proof · cited by 0
- SkewMonoidAlgebra.liftNC_onestatement · cited by 0