Mathlib Map

Theorems · Theorem · ring theory

Algebra.smul_mul_assoc

∀ {R : Type u} {A : Type w} [inst : CommSemiring R] [inst_1 : Semiring A] [inst_2 : Algebra R A] (r : R) (x y : A),
  r • x * y = r • (x * y)

This is just a special case of the global smul_mul_assoc lemma that requires less typeclass search (and was here first).

Defined in
Mathlib.Algebra.Algebra.Defs
Cited by
30 results in Mathlib
Foundations
Depth 19 from the axioms · uses no axioms
Assumes
CommSemiringSemiringAlgebra

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 by30

Results whose statement or proof uses this declaration.