Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.CatCospanTransform.rightUnitor

{A : Type u₁} →
  {B : Type u₂} →
    {C : Type u₃} →
      {A' : Type u₄} →
        {B' : Type u₅} →
          {C' : Type u₆} →
            [inst : CategoryTheory.Category.{v₁, u₁} A] →
              [inst_1 : CategoryTheory.Category.{v₂, u₂} B] →
                [inst_2 : CategoryTheory.Category.{v₃, u₃} C] →
                  {F : CategoryTheory.Functor A B} →
                    {G : CategoryTheory.Functor C B} →
                      [inst_3 : CategoryTheory.Category.{v₄, u₄} A'] →
                        [inst_4 : CategoryTheory.Category.{v₅, u₅} B'] →
                          [inst_5 : CategoryTheory.Category.{v₆, u₆} C'] →
                            {F' : CategoryTheory.Functor A' B'} →
                              {G' : CategoryTheory.Functor C' B'} →
                                (φ : CategoryTheory.Limits.CatCospanTransform F G F' G') →
                                  φ.comp (CategoryTheory.Limits.CatCospanTransform.id F' G') ≅ φ

The right unitor isomorphism for categorical cospan transformations.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.Categorical.CatCospanTransform
Cited by
13 results in Mathlib
Foundations
Depth 34 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.Limits.CatCospanTransform.triangle · cited by 1CatCospanTransform.triang…CategoryTheory.Limits.CatCospanTransform.triangle_inv · cited by 1CatCospanTransform.triang…CategoryTheory.Limits.CatCospanTransform.whiskerRight_id · cited by 1CatCospanTransform.whiske…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transform_map_rightUnitor · cited by 0CatCommSqOver.transform_m…CategoryTheory.Limits.CatCospanTransform.rightUnitor_hom_base_app · cited by 0CatCospanTransform.rightU…CategoryTheory.Limits.CatCospanTransform.rightUnitor_hom_left_app · cited by 0CatCospanTransform.rightU…CategoryTheory.Limits.CatCospanTransform.rightUnitor_hom_right_app · cited by 0CatCospanTransform.rightU…CategoryTheory.Limits.CatCospanTransform.rightUnitor_inv_base_app · cited by 0CatCospanTransform.rightU…CategoryTheory.Limits.CatCospanTransform.rightUnitor_inv_left_app · cited by 0CatCospanTransform.rightU…CategoryTheory.Limits.CatCospanTransform.rightUnitor_inv_right_app · cited by 0CatCospanTransform.rightU…CategoryTheory.Limits.CatCospanTransform.triangle_assoc · cited by 0CatCospanTransform.triang…CategoryTheory.Limits.CatCospanTransform.triangle_inv_assoc · cited by 0CatCospanTransform.triang…CategoryTheory.Limits.CatCospanTransform.whiskerRight_id_assoc · cited by 0CatCospanTransform.whiske…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Functor.rightUnitor · cited by 149Functor.rightUnitorCategoryTheory.Limits.CatCospanTransform · cited by 132Limits.CatCospanTransformCategoryTheory.Limits.CatCospanTransform.right · cited by 69CatCospanTransform.rightCategoryTheory.Limits.CatCospanTransform.left · cited by 69CatCospanTransform.leftCategoryTheory.Limits.CatCospanTransform.comp · cited by 63CatCospanTransform.compCategoryTheory.Limits.CatCospanTransform.base · cited by 57CatCospanTransform.baseCategoryTheory.Limits.CatCospanTransform.id · cited by 32CatCospanTransform.idCategoryTheory.Limits.CatCospanTransform.mkIso · cited by 8CatCospanTransform.mkIsoCatCospanTransform.rightUnitorCITED BYCITES

Cites11

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

Cited by13

Results whose statement or proof uses this declaration.