Theorems · Theorem · ring theory
MonoidAlgebra.coeff_mul_antidiag
∀ {R : Type u_1} {M : Type u_4} [inst : Semiring R] [inst_1 : Mul M] (x y : MonoidAlgebra 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
- 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.
Cites19
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
- MonoidAlgebrastatement and proof · cited by 590
- Finset.extproof · cited by 565
Cited by1
Results whose statement or proof uses this declaration.
- MonoidAlgebra.mul_apply_antidiagonalproof · cited by 0