Mathlib Map

Theorems · Inductive type · category theory

CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.Hom

{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.Limits.CategoricalPullback.CatCommSqOver F G X →
                      CategoryTheory.Limits.CategoricalPullback.CatCommSqOver F G X → Type (max (max u₄ v₁) v₃)

The Hom types for the categorical commutative squares over X are given by pairs of natural transformations compatible with the structural isomorphisms.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.Categorical.Basic
Cited by
10 results in Mathlib
Foundations
Depth 3 from the axioms · 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.Hom.snd · cited by 47Hom.sndCategoryTheory.Limits.CategoricalPullback.CatCommSqOver.Hom.fst · cited by 47Hom.fstCategoryTheory.Limits.CategoricalPullback.CatCommSqOver.Hom.w · cited by 2Hom.wCategoryTheory.Limits.CategoricalPullback.CatCommSqOver.Hom.ext · cited by 2Hom.extCategoryTheory.Limits.CategoricalPullback.CatCommSqOver.Hom.mk.inj · cited by 1mk.injCategoryTheory.Limits.CategoricalPullback.CatCommSqOver.Hom.mk.noConfusion · cited by 1mk.noConfusionCategoryTheory.Limits.CategoricalPullback.CatCommSqOver.Hom.recOn · cited by 0Hom.recOnCategoryTheory.Limits.CategoricalPullback.CatCommSqOver.Hom.w_assoc · cited by 0Hom.w_assocCategoryTheory.Limits.CategoricalPullback.CatCommSqOver.comp_fst_app · cited by 0CatCommSqOver.comp_fst_appCategoryTheory.Limits.CategoricalPullback.CatCommSqOver.comp_snd_app · cited by 0CatCommSqOver.comp_snd_appCategoryTheory.Limits.CategoricalPullback.CatCommSqOver.Hom.mk.congr_simp · cited by 0mk.congr_simpCategoryTheory.Limits.CategoricalPullback.CatCommSqOver.Hom.mk.injEq · cited by 0mk.injEqCategoryTheory.Limits.CategoricalPullback.CatCommSqOver.Hom.mk.sizeOf_spec · cited by 0mk.sizeOf_specCategoryTheory.Limits.CategoricalPullback.CatCommSqOver.Hom.casesOn · cited by 0Hom.casesOnCategoryTheory.Limits.CategoricalPullback.CatCommSqOver.Hom.ctorIdx · cited by 0Hom.ctorIdxCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Limits.CategoricalPullback.CatCommSqOver · cited by 135CategoricalPullback.CatCo…CatCommSqOver.HomCITED BYCITES

Cites3

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

Cited by18

Results whose statement or proof uses this declaration.