Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.CategoricalPullback.functorEquiv

{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 X (CategoryTheory.Limits.CategoricalPullback F G) ≌
                      CategoryTheory.Limits.CategoricalPullback.CatCommSqOver F G X

The universal property of categorical pullbacks, stated as an equivalence of categories between functors X ⥤ (F ⊡ G) and categorical commutative squares over X.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.Categorical.Basic
Cited by
25 results in Mathlib
Foundations
Depth 40 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_inverse_obj_obj_fst · cited by 0CategoricalPullback.funct…CategoryTheory.Limits.CategoricalPullback.functorEquiv_inverse_obj_obj_iso_hom · cited by 0CategoricalPullback.funct…CategoryTheory.Limits.CategoricalPullback.functorEquiv_inverse_obj_obj_iso_inv · cited by 0CategoricalPullback.funct…CategoryTheory.Limits.CategoricalPullback.functorEquiv_inverse_obj_obj_snd · cited by 0CategoricalPullback.funct…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.functorEquiv_counitIso_hom_app_fst_app · cited by 0CategoricalPullback.funct…CategoryTheory.Limits.CategoricalPullback.functorEquiv_counitIso_hom_app_snd_app · cited by 0CategoricalPullback.funct…CategoryTheory.Limits.CategoricalPullback.functorEquiv_counitIso_inv_app_fst_app · cited by 0CategoricalPullback.funct…CategoryTheory.Limits.CategoricalPullback.functorEquiv_counitIso_inv_app_snd_app · cited by 0CategoricalPullback.funct…CategoryTheory.Limits.CategoricalPullback.functorEquiv_functor_map_fst_app · cited by 0CategoricalPullback.funct…CategoryTheory.Limits.CategoricalPullback.functorEquiv_functor_map_snd_app · cited by 0CategoricalPullback.funct…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Functor.id · cited by 3333Functor.idCategoryTheory.Iso.refl · cited by 727Iso.reflCategoryTheory.Equivalence · cited by 601CategoryTheory.EquivalenceCategoryTheory.NatIso.ofComponents · cited by 178NatIso.ofComponentsCategoryTheory.Limits.CategoricalPullback.CatCommSqOver · cited by 135CategoricalPullback.CatCo…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.snd · cited by 90CatCommSqOver.sndCategoryTheory.Limits.CategoricalPullback.CatCommSqOver.fst · cited by 90CatCommSqOver.fstCategoryTheory.Limits.CategoricalPullback · cited by 84Limits.CategoricalPullbackCategoryTheory.Limits.CategoricalPullback.snd · cited by 39CategoricalPullback.sndCategoryTheory.Limits.CategoricalPullback.fst · cited by 39CategoricalPullback.fstCategoryTheory.Limits.CategoricalPullback.toCatCommSqOver · cited by 18CategoricalPullback.toCat…CategoricalPullback.functorEq…CITED BYCITES

Cites18

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

Cited by25

Results whose statement or proof uses this declaration.