Mathlib Map

Theorems · Definition · category theory

CategoryTheory.CostructuredArrow.homMk

{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) f'.hom = f.hom)
                    CategoryTheory.CostructuredArrow.homMk._auto_1 →
                  (f ⟶ f')

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

Defined in
Mathlib.CategoryTheory.Comma.StructuredArrow.Basic
Cited by
55 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.homMk · cited by 115Over.homMkCategoryTheory.Limits.Cocone.toCostructuredArrow · cited by 18Cocone.toCostructuredArrowCategoryTheory.CostructuredArrow.preEquivalence.inverse · cited by 9preEquivalence.inverseCategoryTheory.Comma.costructuredArrowSndInclusion · cited by 9Comma.costructuredArrowSn…CategoryTheory.TwoSquare.structuredArrowRightwardsOpEquivalence.functor · cited by 8structuredArrowRightwards…CategoryTheory.CostructuredArrow.post · cited by 8CostructuredArrow.postCategoryTheory.CostructuredArrow.preEquivalence.functor · cited by 7preEquivalence.functorCategoryTheory.CostructuredArrow.commaToGrothendieckPrecompFunctor · cited by 7CostructuredArrow.commaTo…CategoryTheory.CategoryOfElements.costructuredArrowULiftYonedaEquivalence · cited by 7CategoryOfElements.costru…CategoryTheory.CategoryOfElements.toCostructuredArrow · cited by 6CategoryOfElements.toCost…CategoryTheory.StructuredArrow.toCostructuredArrow · cited by 6StructuredArrow.toCostruc…CategoryTheory.Limits.colimit.toCostructuredArrow · cited by 5colimit.toCostructuredArr…CategoryTheory.Limits.Cone.toCostructuredArrow · cited by 5Cone.toCostructuredArrowTopCat.Presheaf.pullbackObjObjOfImageOpen · cited by 5Presheaf.pullbackObjObjOf…CategoryTheory.CostructuredArrow.prodFunctor · cited by 5CostructuredArrow.prodFun…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.CategoryStruct.id · cited by 6235CategoryStruct.idCategoryTheory.Comma.right · cited by 727Comma.rightCategoryTheory.CostructuredArrow · cited by 536CategoryTheory.Costructur…CategoryTheory.CostructuredArrow.left · cited by 202CostructuredArrow.leftCategoryTheory.CostructuredArrow.hom · cited by 179CostructuredArrow.homCostructuredArrow.homMkCITED BYCITES

Cites11

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

Cited by97

Results whose statement or proof uses this declaration.