Theorems · Theorem · ring theory
MonoidAlgebra.coeff_mul_apply_left
∀ {R : Type u_1} {G : Type u_3} [inst : Semiring R] [inst_1 : Group G] (x y : MonoidAlgebra R G) (g : G),
(x * y).coeff g = x.coeff.sum fun h r => r * y.coeff (h⁻¹ * g)- Defined in
- Mathlib.Algebra.MonoidAlgebra.Defs
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 77 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.coestatement and proof · cited by 62,936
- Semiringstatement and proof · cited by 13,802
- Groupstatement and proof · cited by 6,238
- Finsuppstatement · cited by 5,255
- MulZeroClass.mul_zeroproof · cited by 2,091
- Finsupp.supportproof · cited by 828
- MonoidAlgebrastatement and proof · cited by 590
- Finsupp.sumstatement and proof · cited by 481
- MonoidAlgebra.coeffstatement and proof · cited by 224
- Finsupp.sum_ite_eq'proof · cited by 15
- Finsupp.sum_congrproof · cited by 14
- MonoidAlgebra.coeff_mulproof · cited by 11
Cited by1
Results whose statement or proof uses this declaration.
- MonoidAlgebra.mul_apply_leftproof · cited by 0