Mathlib Map

Theorems · Definition · category theory

CategoryTheory.CatCommSq.iso

{C₁ : Type u_1} →
  {C₂ : Type u_2} →
    {C₃ : Type u_3} →
      {C₄ : Type u_4} →
        {inst : CategoryTheory.Category.{v_1, u_1} C₁} →
          {inst_1 : CategoryTheory.Category.{v_2, u_2} C₂} →
            {inst_2 : CategoryTheory.Category.{v_3, u_3} C₃} →
              {inst_3 : CategoryTheory.Category.{v_4, u_4} C₄} →
                (T : CategoryTheory.Functor C₁ C₂) →
                  (L : CategoryTheory.Functor C₁ C₃) →
                    (R : CategoryTheory.Functor C₂ C₄) →
                      (B : CategoryTheory.Functor C₃ C₄) →
                        [self : CategoryTheory.CatCommSq T L R B] → T.comp R ≅ L.comp B

Assuming [CatCommSq T L R B], iso T L R B is the isomorphism T ⋙ R ≅ L ⋙ B given by the 2-commutative square.

Defined in
Mathlib.CategoryTheory.CatCommSq
Cited by
108 results in Mathlib
Foundations
Depth 20 from the axioms, rests on 108 definitions · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CatCommSq

Around this declaration

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

CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transform · cited by 37CatCommSqOver.transformCategoryTheory.Limits.CategoricalPullback.toCatCommSqOver · cited by 18CategoricalPullback.toCat…CategoryTheory.LocalizerMorphism.homMap · cited by 10LocalizerMorphism.homMapCategoryTheory.Limits.CatCospanTransform.mkIso · cited by 8CatCospanTransform.mkIsoCategoryTheory.Limits.CategoricalPullback.mkNatIso · cited by 7CategoricalPullback.mkNat…CategoryTheory.LocalizerMorphism.rightDerivedFunctorComparison · cited by 6LocalizerMorphism.rightDe…CategoryTheory.LocalizerMorphism.smallHomMap · cited by 5LocalizerMorphism.smallHo…CategoryTheory.LocalizerMorphism.equiv_smallHomMap · cited by 4LocalizerMorphism.equiv_s…CategoryTheory.LocalizerMorphism.homMap_apply · cited by 4LocalizerMorphism.homMap_…CategoryTheory.CatCommSq.ext · cited by 3CatCommSq.extCategoryTheory.CatCommSq.hInv · cited by 3CatCommSq.hInvCategoryTheory.CatCommSq.iso_inv_naturality · cited by 3CatCommSq.iso_inv_natural…CategoryTheory.CatCommSq.vComp · cited by 3CatCommSq.vCompCategoryTheory.CatCommSq.vInv · cited by 3CatCommSq.vInvCategoryTheory.Limits.CatCospanTransformMorphism.left_coherence · cited by 3CatCospanTransformMorphis…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.CatCommSq · cited by 45CategoryTheory.CatCommSqCatCommSq.isoCITED BYCITES

Cites5

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

Cited by129

Results whose statement or proof uses this declaration.