Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Adjunction.comp_unit_app

∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [inst_1 : CategoryTheory.Category.{v₂, u₂} D]
  {E : Type u₃} [inst_2 : CategoryTheory.Category.{v₃, u₃} E] {F : CategoryTheory.Functor C D}
  {G : CategoryTheory.Functor D C} {H : CategoryTheory.Functor D E} {I : CategoryTheory.Functor E D} (adj₁ : F ⊣ G)
  (adj₂ : H ⊣ I) (X : C),
  (adj₁.comp adj₂).unit.app X = CategoryTheory.CategoryStruct.comp (adj₁.unit.app X) (G.map (adj₂.unit.app (F.obj X)))
Defined in
Mathlib.CategoryTheory.Adjunction.Basic
Cited by
25 results in Mathlib
Foundations
Depth 30 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.Adjunction.RightAdjointCommShift.iso_inv_app · cited by 2RightAdjointCommShift.iso…CategoryTheory.Adjunction.LeftAdjointCommShift.iso_hom_app · cited by 2LeftAdjointCommShift.iso_…CategoryTheory.conjugateEquiv_whiskerLeft · cited by 1CategoryTheory.conjugateE…CategoryTheory.conjugateEquiv_whiskerRight · cited by 1CategoryTheory.conjugateE…CategoryTheory.Functor.toSheafify_pullbackSheafificationCompatibility · cited by 1Functor.toSheafify_pullba…CategoryTheory.Adjunction.RightAdjointCommShift.iso_hom_app · cited by 1RightAdjointCommShift.iso…ModuleCat.homEquiv_extendScalarsComp · cited by 1ModuleCat.homEquiv_extend…CategoryTheory.iterated_mateEquiv_conjugateEquiv · cited by 1CategoryTheory.iterated_m…CategoryTheory.Adjunction.LeftAdjointCommShift.iso_inv_app · cited by 1LeftAdjointCommShift.iso_…CategoryTheory.Sheaf.adjunction_unit_app_hom · cited by 1Sheaf.adjunction_unit_app…CategoryTheory.conjugateEquiv_associator_hom · cited by 1CategoryTheory.conjugateE…CategoryTheory.conjugateEquiv_leftUnitor_hom · cited by 0CategoryTheory.conjugateE…CategoryTheory.Adjunction.toCat_comp_toCat · cited by 0Adjunction.toCat_comp_toC…CategoryTheory.conjugateEquiv_rightUnitor_hom · cited by 0CategoryTheory.conjugateE…CategoryTheory.Adjunction.leftOp_eq · cited by 0Adjunction.leftOp_eqCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Category.assoc · cited by 6433Category.assocCategoryTheory.CategoryStruct.id · cited by 6235CategoryStruct.idCategoryTheory.Functor.id · cited by 3333Functor.idCategoryTheory.Category.comp_id · cited by 2119Category.comp_idCategoryTheory.Category.id_comp · cited by 1998Category.id_compAdjunction.comp_unit_appCITED BYCITES

Cites30

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

Cited by25

Results whose statement or proof uses this declaration.