Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Adjunction.counit_naturality

∀ {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} (adj : G ⊣ F) {X Y : C} (f : Y ⟶ X),
  CategoryTheory.CategoryStruct.comp (G.map (F.map f)) (adj.counit.app X) =
    CategoryTheory.CategoryStruct.comp (adj.counit.app Y) f
Defined in
Mathlib.CategoryTheory.Adjunction.Basic
Cited by
30 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.counit_naturality_assoc · cited by 8Adjunction.counit_natural…CategoryTheory.Adjunction.map_ε_comp_counit_app_unit · cited by 4Adjunction.map_ε_comp_cou…CategoryTheory.Adjunction.isTriangulated_rightAdjoint · cited by 3Adjunction.isTriangulated…CategoryTheory.Adjunction.rightAdjointUniq_hom_app_counit · cited by 3Adjunction.rightAdjointUn…CategoryTheory.Adjunction.map_μ_comp_counit_app_tensor · cited by 3Adjunction.map_μ_comp_cou…CategoryTheory.Adjunction.Triple.rightToLeft_app_adj₂_unit_app · cited by 2Triple.rightToLeft_app_ad…CategoryTheory.LiftLeftAdjoint.counitCoequalises · cited by 2LiftLeftAdjoint.counitCoe…CategoryTheory.Adjunction.eq_unit_comp_map_iff · cited by 2Adjunction.eq_unit_comp_m…CategoryTheory.Adjunction.leftAdjointCompIso_comp_id · cited by 2Adjunction.leftAdjointCom…CategoryTheory.IsVanKampenColimit.map_reflective · cited by 2IsVanKampenColimit.map_re…CategoryTheory.mateEquiv_counit · cited by 2CategoryTheory.mateEquiv_…CategoryTheory.Adjunction.map_projective · cited by 2Adjunction.map_projectiveCategoryTheory.Adjunction.leftAdjointUniq_hom_counit · cited by 2Adjunction.leftAdjointUni…CategoryTheory.conjugateEquiv_counit · cited by 2CategoryTheory.conjugateE…CategoryTheory.Adjunction.Triple.rightToLeft_eq_units · cited by 1Triple.rightToLeft_eq_uni…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.Functor.id · cited by 3333Functor.idCategoryTheory.Adjunction · cited by 524CategoryTheory.AdjunctionCategoryTheory.Adjunction.counit · cited by 376Adjunction.counitCategoryTheory.NatTrans.naturality' · cited by 6NatTrans.naturality'Adjunction.counit_naturalityCITED BYCITES

Cites12

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

Cited by31

Results whose statement or proof uses this declaration.