Theorems · Theorem · ring theory
AddMonoidAlgebra.coeff_mul
∀ {R : Type u_1} {M : Type u_4} [inst : Semiring R] [inst_1 : Add M] [inst_2 : DecidableEq M]
(x y : AddMonoidAlgebra R M) (m : M),
(x * y).coeff m = x.coeff.sum fun m₁ r₁ => y.coeff.sum fun m₂ r₂ => if m₁ + m₂ = m then r₁ * r₂ else 0- Defined in
- Mathlib.Algebra.MonoidAlgebra.Defs
- Cited by
- 13 results in Mathlib
- Foundations
- Depth 76 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- SemiringAddDecidableEq
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
- Finsuppstatement · cited by 5,255
- AddMonoidAlgebrastatement and proof · cited by 649
- Finsupp.sumstatement and proof · cited by 481
- AddMonoidAlgebra.coeffstatement and proof · cited by 365
- AddMonoidAlgebra.singleproof · cited by 250
- Finsupp.single_applyproof · cited by 99
- Finsupp.sum_applyproof · cited by 27
- AddMonoidAlgebra.mul_defproof · cited by 9
- AddMonoidAlgebra.coeff_finsuppSumproof · cited by 6
Cited by13
Results whose statement or proof uses this declaration.
- Polynomial.X_mulproof · cited by 12
- AddMonoidAlgebra.coeff_mul_antidiagproof · cited by 3
- AddMonoidAlgebra.coeff_mul_single_eq_coeff_mulproof · cited by 3
- AddMonoidAlgebra.coeff_single_mul_eq_mul_coeffproof · cited by 3
- AddMonoidAlgebra.coeff_single_mul_of_forall_add_neproof · cited by 3
- AddMonoidAlgebra.coeff_add_of_supDegree_leproof · cited by 2
- AddMonoidAlgebra.coeff_mul_single_of_forall_add_neproof · cited by 2
- AddMonoidAlgebra.support_coeff_mul_single_eq_imageproof · cited by 1
- AddMonoidAlgebra.support_coeff_single_mul_eq_imageproof · cited by 1
- AddMonoidAlgebra.mul_applyproof · cited by 0
- AddMonoidAlgebra.coeff_mul_add_of_uniqueAddproof · cited by 0
- AddMonoidAlgebra.coeff_mul_apply_leftproof · cited by 0