Theorems · Theorem · ring theory
AddMonoidAlgebra.mul_apply_antidiagonal
Deprecated since 2026-06-18Use AddMonoidAlgebra.coeff_mul_antidiag instead.
∀ {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.2Alias of AddMonoidAlgebra.coeff_mul_antidiag.
- Defined in
- Mathlib.Algebra.MonoidAlgebra.Defs
- Cited by
- 0 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.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Semiringstatement · cited by 13,802
- Finsetstatement · cited by 13,712
- Finsuppstatement · cited by 5,255
- Finset.sumstatement · cited by 5,195
- AddMonoidAlgebrastatement · cited by 649
- AddMonoidAlgebra.coeffstatement · cited by 365
- AddMonoidAlgebra.coeff_mul_antidiagproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.