Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.CategoricalPullback.toCatCommSqOver

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

Interpret a functor to the categorical pullback as a CatCommSqOver.

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

Around this declaration

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

CategoryTheory.Limits.CategoricalPullback.functorEquiv · cited by 25CategoricalPullback.funct…CategoryTheory.Limits.CategoricalPullback.toCatCommSqOver_mapIso_mkNatIso_eq_mkIso · cited by 1CategoricalPullback.toCat…CategoryTheory.Limits.CategoricalPullback.toCatCommSqOver_map_fst_app · cited by 1CategoricalPullback.toCat…CategoryTheory.Limits.CategoricalPullback.toCatCommSqOver_map_snd_app · cited by 1CategoricalPullback.toCat…CategoryTheory.Limits.CategoricalPullback.functorEquiv_unitIso_hom_app_app_fst · cited by 0CategoricalPullback.funct…CategoryTheory.Limits.CategoricalPullback.functorEquiv_unitIso_hom_app_app_snd · cited by 0CategoricalPullback.funct…CategoryTheory.Limits.CategoricalPullback.functorEquiv_unitIso_inv_app_app_fst · cited by 0CategoricalPullback.funct…CategoryTheory.Limits.CategoricalPullback.functorEquiv_unitIso_inv_app_app_snd · cited by 0CategoricalPullback.funct…CategoryTheory.Limits.CategoricalPullback.mkNatIso_eq · cited by 0CategoricalPullback.mkNat…CategoryTheory.Limits.CategoricalPullback.toCatCommSqOver_obj_fst_map · cited by 0CategoricalPullback.toCat…CategoryTheory.Limits.CategoricalPullback.toCatCommSqOver_obj_fst_obj · cited by 0CategoricalPullback.toCat…CategoryTheory.Limits.CategoricalPullback.toCatCommSqOver_obj_iso_hom_app · cited by 0CategoricalPullback.toCat…CategoryTheory.Limits.CategoricalPullback.toCatCommSqOver_obj_iso_inv_app · cited by 0CategoricalPullback.toCat…CategoryTheory.Limits.CategoricalPullback.toCatCommSqOver_obj_snd_map · cited by 0CategoricalPullback.toCat…CategoryTheory.Limits.CategoricalPullback.functorEquiv_counitIso_hom_app_fst_app · cited by 0CategoricalPullback.funct…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.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.Limits.CategoricalPullback.CatCommSqOver · cited by 135CategoricalPullback.CatCo…CategoryTheory.CatCommSq.iso · cited by 108CatCommSq.isoCategoryTheory.Limits.CategoricalPullback · cited by 84Limits.CategoricalPullbackCategoryTheory.Limits.CategoricalPullback.π₁ · cited by 23CategoricalPullback.π₁CategoryTheory.Limits.CategoricalPullback.π₂ · cited by 23CategoricalPullback.π₂CategoricalPullback.toCatComm…CITED BYCITES

Cites14

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

Cited by19

Results whose statement or proof uses this declaration.