Mathlib Map

Theorems · Definition · category theory

CategoryTheory.linearCoyoneda

(R : Type w) →
  [inst : Ring R] →
    (C : Type u) →
      [inst_1 : CategoryTheory.Category.{v, u} C] →
        [inst_2 : CategoryTheory.Preadditive C] →
          [CategoryTheory.Linear R C] → CategoryTheory.Functor Cᵒᵖ (CategoryTheory.Functor C (ModuleCat R))

The Yoneda embedding for R-linear categories C, sending an object Y : Cᵒᵖ to the ModuleCat R-valued copresheaf on C, with value on X : C given by ModuleCat.of R (unop Y ⟶ X).

Defined in
Mathlib.CategoryTheory.Linear.Yoneda
Cited by
5 results in Mathlib
Foundations
Depth 33 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RingCategoryTheory.CategoryCategoryTheory.PreadditiveCategoryTheory.Linear

Around this declaration

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

Cites14

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

Cited by6

Results whose statement or proof uses this declaration.