Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Arrow.isoMk

{T : Type u} →
  [inst : CategoryTheory.Category.{v, u} T] →
    {f g : CategoryTheory.Arrow T} →
      (l : f.left ≅ g.left) →
        (r : f.right ≅ g.right) →
          autoParam (CategoryTheory.CategoryStruct.comp l.hom g.hom = CategoryTheory.CategoryStruct.comp f.hom r.hom)
              CategoryTheory.Arrow.isoMk._auto_1 →
            (f ≅ g)

Create an isomorphism between arrows, by providing isomorphisms between the domains and codomains, and a proof that the square commutes.

Defined in
Mathlib.CategoryTheory.Comma.Arrow
Cited by
53 results in Mathlib
Foundations
Depth 22 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.Category

Around this declaration

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

CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.braiding · cited by 12PushoutProduct.braidingCategoryTheory.MonoidalCategory.Arrow.PushoutProduct.associator · cited by 8PushoutProduct.associatorAlgebraicGeometry.morphismRestrictOpensRange · cited by 7AlgebraicGeometry.morphis…CategoryTheory.Arrow.isoOfNatIso · cited by 7Arrow.isoOfNatIsoCategoryTheory.Pretriangulated.isoTriangleOfIso₁₂ · cited by 7Pretriangulated.isoTriang…AlgebraicGeometry.arrowIsoΓSpecOfIsAffine · cited by 6AlgebraicGeometry.arrowIs…HomologicalComplex.cylinder.mapHomologicalComplexObjIso · cited by 5cylinder.mapHomologicalCo…groupCohomology.dArrowIso₀₁ · cited by 5groupCohomology.dArrowIso…CategoryTheory.SmallObject.iterationFunctorMapSuccAppArrowIso · cited by 5SmallObject.iterationFunc…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.whiskerLeftIso · cited by 5PushoutProduct.whiskerLef…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.whiskerRightIso · cited by 5PushoutProduct.whiskerRig…groupHomology.d₁₀ArrowIso · cited by 5groupHomology.d₁₀ArrowIsoCategoryTheory.Arrow.isoMk' · cited by 5Arrow.isoMk'CategoryTheory.NatTrans.isIso_app_iff_of_iso · cited by 5NatTrans.isIso_app_iff_of…AlgebraicGeometry.Scheme.arrowStalkMapSpecIso · cited by 4Scheme.arrowStalkMapSpecI…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Arrow · cited by 713CategoryTheory.ArrowCategoryTheory.Arrow.left · cited by 426Arrow.leftCategoryTheory.Arrow.right · cited by 423Arrow.rightCategoryTheory.Arrow.hom · cited by 335Arrow.homCategoryTheory.Comma.isoMk · cited by 5Comma.isoMkArrow.isoMkCITED BYCITES

Cites10

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

Cited by82

Results whose statement or proof uses this declaration.