Mathlib Map

Theorems · Definition · category theory

CategoryTheory.StructuredArrow.isoMk

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

To construct an isomorphism of structured arrows, we need an isomorphism of the objects underlying the target, 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.Under.isoMk · cited by 11Under.isoMkCategoryTheory.StructuredArrow.map₂CompMap₂Iso · cited by 5StructuredArrow.map₂CompM…CategoryTheory.StructuredArrow.map₂IdIso · cited by 5StructuredArrow.map₂IdIsoCategoryTheory.StructuredArrow.map₂Congr · cited by 4StructuredArrow.map₂CongrCategoryTheory.StructuredArrow.commaMapEquivalenceUnitIso · cited by 4StructuredArrow.commaMapE…CategoryTheory.structuredArrowOpEquivalence · cited by 4CategoryTheory.structured…CategoryTheory.StructuredArrow.preEquivalence · cited by 4StructuredArrow.preEquiva…CategoryTheory.StructuredArrow.eta · cited by 3StructuredArrow.etaCategoryTheory.Functor.isLeftKanExtension_of_iso · cited by 3Functor.isLeftKanExtensio…CategoryTheory.Functor.LeftExtension.postcompose₂ObjMkIso · cited by 3LeftExtension.postcompose…CategoryTheory.Bicategory.LeftExtension.whiskerOfCompIdIsoSelf · cited by 2LeftExtension.whiskerOfCo…CategoryTheory.costructuredArrowOpEquivalence · cited by 2CategoryTheory.costructur…CategoryTheory.Bicategory.LeftLift.whiskerOfIdCompIsoSelf · cited by 2LeftLift.whiskerOfIdCompI…CategoryTheory.TwoSquare.GuitartExact.whiskerVertical · cited by 1GuitartExact.whiskerVerti…CategoryTheory.MonoidalCategory.InducedLawfulDayConvolutionMonoidalCategoryStructCore.convolutions · cited by 1InducedLawfulDayConvoluti…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.StructuredArrow · cited by 370CategoryTheory.Structured…CategoryTheory.StructuredArrow.right · cited by 213StructuredArrow.rightCategoryTheory.StructuredArrow.hom · cited by 150StructuredArrow.homCategoryTheory.eqToIso · cited by 97CategoryTheory.eqToIsoCategoryTheory.Comma.isoMk · cited by 5Comma.isoMkStructuredArrow.isoMkCITED BYCITES

Cites13

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

Cited by36

Results whose statement or proof uses this declaration.