Theorems · Theorem · ring theory
MonoidAlgebra.liftNCRingHom_single
∀ {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) (h_comm : ∀ (x : k) (y : G), Commute (f x) (g y)) (a : G) (b : k),
(MonoidAlgebra.liftNCRingHom f g h_comm) (MonoidAlgebra.single a b) = f b * g a- Defined in
- Mathlib.Algebra.MonoidAlgebra.Lift
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Semiringstatement and proof · cited by 13,802
- RingHomstatement and proof · cited by 10,189
- Monoidstatement and proof · cited by 3,887
- MonoidHomstatement and proof · cited by 3,629
- Commutestatement and proof · cited by 639
- MonoidAlgebrastatement · cited by 590
- MonoidAlgebra.singlestatement · cited by 253
- AddMonoidHomClass.toAddMonoidHomproof · cited by 232
- MonoidAlgebra.liftNC_singleproof · cited by 6
- MonoidAlgebra.liftNCRingHomstatement · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.