Mathlib Map

Theorems · Theorem · ring theory

Algebra.left_comm

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

mul_left_comm for Algebras when one element is from the base ring.

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

Around this declaration

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

Cites8

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.