Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Adjunction.unit_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 : F ⊣ G) {X Y : C} (f : X ⟶ Y),
  CategoryTheory.CategoryStruct.comp (adj.unit.app X) (G.map (F.map f)) =
    CategoryTheory.CategoryStruct.comp f (adj.unit.app Y)
Defined in
Mathlib.CategoryTheory.Adjunction.Basic
Cited by
12 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.unit_naturality_assoc · cited by 28Adjunction.unit_naturalit…CategoryTheory.mateEquiv_vcomp · cited by 4CategoryTheory.mateEquiv_…CategoryTheory.Adjunction.Triple.rightToLeft_eq_counits · cited by 2Triple.rightToLeft_eq_cou…CategoryTheory.Adjunction.hasLeftCalculusOfFractions · cited by 2Adjunction.hasLeftCalculu…CategoryTheory.LiftRightAdjoint.unitEqualises · cited by 2LiftRightAdjoint.unitEqua…CategoryTheory.Adjunction.Triple.adj₁_counit_app_rightToLeft_app · cited by 2Triple.adj₁_counit_app_ri…CategoryTheory.Bicategory.Adj.unit_naturality · cited by 1Adj.unit_naturalityCategoryTheory.mateEquiv_hcomp · cited by 1CategoryTheory.mateEquiv_…CategoryTheory.conjugateEquiv_whiskerLeft · cited by 1CategoryTheory.conjugateE…CategoryTheory.IsUniversalColimit.map_reflective · cited by 1IsUniversalColimit.map_re…CategoryTheory.Functor.toSheafify_pullbackSheafificationCompatibility · cited by 1Functor.toSheafify_pullba…CategoryTheory.Adjunction.left_adjoint_additive · cited by 0Adjunction.left_adjoint_a…CategoryTheory.Comonad.ComonadicityInternal.unitFork_π_app · cited by 0ComonadicityInternal.unit…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.unit · cited by 387Adjunction.unitCategoryTheory.NatTrans.naturality · cited by 318NatTrans.naturalityAdjunction.unit_naturalityCITED BYCITES

Cites12

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

Cited by13

Results whose statement or proof uses this declaration.