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) ≅
XGiven 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.
- Cited by
- 10 results in Mathlib
- Foundations
- Depth 39 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Isostatement and proof · cited by 3,963
- CategoryTheory.Functor.idstatement and proof · cited by 3,333
- CategoryTheory.Discretestatement · cited by 2,447
- CategoryTheory.Iso.symmproof · cited by 993
- CategoryTheory.Functor.flipstatement and proof · cited by 320
- CategoryTheory.Limits.PreservesColimitstatement and proof · cited by 278
- CategoryTheory.GradedObjectstatement and proof · cited by 239
- CategoryTheory.Limits.HasInitialstatement and proof · cited by 185
- CategoryTheory.Functor.emptystatement and proof · cited by 103
Cited by11
Results whose statement or proof uses this declaration.
- CategoryTheory.GradedObject.Monoidal.rightUnitorproof · cited by 4
- CategoryTheory.GradedObject.mapBifunctorRightUnitor_inv_naturalitystatement and proof · cited by 2
- CategoryTheory.GradedObject.mapBifunctorRightUnitor_naturalitystatement and proof · cited by 2
- CategoryTheory.GradedObject.ι_mapBifunctorRightUnitor_hom_applystatement · cited by 2
- CategoryTheory.GradedObject.mapBifunctorRightUnitor_inv_applystatement · cited by 1
- CategoryTheory.GradedObject.mapBifunctor_trianglestatement and proof · cited by 1
- CategoryTheory.GradedObject.mapBifunctorRightUnitor_inv_naturality_assocstatement and proof · cited by 0
- CategoryTheory.GradedObject.mapBifunctorRightUnitor_naturality_assocstatement and proof · cited by 0
- CategoryTheory.GradedObject.ι_mapBifunctorRightUnitor_hom_apply_assocstatement and proof · cited by 0
- CategoryTheory.GradedObject.mapBifunctorRightUnitor.congr_simpstatement and proof · cited by 0
- CategoryTheory.GradedObject.Monoidal.triangleproof · cited by 0