Mathlib Map

Theorems · Theorem · ring theory

SkewMonoidAlgebra.single_mul_single

∀ {k : Type u_1} {G : Type u_2} [inst : Semiring k] [inst_1 : Monoid G] [inst_2 : MulSemiringAction G k] {a₁ a₂ : G}
  {b₁ b₂ : k},
  SkewMonoidAlgebra.single a₁ b₁ * SkewMonoidAlgebra.single a₂ b₂ = SkewMonoidAlgebra.single (a₁ * a₂) (b₁ * a₁ • b₂)
Defined in
Mathlib.Algebra.SkewMonoidAlgebra.Basic
Cited by
4 results in Mathlib
Foundations
Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringMonoidMulSemiringAction

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites12

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by4

Results whose statement or proof uses this declaration.