Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Adjunction.left_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) (X : C),
  CategoryTheory.CategoryStruct.comp (F.map (self.unit.app X)) (self.counit.app (F.obj X)) =
    CategoryTheory.CategoryStruct.id (F.obj X)

Equality of the composition of the unit and counit with the identity F ⟶ FGF ⟶ F = 𝟙

Defined in
Mathlib.CategoryTheory.Adjunction.Basic
Cited by
25 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.left_triangle_components_assoc · cited by 20Adjunction.left_triangle_…AlgebraicGeometry.Scheme.toSpecΓ_appTop · cited by 7Scheme.toSpecΓ_appTopCategoryTheory.mateEquiv_vcomp · cited by 4CategoryTheory.mateEquiv_…CategoryTheory.Adjunction.Triple.leftToRight_app_obj · cited by 4Triple.leftToRight_app_objCategoryTheory.Adjunction.inv_map_unit · cited by 3Adjunction.inv_map_unitCategoryTheory.unit_mateEquiv · cited by 3CategoryTheory.unit_mateE…CategoryTheory.Adjunction.unit_app_tensor_comp_map_δ · cited by 3Adjunction.unit_app_tenso…CategoryTheory.Adjunction.unit_rightAdjointUniq_hom_app · cited by 3Adjunction.unit_rightAdjo…CategoryTheory.Adjunction.Triple.rightToLeft_app_adj₂_unit_app · cited by 2Triple.rightToLeft_app_ad…CategoryTheory.Adjunction.leftAdjointCompIso_id_comp · cited by 2Adjunction.leftAdjointCom…CategoryTheory.IsUniversalColimit.map_reflective · cited by 1IsUniversalColimit.map_re…CategoryTheory.Adjunction.RightAdjointCommShift.compatibilityUnit_iso · cited by 1RightAdjointCommShift.com…CategoryTheory.Adjunction.CommShift.compatibilityCounit_left · cited by 1CommShift.compatibilityCo…CategoryTheory.Adjunction.homEquiv_symm_unit · cited by 1Adjunction.homEquiv_symm_…CategoryTheory.ihom.ev_coev · cited by 1ihom.ev_coevCategoryTheory.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.left_triangle_comp…CITED BYCITES

Cites13

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.