Mathlib Map

Theorems · Definition · category theory

CategoryTheory.CatEnriched.hComp

{C : Type u_1} →
  [inst : CategoryTheory.EnrichedCategory CategoryTheory.Cat C] →
    {a b c : CategoryTheory.CatEnriched C} →
      {f f' : a ⟶ b} →
        {g g' : b ⟶ c} →
          (f ⟶ f') → (g ⟶ g') → (CategoryTheory.CategoryStruct.comp f g ⟶ CategoryTheory.CategoryStruct.comp f' g')

The horizontal composition on 2-morphisms is defined using the action on arrows of the composition bifunctor from the enriched category structure.

Defined in
Mathlib.CategoryTheory.Bicategory.CatEnriched
Cited by
13 results in Mathlib
Foundations
Depth 44 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.EnrichedCategory

Around this declaration

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

CategoryTheory.CatEnrichedOrdinary.hComp · cited by 9CatEnrichedOrdinary.hCompCategoryTheory.CatEnriched.id_hComp_id · cited by 2CatEnriched.id_hComp_idCategoryTheory.CatEnrichedOrdinary.hComp_assoc · cited by 1CatEnrichedOrdinary.hComp…CategoryTheory.CatEnrichedOrdinary.hComp_id · cited by 1CatEnrichedOrdinary.hComp…CategoryTheory.CatEnrichedOrdinary.id_hComp · cited by 1CatEnrichedOrdinary.id_hC…CategoryTheory.CatEnriched.eqToHom_hComp_eqToHom · cited by 1CatEnriched.eqToHom_hComp…CategoryTheory.CatEnriched.hComp_comp · cited by 1CatEnriched.hComp_compCategoryTheory.CatEnrichedOrdinary.hComp_comp · cited by 0CatEnrichedOrdinary.hComp…CategoryTheory.CatEnriched.hComp_assoc · cited by 0CatEnriched.hComp_assocCategoryTheory.CatEnriched.hComp_assoc_heq · cited by 0CatEnriched.hComp_assoc_h…CategoryTheory.CatEnriched.hComp_id · cited by 0CatEnriched.hComp_idCategoryTheory.CatEnriched.hComp_id_heq · cited by 0CatEnriched.hComp_id_heqCategoryTheory.CatEnriched.id_hComp · cited by 0CatEnriched.id_hCompCategoryTheory.CatEnriched.id_hComp_heq · cited by 0CatEnriched.id_hComp_heqQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Cat · cited by 884CategoryTheory.CatCategoryTheory.Cat.Hom.toFunctor · cited by 531Hom.toFunctorCategoryTheory.EnrichedCategory · cited by 99CategoryTheory.EnrichedCa…CategoryTheory.eComp · cited by 64CategoryTheory.eCompCategoryTheory.CatEnriched · cited by 25CategoryTheory.CatEnrichedCatEnriched.hCompCITED BYCITES

Cites8

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

Cited by14

Results whose statement or proof uses this declaration.