Mathlib Map

Theorems · Inductive type · category theory

CategoryTheory.Limits.CategoricalPullback.CatCommSqOver

{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] →
            CategoryTheory.Functor A B →
              CategoryTheory.Functor C B →
                (X : Type u₄) →
                  [CategoryTheory.Category.{v₄, u₄} X] → Type (max (max (max (max (max (max u₁ u₃) u₄) v₁) v₂) v₃) v₄)

The data of a categorical commutative square over a cospan F, G with cone point X is that of a functor T : X ⥤ A, a functor L : X ⥤ C, and a CatCommSq T L F G. Note that this is exactly what an object of ((whiskeringRight X A B).obj F) ⊡ ((whiskeringRight X C B).obj G) is, so CatCommSqOver F G X is in equivalent to ((whiskeringRight X A B).obj F) ⊡ ((whiskeringRight X C B).obj G), though it is defined separately for performance reasons.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.Categorical.Basic
Cited by
135 results in Mathlib
Foundations
Depth 2 from the axioms, rests on 3 definitions · uses no axioms
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.fst · cited by 90CatCommSqOver.fstCategoryTheory.Limits.CategoricalPullback.CatCommSqOver.snd · cited by 90CatCommSqOver.sndCategoryTheory.Limits.CategoricalPullback.CatCommSqOver.iso · cited by 47CatCommSqOver.isoCategoryTheory.Limits.CategoricalPullback.CatCommSqOver.Hom.fst · cited by 47Hom.fstCategoryTheory.Limits.CategoricalPullback.CatCommSqOver.Hom.snd · cited by 47Hom.sndCategoryTheory.Limits.CategoricalPullback.CatCommSqOver.precompose · cited by 37CatCommSqOver.precomposeCategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transform · cited by 37CatCommSqOver.transformCategoryTheory.Limits.CategoricalPullback.functorEquiv · cited by 25CategoricalPullback.funct…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.hom_ext · cited by 18CatCommSqOver.hom_extCategoryTheory.Limits.CategoricalPullback.toCatCommSqOver · cited by 18CategoricalPullback.toCat…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.toFunctorToCategoricalPullback · cited by 16CatCommSqOver.toFunctorTo…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.Hom · cited by 10CatCommSqOver.HomCategoryTheory.Limits.CategoricalPullback.CatCommSqOver.precomposeObjComp · cited by 10CatCommSqOver.precomposeO…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transformObjComp · cited by 10CatCommSqOver.transformOb…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.mkIso · cited by 7CatCommSqOver.mkIsoCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoricalPullback.CatCommSq…CITED BYCITES

Cites2

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

Cited by166

Results whose statement or proof uses this declaration.