Mathlib Map

Theorems · Definition · category theory

CategoryTheory.WithInitial.ofCommaMorphism

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {D : Type u_1} →
      [inst_1 : CategoryTheory.Category.{v_1, u_1} D] →
        {c c' :
            CategoryTheory.Comma (CategoryTheory.Functor.const C)
              (CategoryTheory.Functor.id (CategoryTheory.Functor C D))} →
          (c ⟶ c') → (CategoryTheory.WithInitial.ofCommaObject c ⟶ CategoryTheory.WithInitial.ofCommaObject c')

A morphism in Comma (Functor.const C) (𝟭 (C ⥤ D)) gives a morphism between the associated functors WithInitial C ⥤ D.

Defined in
Mathlib.CategoryTheory.WithTerminal.Basic
Cited by
13 results in Mathlib
Foundations
Depth 41 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.WithInitial.equivComma · cited by 16WithInitial.equivCommaCategoryTheory.WithInitial.equivComma_unitIso_inv_app_app · cited by 0WithInitial.equivComma_un…AugmentedSimplexCategory.equivAugmentedCosimplicialObject_unitIso_hom_app_app · cited by 0AugmentedSimplexCategory.…AugmentedSimplexCategory.equivAugmentedCosimplicialObject_unitIso_inv_app_app · cited by 0AugmentedSimplexCategory.…CategoryTheory.WithInitial.equivComma_counitIso_hom_app_left · cited by 0WithInitial.equivComma_co…CategoryTheory.WithInitial.equivComma_counitIso_hom_app_right_app · cited by 0WithInitial.equivComma_co…CategoryTheory.WithInitial.equivComma_counitIso_inv_app_left · cited by 0WithInitial.equivComma_co…CategoryTheory.WithInitial.equivComma_counitIso_inv_app_right_app · cited by 0WithInitial.equivComma_co…CategoryTheory.WithInitial.equivComma_unitIso_hom_app_app · cited by 0WithInitial.equivComma_un…AugmentedSimplexCategory.equivAugmentedCosimplicialObject_counitIso_hom_app_left · cited by 0AugmentedSimplexCategory.…AugmentedSimplexCategory.equivAugmentedCosimplicialObject_counitIso_hom_app_right_app · cited by 0AugmentedSimplexCategory.…AugmentedSimplexCategory.equivAugmentedCosimplicialObject_counitIso_inv_app_left · cited by 0AugmentedSimplexCategory.…AugmentedSimplexCategory.equivAugmentedCosimplicialObject_counitIso_inv_app_right_app · cited by 0AugmentedSimplexCategory.…CategoryTheory.WithInitial.ofCommaMorphism_app · cited by 0WithInitial.ofCommaMorphi…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Functor.id · cited by 3333Functor.idCategoryTheory.Functor.const · cited by 1264Functor.constCategoryTheory.Comma · cited by 566CategoryTheory.CommaCategoryTheory.CommaMorphism.left · cited by 526CommaMorphism.leftCategoryTheory.CommaMorphism.right · cited by 391CommaMorphism.rightCategoryTheory.WithInitial · cited by 144CategoryTheory.WithInitialCategoryTheory.WithInitial.ofCommaObject · cited by 18WithInitial.ofCommaObjectWithInitial.ofCommaMorphismCITED BYCITES

Cites12

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.