Theorems · Definition · category theory
CategoryTheory.CostructuredArrow.toOverCompYoneda
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
(A : CategoryTheory.Functor Cᵒᵖ (Type v)) →
(T : CategoryTheory.Over A) →
(CategoryTheory.CostructuredArrow.toOver CategoryTheory.yoneda A).op.comp (CategoryTheory.yoneda.obj T) ≅
CategoryTheory.yoneda.op.comp
(CategoryTheory.yoneda.obj ((CategoryTheory.overEquivPresheafCostructuredArrow A).functor.obj T))This isomorphism says that hom-sets in the category Over A for a presheaf A where the domain
is of the form (CostructuredArrow.toOver yoneda A).obj X can instead be interpreted as
hom-sets in the category (CostructuredArrow yoneda A)ᵒᵖ ⥤ Type v where the domain is of the
form yoneda.obj X after adjusting the codomain accordingly. This is desirable because in the
latter case the Yoneda lemma can be applied.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 54 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CategoryTheory.Category
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- Oppositestatement and proof · cited by 8,081
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Isostatement · cited by 3,963
- Opposite.unopproof · cited by 2,231
- CategoryTheory.Equivalence.functorstatement and proof · cited by 1,268
- CategoryTheory.Functor.opstatement · cited by 997
- CategoryTheory.Overstatement and proof · cited by 935
- CategoryTheory.Iso.reflproof · cited by 727
- CategoryTheory.Iso.transproof · cited by 566
Cited by3
Results whose statement or proof uses this declaration.
- CategoryTheory.CostructuredArrow.toOverCompYonedaColimitproof · cited by 0