Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Comonad.ComonadicityInternal.comparisonRightAdjointHomEquiv

{C : Type u₁} →
  {D : Type u₂} →
    [inst : CategoryTheory.Category.{v₁, u₁} C] →
      [inst_1 : CategoryTheory.Category.{v₁, u₂} D] →
        {F : CategoryTheory.Functor C D} →
          {G : CategoryTheory.Functor D C} →
            (adj : F ⊣ G) →
              (A : adj.toComonad.Coalgebra) →
                (B : C) →
                  [inst_2 : CategoryTheory.Limits.HasEqualizer (G.map A.a) (adj.unit.app (G.obj A.A))] →
                    ((CategoryTheory.Comonad.comparison adj).obj B ⟶ A) ≃
                      (B ⟶ CategoryTheory.Comonad.ComonadicityInternal.comparisonRightAdjointObj adj A)

We have a bijection of homsets which will be used to construct the right adjoint to the comparison functor.

Defined in
Mathlib.CategoryTheory.Monad.Comonadicity
Cited by
4 results in Mathlib
Foundations
Depth 30 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasEqualizer

Around this declaration

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

CategoryTheory.Comonad.ComonadicityInternal.comparisonAdjunction · cited by 4ComonadicityInternal.comp…CategoryTheory.Comonad.ComonadicityInternal.rightAdjointComparison · cited by 4ComonadicityInternal.righ…CategoryTheory.Comonad.ComonadicityInternal.comparisonAdjunction_counit · cited by 1ComonadicityInternal.comp…CategoryTheory.Comonad.ComonadicityInternal.comparisonRightAdjointHomEquiv_symm_apply_f · cited by 1ComonadicityInternal.comp…CategoryTheory.Comonad.ComonadicityInternal.comparisonAdjunction_counit_f_aux · cited by 0ComonadicityInternal.comp…CategoryTheory.Comonad.ComonadicityInternal.comparisonRightAdjointHomEquiv_apply · cited by 0ComonadicityInternal.comp…DFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.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.mapEquiv · cited by 8337EquivCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Functor.comp · cited by 6529Functor.compEquiv.symm · cited by 3681Equiv.symmCategoryTheory.Functor.id · cited by 3333Functor.idCategoryTheory.Adjunction · cited by 524CategoryTheory.AdjunctionCategoryTheory.Adjunction.unit · cited by 387Adjunction.unitCategoryTheory.Adjunction.homEquiv · cited by 202Adjunction.homEquivComonadicityInternal.comparis…CITED BYCITES

Cites26

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

Cited by6

Results whose statement or proof uses this declaration.