Theorems · Theorem · ring theory
AddMonoidAlgebra.liftNC_mul
∀ {k : Type u₁} {G : Type u₂} {R : Type u_2} [inst : Semiring k] [inst_1 : Add G] [inst_2 : Semiring R]
{g_hom : Type u_6} [inst_3 : FunLike g_hom (Multiplicative G) R] [MulHomClass g_hom (Multiplicative G) R]
(f : k →+* R) (g : g_hom) (a b : AddMonoidAlgebra k G),
(∀ {x y : G}, y ∈ a.coeff.support → Commute (f (b.coeff x)) (g (Multiplicative.ofAdd y))) →
(AddMonoidAlgebra.liftNC ↑f ⇑g) (a * b) = (AddMonoidAlgebra.liftNC ↑f ⇑g) a * (AddMonoidAlgebra.liftNC ↑f ⇑g) b- Defined in
- Mathlib.Algebra.MonoidAlgebra.Lift
- Cited by
- 1 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.
Cites29
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
- Equivstatement · cited by 8,337
- 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
- Multiplicativestatement and proof · cited by 875
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.eval₂_mul_noncommproof · cited by 7