Theorems · Theorem · ring theory
MonoidAlgebra.liftNC_mul
∀ {k : Type u₁} {G : Type u₂} {R : Type u_2} [inst : Semiring k] [inst_1 : Mul G] [inst_2 : Semiring R]
{g_hom : Type u_6} [inst_3 : FunLike g_hom G R] [MulHomClass g_hom G R] (f : k →+* R) (g : g_hom)
(a b : MonoidAlgebra k G),
(∀ {x y : G}, y ∈ a.coeff.support → Commute (f (b.coeff x)) (g y)) →
(MonoidAlgebra.liftNC ↑f ⇑g) (a * b) = (MonoidAlgebra.liftNC ↑f ⇑g) a * (MonoidAlgebra.liftNC ↑f ⇑g) b- Defined in
- Mathlib.Algebra.MonoidAlgebra.Lift
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
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
- Finsetstatement · cited by 13,712
- RingHomstatement and proof · cited by 10,189
- Finsuppstatement · cited by 5,255
- AddMonoidHomstatement · cited by 3,230
- FunLikestatement and proof · cited by 2,560
- Finset.sum_congrproof · cited by 2,323
- mul_assocproof · cited by 1,667
- map_mulproof · cited by 1,137
- Finsupp.supportstatement and proof · cited by 828
- Commutestatement and proof · cited by 639
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.