Theorems · Theorem · ring theory
SkewMonoidAlgebra.coeff_mul_antidiagonal_of_finset
∀ {k : Type u_1} {G : Type u_2} [inst : Semiring k] [inst_1 : Mul G] [inst_2 : SMulZeroClass G k]
(f g : SkewMonoidAlgebra k G) (x : G) (s : Finset (G × G)),
(∀ {p : G × G}, p ∈ s ↔ p.1 * p.2 = x) → (f * g).coeff x = ∑ p ∈ s, f.coeff p.1 * p.1 • g.coeff p.2- Defined in
- Mathlib.Algebra.SkewMonoidAlgebra.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- SemiringMulSMulZeroClass
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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
- smul_zeroproof · cited by 665
- Finset.extproof · cited by 565
- SkewMonoidAlgebrastatement and proof · cited by 216
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.