Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transform

{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₁} →
                                (X : Type u₇) →
                                  [inst_6 : CategoryTheory.Category.{v₇, u₇} X] →
                                    CategoryTheory.Functor (CategoryTheory.Limits.CatCospanTransform F G F₁ G₁)
                                      (CategoryTheory.Functor
                                        (CategoryTheory.Limits.CategoricalPullback.CatCommSqOver F G X)
                                        (CategoryTheory.Limits.CategoricalPullback.CatCommSqOver F₁ G₁ X))

Functorially transform a CatCommSqOver F G X by whiskering it with a CatCospanTransform.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.Categorical.Basic
Cited by
37 results in Mathlib
Foundations
Depth 38 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.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.transformObjComp · cited by 10CatCommSqOver.transformOb…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transformObjId · cited by 7CatCommSqOver.transformOb…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.Limits.CategoricalPullback.CatCommSqOver.transformObjId_hom_app_fst_app · cited by 0CatCommSqOver.transformOb…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transformObjId_hom_app_snd_app · cited by 0CatCommSqOver.transformOb…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transformObjId_inv_app_fst_app · cited by 0CatCommSqOver.transformOb…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transformObjId_inv_app_snd_app · cited by 0CatCommSqOver.transformOb…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transformObjPrecomposeObjSquare_iso_hom_app_fst_app · cited by 0CatCommSqOver.transformOb…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transformObjPrecomposeObjSquare_iso_hom_app_snd_app · cited by 0CatCommSqOver.transformOb…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transformObjPrecomposeObjSquare_iso_hom_id · cited by 0CatCommSqOver.transformOb…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transformObjPrecomposeObjSquare_iso_hom_naturality₂ · cited by 0CatCommSqOver.transformOb…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transformObjPrecomposeObjSquare_iso_inv_app_fst_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.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Iso.trans · cited by 566Iso.transCategoryTheory.Functor.whiskerRight · cited by 467Functor.whiskerRightCategoryTheory.Functor.associator · cited by 276Functor.associatorCategoryTheory.Functor.isoWhiskerLeft · cited by 177Functor.isoWhiskerLeftCategoryTheory.Functor.isoWhiskerRight · cited by 147Functor.isoWhiskerRightCategoryTheory.Limits.CategoricalPullback.CatCommSqOver · cited by 135CategoricalPullback.CatCo…CategoryTheory.Limits.CatCospanTransform · cited by 132Limits.CatCospanTransformCategoryTheory.CatCommSq.iso · cited by 108CatCommSq.isoCatCommSqOver.transformCITED BYCITES

Cites25

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

Cited by39

Results whose statement or proof uses this declaration.