Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Comma.costructuredArrowSndInclusion

{A : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} A] →
    {B : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} B] →
        {T : Type u₃} →
          [inst_2 : CategoryTheory.Category.{v₃, u₃} T] →
            (L : CategoryTheory.Functor A T) →
              (R : CategoryTheory.Functor B T) →
                (b : B) →
                  CategoryTheory.Functor (CategoryTheory.CostructuredArrow L (R.obj b))
                    (CategoryTheory.CostructuredArrow (CategoryTheory.Comma.snd L R) b)

The functor from the costructured arrow category on L over R.obj b to the costructured arrow category on snd L R over b : B.

Defined in
Mathlib.CategoryTheory.Comma.StructuredArrow.Basic
Cited by
9 results in Mathlib
Foundations
Depth 29 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.Comma.costructuredArrowSndAdjunction · cited by 3Comma.costructuredArrowSn…CategoryTheory.Comma.initial_snd_of_isConnected_costructuredArrow · cited by 1Comma.initial_snd_of_isCo…CategoryTheory.Comma.costructuredArrowSndAdjunction_unit_app · cited by 0Comma.costructuredArrowSn…CategoryTheory.Comma.costructuredArrowSndInclusion_map · cited by 0Comma.costructuredArrowSn…CategoryTheory.Comma.costructuredArrowSndInclusion_obj_hom · cited by 0Comma.costructuredArrowSn…CategoryTheory.Comma.costructuredArrowSndInclusion_obj_left_hom · cited by 0Comma.costructuredArrowSn…CategoryTheory.Comma.costructuredArrowSndInclusion_obj_left_left · cited by 0Comma.costructuredArrowSn…CategoryTheory.Comma.costructuredArrowSndInclusion_obj_left_right · cited by 0Comma.costructuredArrowSn…CategoryTheory.Comma.costructuredArrowSndInclusion_obj_right_as · cited by 0Comma.costructuredArrowSn…CategoryTheory.Comma.costructuredArrowSndAdjunction_counit_app · cited by 0Comma.costructuredArrowSn…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.CategoryStruct.id · cited by 6235CategoryStruct.idCategoryTheory.Comma · cited by 566CategoryTheory.CommaCategoryTheory.CostructuredArrow · cited by 536CategoryTheory.Costructur…CategoryTheory.CommaMorphism.left · cited by 526CommaMorphism.leftCategoryTheory.CostructuredArrow.left · cited by 202CostructuredArrow.leftCategoryTheory.CostructuredArrow.hom · cited by 179CostructuredArrow.homCategoryTheory.CostructuredArrow.homMk · cited by 55CostructuredArrow.homMkCategoryTheory.Comma.snd · cited by 51Comma.sndComma.costructuredArrowSndInc…CITED BYCITES

Cites12

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

Cited by10

Results whose statement or proof uses this declaration.