Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.precomposeObjComp

{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₄} →
                  {Y : Type u₅} →
                    {Z : Type u₆} →
                      [inst_3 : CategoryTheory.Category.{v₄, u₄} X] →
                        [inst_4 : CategoryTheory.Category.{v₅, u₅} Y] →
                          [inst_5 : CategoryTheory.Category.{v₆, u₆} Z] →
                            (U : CategoryTheory.Functor X Y) →
                              (V : CategoryTheory.Functor Y Z) →
                                (CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.precompose F G).obj
                                    (U.comp V) ≅
                                  ((CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.precompose F G).obj V).comp
                                    ((CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.precompose F G).obj U)

The construction precompose respects functor composition.

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

Around this declaration

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

CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.precomposeObjComp_hom_app_fst_app · cited by 0CatCommSqOver.precomposeO…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.precomposeObjComp_hom_app_snd_app · cited by 0CatCommSqOver.precomposeO…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.precomposeObjComp_inv_app_fst_app · cited by 0CatCommSqOver.precomposeO…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.precomposeObjComp_inv_app_snd_app · cited by 0CatCommSqOver.precomposeO…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.precomposeObjTransformObjSquare_iso_hom_comp · cited by 0CatCommSqOver.precomposeO…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.precompose_map_associator · cited by 0CatCommSqOver.precompose_…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.precompose_map_leftUnitor · cited by 0CatCommSqOver.precompose_…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.precompose_map_rightUnitor · cited by 0CatCommSqOver.precompose_…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.precompose_map_whiskerLeft · cited by 0CatCommSqOver.precompose_…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.precompose_map_whiskerRight · cited by 0CatCommSqOver.precompose_…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Functor.associator · cited by 276Functor.associatorCategoryTheory.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.CatCommSqOver.precompose · cited by 37CatCommSqOver.precomposeCategoryTheory.Limits.CategoricalPullback.CatCommSqOver.mkIso · cited by 7CatCommSqOver.mkIsoCatCommSqOver.precomposeObjCo…CITED BYCITES

Cites12

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

Cited by10

Results whose statement or proof uses this declaration.