Mathlib Map

Theorems · Definition · category theory

CategoryTheory.MorphismProperty.Comma.isoMk

{A : Type u_1} →
  [inst : CategoryTheory.Category.{v_1, u_1} A] →
    {B : Type u_2} →
      [inst_1 : CategoryTheory.Category.{v_2, u_2} B] →
        {T : Type u_3} →
          [inst_2 : CategoryTheory.Category.{v_3, u_3} T] →
            {L : CategoryTheory.Functor A T} →
              {R : CategoryTheory.Functor B T} →
                {P : CategoryTheory.MorphismProperty T} →
                  {Q : CategoryTheory.MorphismProperty A} →
                    {W : CategoryTheory.MorphismProperty B} →
                      [inst_3 : Q.IsMultiplicative] →
                        [inst_4 : W.IsMultiplicative] →
                          [Q.RespectsIso] →
                            [W.RespectsIso] →
                              {X Y : CategoryTheory.MorphismProperty.Comma L R P Q W} →
                                (l : X.left ≅ Y.left) →
                                  (r : X.right ≅ Y.right) →
                                    autoParam
                                        (CategoryTheory.CategoryStruct.comp (L.map l.hom) Y.hom =
                                          CategoryTheory.CategoryStruct.comp X.hom (R.map r.hom))
                                        CategoryTheory.MorphismProperty.Comma.isoMk._auto_1 →
                                      (X ≅ Y)

Constructor for isomorphisms in P.Comma L R Q W from isomorphisms of the left and right components and naturality in the forward direction.

Defined in
Mathlib.CategoryTheory.MorphismProperty.Comma
Cited by
5 results in Mathlib
Foundations
Depth 24 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.MorphismProperty.IsMultiplicativeCategoryTheory.MorphismProperty.IsMultiplicativeCategoryTheory.MorphismProperty.RespectsIsoCategoryTheory.MorphismProperty.RespectsIso

Around this declaration

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

CategoryTheory.MorphismProperty.Comma.mapRightComp · cited by 5Comma.mapRightCompCategoryTheory.MorphismProperty.Comma.mapRightEq · cited by 5Comma.mapRightEqCategoryTheory.MorphismProperty.Comma.mapRightId · cited by 5Comma.mapRightIdCategoryTheory.MorphismProperty.Comma.mapLeftComp · cited by 5Comma.mapLeftCompCategoryTheory.MorphismProperty.Comma.mapLeftEq · cited by 5Comma.mapLeftEqCategoryTheory.MorphismProperty.Comma.mapLeftId · cited by 5Comma.mapLeftIdCategoryTheory.MorphismProperty.Over.isoMk · cited by 4Over.isoMkCategoryTheory.MorphismProperty.Under.isoMk · cited by 4Under.isoMkCategoryTheory.MorphismProperty.Arrow.isoMk · cited by 2Arrow.isoMkCategoryTheory.MorphismProperty.Comma.isoMk_hom_left · cited by 0Comma.isoMk_hom_leftCategoryTheory.MorphismProperty.Comma.isoMk_hom_right · cited by 0Comma.isoMk_hom_rightCategoryTheory.MorphismProperty.Comma.isoMk_inv_left · cited by 0Comma.isoMk_inv_leftCategoryTheory.MorphismProperty.Comma.isoMk_inv_right · cited by 0Comma.isoMk_inv_rightCategoryTheory.MorphismProperty.Comma.isoMk.congr_simp · cited by 0isoMk.congr_simpCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…CategoryTheory.Comma.left · cited by 886Comma.leftCategoryTheory.Comma.right · cited by 727Comma.rightCategoryTheory.Comma.hom · cited by 490Comma.homCategoryTheory.MorphismProperty.IsMultiplicative · cited by 332MorphismProperty.IsMultip…CategoryTheory.MorphismProperty.Comma.toComma · cited by 260Comma.toCommaCategoryTheory.MorphismProperty.RespectsIso · cited by 248MorphismProperty.Respects…Comma.isoMkCITED BYCITES

Cites18

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

Cited by14

Results whose statement or proof uses this declaration.