Theorems · Definition · category theory
CategoryTheory.Under.postAdjunctionRight
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{D : Type u₂} →
[inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
[inst_2 : CategoryTheory.Limits.HasPushouts D] →
{Y : D} →
{F : CategoryTheory.Functor C D} →
{G : CategoryTheory.Functor D C} →
(a : F ⊣ G) →
(CategoryTheory.Under.post F).comp (CategoryTheory.Under.pushout (a.counit.app Y)) ⊣
CategoryTheory.Under.post GIf G is a right adjoint and its source category has pushouts, then so is
post G : Under Y ⥤ Under (G Y).
If the left adjoint of G is F, then the left adjoint of post G is given by
(G Y ⟶ X) ↦ (Y ⟶ Y ⨿_{F G Y} F X ⟶ F X).
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 38 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
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.Homstatement · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Functor.idstatement and proof · cited by 3,333
- CategoryTheory.Limits.WalkingPairstatement · cited by 1,319
- CategoryTheory.Iso.reflproof · cited by 727
- CategoryTheory.Adjunctionstatement and proof · cited by 524
- CategoryTheory.Adjunction.unitproof · cited by 387
- CategoryTheory.Adjunction.counitstatement and proof · cited by 376
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.Under.postAdjunctionRight_counit_app_rightstatement · cited by 0
- CategoryTheory.Under.postAdjunctionRight_unit_app_rightstatement · cited by 0