Mathlib Map

Theorems · Definition · category theory

CategoryTheory.StructuredArrow.homMk

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

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

Defined in
Mathlib.CategoryTheory.Comma.StructuredArrow.Basic
Cited by
47 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.homMk · cited by 43Under.homMkCategoryTheory.Limits.Cone.toStructuredArrow · cited by 17Cone.toStructuredArrowCategoryTheory.StructuredArrow.commaMapEquivalenceFunctor · cited by 13StructuredArrow.commaMapE…CategoryTheory.StructuredArrow.commaMapEquivalenceInverse · cited by 10StructuredArrow.commaMapE…CategoryTheory.StructuredArrow.post · cited by 9StructuredArrow.postCategoryTheory.StructuredArrow.preEquivalenceInverse · cited by 9StructuredArrow.preEquiva…CategoryTheory.TwoSquare.structuredArrowRightwardsOpEquivalence.functor · cited by 8structuredArrowRightwards…CategoryTheory.TwoSquare.CostructuredArrowDownwards.mk · cited by 7CostructuredArrowDownward…CategoryTheory.StructuredArrow.preEquivalenceFunctor · cited by 7StructuredArrow.preEquiva…Profinite.Extend.functor · cited by 5Extend.functorLightProfinite.Extend.functor · cited by 5Extend.functorCategoryTheory.Limits.Cocone.toStructuredArrow · cited by 5Cocone.toStructuredArrowCategoryTheory.StructuredArrow.prodFunctor · cited by 5StructuredArrow.prodFunct…CategoryTheory.StructuredArrow.prodInverse · cited by 5StructuredArrow.prodInver…CategoryTheory.TwoSquare.costructuredArrowDownwardsPrecomp · cited by 4TwoSquare.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.CategoryStruct.id · cited by 6235CategoryStruct.idCategoryTheory.Comma.left · cited by 886Comma.leftCategoryTheory.StructuredArrow · cited by 370CategoryTheory.Structured…CategoryTheory.StructuredArrow.right · cited by 213StructuredArrow.rightCategoryTheory.StructuredArrow.hom · cited by 150StructuredArrow.homStructuredArrow.homMkCITED BYCITES

Cites11

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

Cited by85

Results whose statement or proof uses this declaration.