Mathlib Map

Theorems · Definition · category theory

CategoryTheory.CostructuredArrow.isoMk

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        {T : D} →
          {S : CategoryTheory.Functor C D} →
            {f f' : CategoryTheory.CostructuredArrow S T} →
              (g : f.left ≅ f'.left) →
                autoParam (CategoryTheory.CategoryStruct.comp (S.map g.hom) f'.hom = f.hom)
                    CategoryTheory.CostructuredArrow.isoMk._auto_1 →
                  (f ≅ f')

To construct an isomorphism of costructured arrows, we need an isomorphism of the objects underlying the source, and to check that the triangle commutes.

Defined in
Mathlib.CategoryTheory.Comma.StructuredArrow.Basic
Cited by
14 results in Mathlib
Foundations
Depth 27 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.Over.isoMk · cited by 22Over.isoMkCategoryTheory.CategoryOfElements.costructuredArrowYonedaEquivalence · cited by 9CategoryOfElements.costru…CategoryTheory.CategoryOfElements.costructuredArrowULiftYonedaEquivalence · cited by 7CategoryOfElements.costru…CategoryTheory.CostructuredArrow.map₂IdIso · cited by 5CostructuredArrow.map₂IdI…CategoryTheory.CostructuredArrow.map₂CompMap₂Iso · cited by 4CostructuredArrow.map₂Com…CategoryTheory.CostructuredArrow.map₂Congr · cited by 4CostructuredArrow.map₂Con…CategoryTheory.structuredArrowOpEquivalence · cited by 4CategoryTheory.structured…CategoryTheory.CostructuredArrow.preEquivalence · cited by 4CostructuredArrow.preEqui…CategoryTheory.CostructuredArrow.eta · cited by 3CostructuredArrow.etaCategoryTheory.Functor.RightExtension.postcompose₂ObjMkIso · cited by 3RightExtension.postcompos…CategoryTheory.costructuredArrowOpEquivalence · cited by 2CategoryTheory.costructur…CategoryTheory.Bicategory.RightLift.whiskerOfIdCompIsoSelf · cited by 2RightLift.whiskerOfIdComp…CategoryTheory.Functor.isRightKanExtension_of_iso · cited by 2Functor.isRightKanExtensi…CategoryTheory.TwoSquare.GuitartExact.costructuredArrowRightwardsComp · cited by 1GuitartExact.costructured…CategoryTheory.TwoSquare.costructuredArrowRightwards_final_iff_of_iso · cited by 1TwoSquare.costructuredArr…CategoryTheory.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.CostructuredArrow · cited by 536CategoryTheory.Costructur…CategoryTheory.CostructuredArrow.left · cited by 202CostructuredArrow.leftCategoryTheory.CostructuredArrow.hom · cited by 179CostructuredArrow.homCategoryTheory.eqToIso · cited by 97CategoryTheory.eqToIsoCategoryTheory.Comma.isoMk · cited by 5Comma.isoMkCostructuredArrow.isoMkCITED BYCITES

Cites13

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

Cited by33

Results whose statement or proof uses this declaration.