Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Comma.preLeft

{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] →
            {C : Type u₄} →
              [inst_3 : CategoryTheory.Category.{v₄, u₄} C] →
                (F : CategoryTheory.Functor C A) →
                  (L : CategoryTheory.Functor A T) →
                    (R : CategoryTheory.Functor B T) →
                      CategoryTheory.Functor (CategoryTheory.Comma (F.comp L) R) (CategoryTheory.Comma L R)

The functor (F ⋙ L, R) ⥤ (L, R)

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

Around this declaration

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

CategoryTheory.CostructuredArrow.pre · cited by 36CostructuredArrow.preCategoryTheory.CostructuredArrow.ofCommaFstEquivalenceInverse · cited by 10CostructuredArrow.ofComma…CategoryTheory.StructuredArrow.ofCommaSndEquivalenceInverse · cited by 10StructuredArrow.ofCommaSn…CategoryTheory.Comma.preLeftIso · cited by 0Comma.preLeftIsoCategoryTheory.Comma.preLeft_map_left · cited by 0Comma.preLeft_map_leftCategoryTheory.Comma.preLeft_map_right · cited by 0Comma.preLeft_map_rightCategoryTheory.Comma.preLeft_obj_hom · cited by 0Comma.preLeft_obj_homCategoryTheory.Comma.preLeft_obj_left · cited by 0Comma.preLeft_obj_leftCategoryTheory.Comma.preLeft_obj_right · cited by 0Comma.preLeft_obj_rightCategoryTheory.CostructuredArrow.ofCommaFstEquivalenceInverse_map_left_left · cited by 0CostructuredArrow.ofComma…CategoryTheory.CostructuredArrow.ofCommaFstEquivalenceInverse_map_left_right · cited by 0CostructuredArrow.ofComma…CategoryTheory.StructuredArrow.ofCommaSndEquivalenceInverse_map_right_left · cited by 0StructuredArrow.ofCommaSn…CategoryTheory.StructuredArrow.ofCommaSndEquivalenceInverse_map_right_right · cited by 0StructuredArrow.ofCommaSn…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Comma.left · cited by 886Comma.leftCategoryTheory.Comma.right · cited by 727Comma.rightCategoryTheory.Comma · cited by 566CategoryTheory.CommaCategoryTheory.CommaMorphism.left · cited by 526CommaMorphism.leftCategoryTheory.Comma.hom · cited by 490Comma.homCategoryTheory.CommaMorphism.right · cited by 391CommaMorphism.rightComma.preLeftCITED BYCITES

Cites12

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

Cited by13

Results whose statement or proof uses this declaration.