Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Linear.smul_comp

∀ {R : Type w} {inst : Semiring R} {C : Type u} {inst_1 : CategoryTheory.Category.{v, u} C}
  {inst_2 : CategoryTheory.Preadditive C} [self : CategoryTheory.Linear R C] (X Y Z : C) (r : R) (f : X ⟶ Y)
  (g : Y ⟶ Z), CategoryTheory.CategoryStruct.comp (r • f) g = r • CategoryTheory.CategoryStruct.comp f g

compatibility of the scalar multiplication with the post-composition

Defined in
Mathlib.CategoryTheory.Linear.Basic
Cited by
19 results in Mathlib
Foundations
Depth 8 from the axioms · uses no axioms
Assumes
CategoryTheory.Linear

Around this declaration

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

Cites6

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

Cited by19

Results whose statement or proof uses this declaration.