Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Over.mapComp

{T : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} T] →
    {X Y Z : T} →
      (f : X ⟶ Y) →
        (g : Y ⟶ Z) →
          CategoryTheory.Over.map (CategoryTheory.CategoryStruct.comp f g) ≅
            (CategoryTheory.Over.map f).comp (CategoryTheory.Over.map g)

The natural isomorphism arising from mapComp_eq.

Defined in
Mathlib.CategoryTheory.Comma.Over.Basic
Cited by
10 results in Mathlib
Foundations
Depth 31 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.GrothendieckTopology.overMapPullbackComp · cited by 8GrothendieckTopology.over…CategoryTheory.ChosenPullbacksAlong.comp · cited by 4ChosenPullbacksAlong.compCategoryTheory.MonoOver.mapComp · cited by 3MonoOver.mapCompCategoryTheory.GrothendieckTopology.overMapPullbackComp_inv_app_hom_app · cited by 3GrothendieckTopology.over…CategoryTheory.GrothendieckTopology.overMapPullbackComp_hom_app_hom_app · cited by 1GrothendieckTopology.over…CategoryTheory.GrothendieckTopology.overMapPullback_assoc · cited by 1GrothendieckTopology.over…CategoryTheory.GrothendieckTopology.overMapPullback_comp_id · cited by 1GrothendieckTopology.over…CategoryTheory.GrothendieckTopology.overMapPullback_id_comp · cited by 1GrothendieckTopology.over…CategoryTheory.Over.pullbackComp · cited by 0Over.pullbackCompCategoryTheory.GrothendieckTopology.pseudofunctorOver_mapComp_hom_toNatTrans_app_hom_app · cited by 0GrothendieckTopology.pseu…CategoryTheory.GrothendieckTopology.pseudofunctorOver_mapComp_inv_toNatTrans_app_hom_app · cited by 0GrothendieckTopology.pseu…CategoryTheory.Over.mapComp_eq · cited by 0Over.mapComp_eqCategoryTheory.Over.mapComp_hom_app_left · cited by 0Over.mapComp_hom_app_leftCategoryTheory.Over.mapComp_inv_app_left · cited by 0Over.mapComp_inv_app_leftCategoryTheory.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.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Over · cited by 935CategoryTheory.OverCategoryTheory.Iso.refl · cited by 727Iso.reflCategoryTheory.Over.left · cited by 541Over.leftCategoryTheory.NatIso.ofComponents · cited by 178NatIso.ofComponentsCategoryTheory.Over.map · cited by 97Over.mapCategoryTheory.Over.isoMk · cited by 22Over.isoMkOver.mapCompCITED BYCITES

Cites13

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.