Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Adjunction.right_triangle_components

∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [inst_1 : CategoryTheory.Category.{v₂, u₂} D]
  {F : CategoryTheory.Functor C D} {G : CategoryTheory.Functor D C} (self : F ⊣ G) (Y : D),
  CategoryTheory.CategoryStruct.comp (self.unit.app (G.obj Y)) (G.map (self.counit.app Y)) =
    CategoryTheory.CategoryStruct.id (G.obj Y)

Equality of the composition of the unit and counit with the identity G ⟶ GFG ⟶ G = 𝟙

Defined in
Mathlib.CategoryTheory.Adjunction.Basic
Cited by
40 results in Mathlib
Foundations
Depth 21 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.Adjunction.right_triangle_components_assoc · cited by 9Adjunction.right_triangle…AlgebraicGeometry.SpecMap_ΓSpecIso_hom · cited by 8AlgebraicGeometry.SpecMap…CategoryTheory.Adjunction.ext · cited by 5Adjunction.extCategoryTheory.Adjunction.inv_counit_map · cited by 4Adjunction.inv_counit_mapCategoryTheory.toSheafify_sheafifyLift · cited by 4CategoryTheory.toSheafify…CategoryTheory.conjugateEquiv_id · cited by 4CategoryTheory.conjugateE…CategoryTheory.Adjunction.Triple.leftToRight_app_obj · cited by 4Triple.leftToRight_app_objCategoryTheory.sheafComposeNatTrans_fac · cited by 3CategoryTheory.sheafCompo…CategoryTheory.Adjunction.isTriangulated_rightAdjoint · cited by 3Adjunction.isTriangulated…CategoryTheory.Adjunction.map_comp_bijective_iff · cited by 3Adjunction.map_comp_bijec…CategoryTheory.Adjunction.isCocontinuous_iff_coverPreserving · cited by 2Adjunction.isCocontinuous…CategoryTheory.Adjunction.eq_unit_comp_map_iff · cited by 2Adjunction.eq_unit_comp_m…CategoryTheory.Adjunction.leftAdjointUniq_hom_counit · cited by 2Adjunction.leftAdjointUni…CategoryTheory.Adjunction.map_injective · cited by 2Adjunction.map_injectiveCategoryTheory.Adjunction.CommShift.compatibilityCounit_of_compatibilityUnit · cited by 2CommShift.compatibilityCo…CategoryTheory.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.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.CategoryStruct.id · cited by 6235CategoryStruct.idCategoryTheory.Functor.id · cited by 3333Functor.idCategoryTheory.Adjunction · cited by 524CategoryTheory.AdjunctionCategoryTheory.Adjunction.unit · cited by 387Adjunction.unitCategoryTheory.Adjunction.counit · cited by 376Adjunction.counitAdjunction.right_triangle_com…CITED BYCITES

Cites13

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

Cited by40

Results whose statement or proof uses this declaration.