Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transformObjComp

{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} →
                {A₁ : Type u₄} →
                  {B₁ : Type u₅} →
                    {C₁ : Type u₆} →
                      [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₁} →
                                {A₂ : Type u₇} →
                                  {B₂ : Type u₈} →
                                    {C₂ : Type u₉} →
                                      [inst_6 : CategoryTheory.Category.{v₇, u₇} A₂] →
                                        [inst_7 : CategoryTheory.Category.{v₈, u₈} B₂] →
                                          [inst_8 : CategoryTheory.Category.{v₉, u₉} C₂] →
                                            {F₂ : CategoryTheory.Functor A₂ B₂} →
                                              {G₂ : CategoryTheory.Functor C₂ B₂} →
                                                (X : Type u₁₀) →
                                                  [inst_9 : CategoryTheory.Category.{v₁₀, u₁₀} X] →
                                                    (ψ : CategoryTheory.Limits.CatCospanTransform F G F₁ G₁) →
                                                      (ψ' : CategoryTheory.Limits.CatCospanTransform F₁ G₁ F₂ G₂) →
                                                        (CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transform
                                                                X).obj
                                                            (ψ.comp ψ') ≅
                                                          ((CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transform
                                                                    X).obj
                                                                ψ).comp
                                                            ((CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transform
                                                                  X).obj
                                                              ψ')

The construction CatCommSqOver.transform respects vertical composition of CatCospanTransforms.

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

Around this declaration

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

CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transformPrecomposeObjSquare_iso_hom_comp · cited by 0CatCommSqOver.transformPr…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transform_map_associator · cited by 0CatCommSqOver.transform_m…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transform_map_leftUnitor · cited by 0CatCommSqOver.transform_m…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transform_map_rightUnitor · cited by 0CatCommSqOver.transform_m…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transform_map_whiskerLeft · cited by 0CatCommSqOver.transform_m…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transform_map_whiskerRight · cited by 0CatCommSqOver.transform_m…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transformObjComp_hom_app_fst_app · cited by 0CatCommSqOver.transformOb…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transformObjComp_hom_app_snd_app · cited by 0CatCommSqOver.transformOb…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transformObjComp_inv_app_fst_app · cited by 0CatCommSqOver.transformOb…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transformObjComp_inv_app_snd_app · cited by 0CatCommSqOver.transformOb…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Functor.associator · cited by 276Functor.associatorCategoryTheory.NatIso.ofComponents · cited by 178NatIso.ofComponentsCategoryTheory.Limits.CategoricalPullback.CatCommSqOver · cited by 135CategoricalPullback.CatCo…CategoryTheory.Limits.CatCospanTransform · cited by 132Limits.CatCospanTransformCategoryTheory.Limits.CategoricalPullback.CatCommSqOver.snd · cited by 90CatCommSqOver.sndCategoryTheory.Limits.CategoricalPullback.CatCommSqOver.fst · cited by 90CatCommSqOver.fstCategoryTheory.Limits.CatCospanTransform.left · cited by 69CatCospanTransform.leftCategoryTheory.Limits.CatCospanTransform.right · cited by 69CatCospanTransform.rightCatCommSqOver.transformObjCompCITED BYCITES

Cites18

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

Cited by10

Results whose statement or proof uses this declaration.