Mathlib Map

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
Assumes
MulSMulNonUnitalNonAssocSemiring

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.

Cited by2

Results whose statement or proof uses this declaration.