Theorems · Definition · category theory
CategoryTheory.Over.postAdjunctionLeft
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{D : Type u₂} →
[inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
[inst_2 : CategoryTheory.Limits.HasPullbacks C] →
{X : C} →
{F : CategoryTheory.Functor C D} →
{G : CategoryTheory.Functor D C} →
(a : F ⊣ G) →
CategoryTheory.Over.post F ⊣
(CategoryTheory.Over.post G).comp (CategoryTheory.Over.pullback (a.unit.app X))If F is a left adjoint and its source category has pullbacks, then so is
post F : Over Y ⥤ Over (G Y).
If the right adjoint of F is G, then the right adjoint of post F is given by
(Y ⟶ F X) ↦ (G Y ⟶ X ×_{G F X} G Y ⟶ X).
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 37 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.Overstatement and proof · cited by 935
- CategoryTheory.Iso.reflproof · cited by 727
- CategoryTheory.Over.leftproof · cited by 541
- CategoryTheory.Adjunctionstatement and proof · cited by 524
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.Over.postAdjunctionLeft_counit_app_leftstatement · cited by 0
- CategoryTheory.Over.postAdjunctionLeft_unit_app_leftstatement · cited by 0