Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Adjunction.Triple.leftToRight

{C : Type u_1} →
  {D : Type u_2} →
    [inst : CategoryTheory.Category.{v_1, u_1} C] →
      [inst_1 : CategoryTheory.Category.{v_2, u_2} D] →
        {F : CategoryTheory.Functor C D} →
          {G : CategoryTheory.Functor D C} →
            {H : CategoryTheory.Functor C D} → CategoryTheory.Adjunction.Triple F G H → [F.Full] → [F.Faithful] → F ⟶ H

The natural transformation F ⟶ H that exists for every adjoint triple F ⊣ G ⊣ H where F and H are fully faithful, given here as the whiskered unit F ⟶ F ⋙ G ⋙ H of the second adjunction followed by the inverse of the whiskered unit F ⋙ G ⋙ H ⟶ H of the first.

Defined in
Mathlib.CategoryTheory.Adjunction.Triple
Cited by
18 results in Mathlib
Foundations
Depth 30 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.FullCategoryTheory.Functor.Faithful

Around this declaration

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

CategoryTheory.Adjunction.Triple.leftToRight_app_obj · cited by 4Triple.leftToRight_app_objCategoryTheory.Adjunction.Quadruple.epi_leftTriple_rightToLeft_app_iff_mono_rightTriple_leftToRight_app · cited by 2Quadruple.epi_leftTriple_…CategoryTheory.Adjunction.Triple.leftToRight_app · cited by 2Triple.leftToRight_appCategoryTheory.Adjunction.Triple.leftToRight_app_map_adj₁_unit_app · cited by 2Triple.leftToRight_app_ma…CategoryTheory.Adjunction.Triple.whiskerLeft_leftToRight · cited by 1Triple.whiskerLeft_leftTo…CategoryTheory.Adjunction.Triple.leftToRight_eq_counits · cited by 1Triple.leftToRight_eq_cou…CategoryTheory.Adjunction.Triple.leftToRight_op · cited by 1Triple.leftToRight_opCategoryTheory.Adjunction.Triple.map_adj₂_counit_app_leftToRight_app · cited by 1Triple.map_adj₂_counit_ap…CategoryTheory.Adjunction.Triple.mono_leftToRight_app_iff_mono_adj₂_unit_app · cited by 1Triple.mono_leftToRight_a…CategoryTheory.Adjunction.Quadruple.epi_leftTriple_leftToRight_app_iff_mono_rightTriple_rightToLeft_app · cited by 1Quadruple.epi_leftTriple_…CategoryTheory.Adjunction.Quadruple.epi_leftTriple_leftToRight_iff_mono_rightTriple_rightToLeft · cited by 0Quadruple.epi_leftTriple_…CategoryTheory.Adjunction.Quadruple.epi_leftTriple_rightToLeft_iff_mono_rightTriple_leftToRight · cited by 0Quadruple.epi_leftTriple_…CategoryTheory.Adjunction.Triple.whiskerLeft_leftToRight_assoc · cited by 0Triple.whiskerLeft_leftTo…CategoryTheory.Adjunction.Triple.leftToRight.congr_simp · cited by 0leftToRight.congr_simpCategoryTheory.Adjunction.Triple.leftToRight_app_map_adj₁_unit_app_assoc · cited by 0Triple.leftToRight_app_ma…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Functor.whiskerLeft · cited by 496Functor.whiskerLeftCategoryTheory.Functor.whiskerRight · cited by 467Functor.whiskerRightCategoryTheory.inv · cited by 467CategoryTheory.invCategoryTheory.Adjunction.unit · cited by 387Adjunction.unitCategoryTheory.Functor.Full · cited by 341Functor.FullCategoryTheory.Functor.Faithful · cited by 313Functor.FaithfulCategoryTheory.Functor.associator · cited by 276Functor.associatorCategoryTheory.Functor.rightUnitor · cited by 149Functor.rightUnitorCategoryTheory.Functor.leftUnitor · cited by 117Functor.leftUnitorTriple.leftToRightCITED BYCITES

Cites18

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

Cited by18

Results whose statement or proof uses this declaration.