Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transformObjId

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

The construction CatCommSqOver.transform respects the identity CatCospanTransforms.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.Categorical.Basic
Cited by
7 results in Mathlib
Foundations
Depth 42 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.CatCommSqOver.transform_map_leftUnitor · cited by 0CatCommSqOver.transform_m…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transform_map_rightUnitor · cited by 0CatCommSqOver.transform_m…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transformObjId_hom_app_fst_app · cited by 0CatCommSqOver.transformOb…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transformObjId_hom_app_snd_app · cited by 0CatCommSqOver.transformOb…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transformObjId_inv_app_fst_app · cited by 0CatCommSqOver.transformOb…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transformObjId_inv_app_snd_app · cited by 0CatCommSqOver.transformOb…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transformObjPrecomposeObjSquare_iso_hom_id · cited by 0CatCommSqOver.transformOb…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Functor.id · cited by 3333Functor.idCategoryTheory.NatIso.ofComponents · cited by 178NatIso.ofComponentsCategoryTheory.Functor.rightUnitor · cited by 149Functor.rightUnitorCategoryTheory.Limits.CategoricalPullback.CatCommSqOver · cited by 135CategoricalPullback.CatCo…CategoryTheory.Limits.CatCospanTransform · cited by 132Limits.CatCospanTransformCategoryTheory.Limits.CategoricalPullback.CatCommSqOver.snd · cited by 90CatCommSqOver.sndCategoryTheory.Limits.CategoricalPullback.CatCommSqOver.fst · cited by 90CatCommSqOver.fstCategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transform · cited by 37CatCommSqOver.transformCategoryTheory.Limits.CatCospanTransform.id · cited by 32CatCospanTransform.idCategoryTheory.Limits.CategoricalPullback.CatCommSqOver.mkIso · cited by 7CatCommSqOver.mkIsoCatCommSqOver.transformObjIdCITED BYCITES

Cites14

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

Cited by7

Results whose statement or proof uses this declaration.