Theorems · Theorem · ring theory
SkewMonoidAlgebra.mul_def
∀ {k : Type u_1} {G : Type u_2} [inst : Mul G] [inst_1 : SMul G k] [inst_2 : NonUnitalNonAssocSemiring k]
{f g : SkewMonoidAlgebra k G},
f * g = f.sum fun a₁ b₁ => g.sum fun a₂ b₂ => SkewMonoidAlgebra.single (a₁ * a₂) (b₁ * a₁ • b₂)- Defined in
- Mathlib.Algebra.SkewMonoidAlgebra.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- NonUnitalNonAssocSemiringstatement and proof · cited by 1,081
- SkewMonoidAlgebrastatement and proof · cited by 216
- SkewMonoidAlgebra.singlestatement · cited by 83
- SkewMonoidAlgebra.sumstatement · cited by 46
Cited by2
Results whose statement or proof uses this declaration.
- SkewMonoidAlgebra.coeff_mulproof · cited by 9
- SkewMonoidAlgebra.mapDomain_mulproof · cited by 0