Theorems · Theorem · ring theory
AddMonoidAlgebra.coeff_mul_antidiag
∀ {R : Type u_1} {M : Type u_4} [inst : Semiring R] [inst_1 : Add M] (x y : AddMonoidAlgebra R M) (m : M)
(s : Finset (M × M)), (∀ {p : M × M}, p ∈ s ↔ p.1 + p.2 = m) → (x * y).coeff m = ∑ p ∈ s, x.coeff p.1 * y.coeff p.2- Defined in
- Mathlib.Algebra.MonoidAlgebra.Defs
- Cited by
- 3 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.
Cites22
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 and proof · cited by 13,712
- Finsuppstatement · cited by 5,255
- Finset.sumstatement and proof · cited by 5,195
- Finset.sum_congrproof · cited by 2,323
- MulZeroClass.mul_zeroproof · cited by 2,091
- MulZeroClass.zero_mulproof · cited by 1,625
- Finset.filterproof · cited by 949
- Finsupp.supportproof · cited by 828
- AddMonoidAlgebrastatement and proof · cited by 649
- Finset.extproof · cited by 565
Cited by3
Results whose statement or proof uses this declaration.
- Polynomial.coeff_mulproof · cited by 29
- MvPolynomial.coeff_mulproof · cited by 10
- AddMonoidAlgebra.mul_apply_antidiagonalproof · cited by 0