Mathlib Map

Theorems · Definition · category theory

CategoryTheory.GradedObject.mapBifunctorRightUnitor

{C : Type u_1} →
  {D : Type u_2} →
    {I : Type u_3} →
      {J : Type u_4} →
        [inst : CategoryTheory.Category.{v_1, u_1} C] →
          [inst_1 : CategoryTheory.Category.{v_2, u_2} D] →
            [inst_2 : Zero I] →
              [inst_3 : DecidableEq I] →
                [inst_4 : CategoryTheory.Limits.HasInitial C] →
                  (F : CategoryTheory.Functor D (CategoryTheory.Functor C D)) →
                    (Y : C) →
                      (F.flip.obj Y ≅ CategoryTheory.Functor.id D) →
                        [∀ (X : D), CategoryTheory.Limits.PreservesColimit (CategoryTheory.Functor.empty C) (F.obj X)] →
                          (p : J × I → J) →
                            (∀ (j : J), p (j, 0) = j) →
                              (X : CategoryTheory.GradedObject J D) →
                                [inst_6 :
                                    (((CategoryTheory.GradedObject.mapBifunctor F J I).obj X).obj
                                          ((CategoryTheory.GradedObject.single₀ I).obj Y)).HasMap
                                      p] →
                                  CategoryTheory.GradedObject.mapBifunctorMapObj F p X
                                      ((CategoryTheory.GradedObject.single₀ I).obj Y) ≅
                                    X

Given F : D ⥤ C ⥤ D, Y : C, e : F.flip.obj Y ≅ 𝟭 D, X : GradedObject J D and p : J × I → J such that p ⟨j, 0⟩ = j for all j, this is the right unitor isomorphism mapBifunctorMapObj F p X ((single₀ I).obj Y) ≅ X.

Defined in
Mathlib.CategoryTheory.GradedObject.Unitor
Cited by
10 results in Mathlib
Foundations
Depth 39 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryZeroDecidableEqCategoryTheory.Limits.HasInitialCategoryTheory.Limits.PreservesColimitCategoryTheory.GradedObject.HasMap

Around this declaration

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

CategoryTheory.GradedObject.Monoidal.rightUnitor · cited by 4Monoidal.rightUnitorCategoryTheory.GradedObject.mapBifunctorRightUnitor_inv_naturality · cited by 2GradedObject.mapBifunctor…CategoryTheory.GradedObject.mapBifunctorRightUnitor_naturality · cited by 2GradedObject.mapBifunctor…CategoryTheory.GradedObject.ι_mapBifunctorRightUnitor_hom_apply · cited by 2GradedObject.ι_mapBifunct…CategoryTheory.GradedObject.mapBifunctorRightUnitor_inv_apply · cited by 1GradedObject.mapBifunctor…CategoryTheory.GradedObject.mapBifunctor_triangle · cited by 1GradedObject.mapBifunctor…CategoryTheory.GradedObject.mapBifunctorRightUnitor_inv_naturality_assoc · cited by 0GradedObject.mapBifunctor…CategoryTheory.GradedObject.mapBifunctorRightUnitor_naturality_assoc · cited by 0GradedObject.mapBifunctor…CategoryTheory.GradedObject.ι_mapBifunctorRightUnitor_hom_apply_assoc · cited by 0GradedObject.ι_mapBifunct…CategoryTheory.GradedObject.mapBifunctorRightUnitor.congr_simp · cited by 0mapBifunctorRightUnitor.c…CategoryTheory.GradedObject.Monoidal.triangle · cited by 0Monoidal.triangleCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Functor.id · cited by 3333Functor.idCategoryTheory.Discrete · cited by 2447CategoryTheory.DiscreteCategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Functor.flip · cited by 320Functor.flipCategoryTheory.Limits.PreservesColimit · cited by 278Limits.PreservesColimitCategoryTheory.GradedObject · cited by 239CategoryTheory.GradedObje…CategoryTheory.Limits.HasInitial · cited by 185Limits.HasInitialCategoryTheory.Functor.empty · cited by 103Functor.emptyCategoryTheory.GradedObject.HasMap · cited by 99GradedObject.HasMapCategoryTheory.GradedObject.mapBifunctor · cited by 87GradedObject.mapBifunctorCategoryTheory.GradedObject.mapBifunctorMapObj · cited by 64GradedObject.mapBifunctor…GradedObject.mapBifunctorRigh…CITED BYCITES

Cites19

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

Cited by11

Results whose statement or proof uses this declaration.