Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.mkIso

{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] →
                    {S S' : CategoryTheory.Limits.CategoricalPullback.CatCommSqOver F G X} →
                      (eₗ : S.fst ≅ S'.fst) →
                        (eᵣ : S.snd ≅ S'.snd) →
                          autoParam
                              (CategoryTheory.CategoryStruct.comp (CategoryTheory.Functor.whiskerRight eₗ.hom F)
                                  S'.iso.hom =
                                CategoryTheory.CategoryStruct.comp S.iso.hom
                                  (CategoryTheory.Functor.whiskerRight eᵣ.hom G))
                              CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.mkIso._auto_1 →
                            (S ≅ S')

A constructor for isomorphisms in CatCommSqOver

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.Categorical.Basic
Cited by
7 results in Mathlib
Foundations
Depth 33 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 · cited by 25CategoricalPullback.funct…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transformObjComp · cited by 10CatCommSqOver.transformOb…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.precomposeObjComp · cited by 10CatCommSqOver.precomposeO…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transformObjId · cited by 7CatCommSqOver.transformOb…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.precomposeObjId · cited by 7CatCommSqOver.precomposeO…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.mkIso_hom_fst · cited by 1CatCommSqOver.mkIso_hom_f…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.mkIso_hom_snd · cited by 1CatCommSqOver.mkIso_hom_s…CategoryTheory.Limits.CategoricalPullback.toCatCommSqOver_mapIso_mkNatIso_eq_mkIso · cited by 1CategoricalPullback.toCat…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.mkIso.congr_simp · cited by 0mkIso.congr_simpCategoryTheory.Limits.CategoricalPullback.CatCommSqOver.mkIso_inv_fst · cited by 0CatCommSqOver.mkIso_inv_f…CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.mkIso_inv_snd · cited by 0CatCommSqOver.mkIso_inv_s…CategoryTheory.Limits.CategoricalPullback.mkNatIso_eq · cited by 0CategoricalPullback.mkNat…CategoryTheory.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.whiskerRight · cited by 467Functor.whiskerRightCategoryTheory.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.iso · cited by 47CatCommSqOver.isoCatCommSqOver.mkIsoCITED BYCITES

Cites13

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

Cited by12

Results whose statement or proof uses this declaration.