Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Linear.smulOfRingMorphism

{R : Type w} →
  [inst : Ring R] →
    {C : Type u} →
      [inst_1 : CategoryTheory.Category.{v, u} C] →
        [inst_2 : CategoryTheory.Preadditive C] → (R →+* CategoryTheory.CatCenter C) → (X Y : C) → SMul R (X ⟶ Y)

The scalar multiplication by R on the type X ⟶ Y of morphisms in a category C equipped with a ring morphism R →+* CatCenter C.

Defined in
Mathlib.CategoryTheory.Center.Linear
Cited by
2 results in Mathlib
Foundations
Depth 25 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RingCategoryTheory.CategoryCategoryTheory.Preadditive

Around this declaration

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

Cites11

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.