Theorems · Definition · category theory
CategoryTheory.Adjunction.compPreadditiveYonedaIso
{C : Type u₁} →
{D : Type u₂} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
[inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
[inst_2 : CategoryTheory.Preadditive C] →
[inst_3 : CategoryTheory.Preadditive D] →
{F : CategoryTheory.Functor C D} →
{G : CategoryTheory.Functor D C} →
(F ⊣ G) →
[F.Additive] →
G.comp
(CategoryTheory.preadditiveYoneda.comp
((CategoryTheory.Functor.whiskeringRight Cᵒᵖ AddCommGrpCat AddCommGrpCat).obj
AddCommGrpCat.uliftFunctor)) ≅
CategoryTheory.preadditiveYoneda.comp
(((CategoryTheory.Functor.whiskeringLeft Cᵒᵖ Dᵒᵖ AddCommGrpCat).obj F.op).comp
((CategoryTheory.Functor.whiskeringRight Cᵒᵖ AddCommGrpCat AddCommGrpCat).obj
AddCommGrpCat.uliftFunctor))If we have an adjunction adj : F ⊣ G of functors between preadditive categories,
and if F is additive, then the hom set equivalence upgrades to an isomorphism between
G ⋙ preadditiveYoneda and preadditiveYoneda ⋙ F, once we throw in the necessary
universe lifting functors.
Note that F is additive if and only if G is, by Adjunction.right_adjoint_additive and
Adjunction.left_adjoint_additive.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 36 from the axioms · uses propext, Classical.choice, Quot.sound
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
- Quiver.Homproof · cited by 32,603
- CategoryTheory.Functor.objstatement · 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
- CategoryTheory.Preadditivestatement and proof · cited by 3,309
- Opposite.unopproof · cited by 2,231
- CategoryTheory.Functor.Additivestatement and proof · cited by 1,179
- CategoryTheory.Functor.opstatement · cited by 997
- AddEquiv.symmproof · cited by 530
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.Adjunction.compPreadditiveYonedaIso_hom_app_app_applystatement · cited by 0
- CategoryTheory.Adjunction.compPreadditiveYonedaIso_inv_app_app_applystatement · cited by 0