Mathlib Map

Theorems · Theorem · ring theory

AddMonoidAlgebra.mul_def

∀ {R : Type u_1} {M : Type u_4} [inst : Semiring R] [inst_1 : Add M] (x y : AddMonoidAlgebra R M),
  x * y = x.coeff.sum fun m₁ r₁ => y.coeff.sum fun m₂ r₂ => AddMonoidAlgebra.single (m₁ + m₂) (r₁ * r₂)
Defined in
Mathlib.Algebra.MonoidAlgebra.Defs
Cited by
9 results in Mathlib
Foundations
Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringAdd

Around this declaration

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

Cites5

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

Cited by9

Results whose statement or proof uses this declaration.