Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Adjunction.Triple.rightToLeft

{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 → [G.Full] → [G.Faithful] → H ⟶ F

The natural transformation H ⟶ F that exists for every adjoint triple F ⊣ G ⊣ H where G is fully faithful, given here as the preimage of adj₂.counit ≫ adj₁.unit : H ⋙ G ⟶ F ⋙ G under whiskering with G.

Defined in
Mathlib.CategoryTheory.Adjunction.Triple
Cited by
19 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.map_rightToLeft_app · cited by 4Triple.map_rightToLeft_appCategoryTheory.Adjunction.Triple.rightToLeft_app_adj₂_unit_app · cited by 2Triple.rightToLeft_app_ad…CategoryTheory.Adjunction.Triple.rightToLeft_eq_counits · cited by 2Triple.rightToLeft_eq_cou…CategoryTheory.Adjunction.Quadruple.epi_leftTriple_rightToLeft_app_iff_mono_rightTriple_leftToRight_app · cited by 2Quadruple.epi_leftTriple_…CategoryTheory.Adjunction.Triple.whiskerRight_rightToLeft · cited by 2Triple.whiskerRight_right…CategoryTheory.Adjunction.Triple.adj₁_counit_app_rightToLeft_app · cited by 2Triple.adj₁_counit_app_ri…CategoryTheory.Adjunction.Triple.rightToLeft_eq_units · cited by 1Triple.rightToLeft_eq_uni…CategoryTheory.Adjunction.Triple.epi_rightToLeft_app_iff_epi_map_adj₁_unit_app · cited by 1Triple.epi_rightToLeft_ap…CategoryTheory.Adjunction.Triple.op_rightToLeft · cited by 1Triple.op_rightToLeftCategoryTheory.Adjunction.Quadruple.epi_leftTriple_leftToRight_app_iff_mono_rightTriple_rightToLeft_app · cited by 1Quadruple.epi_leftTriple_…CategoryTheory.Adjunction.Triple.rightToLeft_app_adj₂_unit_app_assoc · cited by 0Triple.rightToLeft_app_ad…CategoryTheory.Adjunction.Quadruple.epi_leftTriple_leftToRight_iff_mono_rightTriple_rightToLeft · cited by 0Quadruple.epi_leftTriple_…CategoryTheory.Adjunction.Triple.whiskerRight_rightToLeft_assoc · cited by 0Triple.whiskerRight_right…CategoryTheory.Adjunction.Quadruple.epi_leftTriple_rightToLeft_iff_mono_rightTriple_leftToRight · cited by 0Quadruple.epi_leftTriple_…CategoryTheory.Adjunction.Triple.rightToLeft.congr_simp · cited by 0rightToLeft.congr_simpCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Adjunction.unit · cited by 387Adjunction.unitCategoryTheory.Adjunction.counit · cited by 376Adjunction.counitCategoryTheory.Functor.Full · cited by 341Functor.FullCategoryTheory.Functor.Faithful · cited by 313Functor.FaithfulCategoryTheory.Functor.FullyFaithful.preimage · cited by 64FullyFaithful.preimageCategoryTheory.Adjunction.Triple · cited by 37Adjunction.TripleCategoryTheory.Adjunction.Triple.adj₂ · cited by 33Triple.adj₂CategoryTheory.Adjunction.Triple.adj₁ · cited by 32Triple.adj₁CategoryTheory.Functor.FullyFaithful.ofFullyFaithful · cited by 21FullyFaithful.ofFullyFait…CategoryTheory.Functor.FullyFaithful.whiskeringRight · cited by 6FullyFaithful.whiskeringR…Triple.rightToLeftCITED BYCITES

Cites14

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

Cited by19

Results whose statement or proof uses this declaration.