Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Under.isoMk

{T : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} T] →
    {X : T} →
      {f g : CategoryTheory.Under X} →
        (hr : f.right ≅ g.right) →
          autoParam (CategoryTheory.CategoryStruct.comp f.hom hr.hom = g.hom) CategoryTheory.Under.isoMk._auto_1 →
            (f ≅ g)

Construct an isomorphism in the over category given isomorphisms of the objects whose forward direction gives a commutative triangle.

Defined in
Mathlib.CategoryTheory.Comma.Over.Basic
Cited by
11 results in Mathlib
Foundations
Depth 28 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.Limits.pushoutCoconeEquivBinaryCofan · cited by 7Limits.pushoutCoconeEquiv…CategoryTheory.Under.equivalenceOfIsInitial · cited by 7Under.equivalenceOfIsInit…CommRingCat.tensorProdObjIsoPushoutObj · cited by 5CommRingCat.tensorProdObj…CategoryTheory.Under.postEquiv · cited by 4Under.postEquivCategoryTheory.underEquivOfIsTerminal · cited by 4CategoryTheory.underEquiv…CategoryTheory.algebraEquivUnder · cited by 4CategoryTheory.algebraEqu…CategoryTheory.Under.mapId · cited by 3Under.mapIdCategoryTheory.Under.postAdjunctionRight · cited by 2Under.postAdjunctionRightCategoryTheory.Under.isoMk_inv_right · cited by 2Under.isoMk_inv_rightCategoryTheory.Under.postCongr · cited by 2Under.postCongrCategoryTheory.Limits.IsColimit.underPost · cited by 1IsColimit.underPostCategoryTheory.Limits.pushoutCoconeEquivBinaryCofan_counitIso · cited by 0Limits.pushoutCoconeEquiv…CategoryTheory.Under.postAdjunctionRight_counit_app_right · cited by 0Under.postAdjunctionRight…CategoryTheory.Under.isoMk_hom_right · cited by 0Under.isoMk_hom_rightCategoryTheory.Under.postEquiv_counitIso · cited by 0Under.postEquiv_counitIsoCategoryTheory.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.Under · cited by 276CategoryTheory.UnderCategoryTheory.Under.right · cited by 128Under.rightCategoryTheory.Under.hom · cited by 73Under.homCategoryTheory.StructuredArrow.isoMk · cited by 14StructuredArrow.isoMkUnder.isoMkCITED BYCITES

Cites9

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

Cited by21

Results whose statement or proof uses this declaration.