Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.CatCospanTransform.mkIso

{A : Type u₁} →
  {B : Type u₂} →
    {C : Type u₃} →
      {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} →
                      [inst_3 : CategoryTheory.Category.{v₄, u₄} A'] →
                        [inst_4 : CategoryTheory.Category.{v₅, u₅} B'] →
                          [inst_5 : CategoryTheory.Category.{v₆, u₆} C'] →
                            {F' : CategoryTheory.Functor A' B'} →
                              {G' : CategoryTheory.Functor C' B'} →
                                {ψ ψ' : CategoryTheory.Limits.CatCospanTransform F G F' G'} →
                                  (left : ψ.left ≅ ψ'.left) →
                                    (right : ψ.right ≅ ψ'.right) →
                                      (base : ψ.base ≅ ψ'.base) →
                                        autoParam
                                            (CategoryTheory.CategoryStruct.comp
                                                (CategoryTheory.CatCommSq.iso F ψ.left ψ.base F').hom
                                                (CategoryTheory.Functor.whiskerRight left.hom F') =
                                              CategoryTheory.CategoryStruct.comp (F.whiskerLeft base.hom)
                                                (CategoryTheory.CatCommSq.iso F ψ'.left ψ'.base F').hom)
                                            CategoryTheory.Limits.CatCospanTransform.mkIso._auto_1 →
                                          autoParam
                                              (CategoryTheory.CategoryStruct.comp
                                                  (CategoryTheory.CatCommSq.iso G ψ.right ψ.base G').hom
                                                  (CategoryTheory.Functor.whiskerRight right.hom G') =
                                                CategoryTheory.CategoryStruct.comp (G.whiskerLeft base.hom)
                                                  (CategoryTheory.CatCommSq.iso G ψ'.right ψ'.base G').hom)
                                              CategoryTheory.Limits.CatCospanTransform.mkIso._auto_3 →
                                            (ψ ≅ ψ')

A constructor for isomorphisms of CatCospanTransform's.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.Categorical.CatCospanTransform
Cited by
8 results in Mathlib
Foundations
Depth 33 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.CatCospanTransform.associator · cited by 17CatCospanTransform.associ…CategoryTheory.Limits.CatCospanTransform.leftUnitor · cited by 13CatCospanTransform.leftUn…CategoryTheory.Limits.CatCospanTransform.rightUnitor · cited by 13CatCospanTransform.rightU…CategoryTheory.Limits.CatCospanTransform.mkIso_inv_base · cited by 1CatCospanTransform.mkIso_…CategoryTheory.Limits.CatCospanTransform.mkIso_inv_left · cited by 1CatCospanTransform.mkIso_…CategoryTheory.Limits.CatCospanTransform.mkIso_inv_right · cited by 1CatCospanTransform.mkIso_…CategoryTheory.Limits.CatCospanTransform.isIso_iff · cited by 0CatCospanTransform.isIso_…CategoryTheory.Limits.CatCospanTransform.mkIso_hom_base · cited by 0CatCospanTransform.mkIso_…CategoryTheory.Limits.CatCospanTransform.mkIso_hom_left · cited by 0CatCospanTransform.mkIso_…CategoryTheory.Limits.CatCospanTransform.mkIso_hom_right · cited by 0CatCospanTransform.mkIso_…CategoryTheory.Limits.CatCospanTransform.mkIso.congr_simp · cited by 0mkIso.congr_simpCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Functor.whiskerLeft · cited by 496Functor.whiskerLeftCategoryTheory.Functor.whiskerRight · cited by 467Functor.whiskerRightCategoryTheory.Limits.CatCospanTransform · cited by 132Limits.CatCospanTransformCategoryTheory.CatCommSq.iso · cited by 108CatCommSq.isoCategoryTheory.Limits.CatCospanTransform.left · cited by 69CatCospanTransform.leftCategoryTheory.Limits.CatCospanTransform.right · cited by 69CatCospanTransform.rightCategoryTheory.Limits.CatCospanTransform.base · cited by 57CatCospanTransform.baseCatCospanTransform.mkIsoCITED BYCITES

Cites17

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

Cited by11

Results whose statement or proof uses this declaration.