Mathlib Map

Theorems · Definition · category theory

CategoryTheory.MorphismProperty.Comma.mapLeft

{A : Type u_1} →
  [inst : CategoryTheory.Category.{v_1, u_1} A] →
    {B : Type u_2} →
      [inst_1 : CategoryTheory.Category.{v_2, u_2} B] →
        {T : Type u_3} →
          [inst_2 : CategoryTheory.Category.{v_3, u_3} T] →
            (R : CategoryTheory.Functor B T) →
              {P : CategoryTheory.MorphismProperty T} →
                {Q : CategoryTheory.MorphismProperty A} →
                  {W : CategoryTheory.MorphismProperty B} →
                    [inst_3 : Q.IsMultiplicative] →
                      [inst_4 : W.IsMultiplicative] →
                        {L₁ L₂ : CategoryTheory.Functor A T} →
                          (l : L₁ ⟶ L₂) →
                            (∀ (X : CategoryTheory.MorphismProperty.Comma L₂ R P Q W),
                                P (CategoryTheory.CategoryStruct.comp (l.app X.left) X.hom)) →
                              CategoryTheory.Functor (CategoryTheory.MorphismProperty.Comma L₂ R P Q W)
                                (CategoryTheory.MorphismProperty.Comma L₁ R P Q W)

A natural transformation L₁ ⟶ L₂ induces a functor P.Comma L₂ R Q W ⥤ P.Comma L₁ R Q W.

Defined in
Mathlib.CategoryTheory.MorphismProperty.Comma
Cited by
28 results in Mathlib
Foundations
Depth 23 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.MorphismProperty.IsMultiplicativeCategoryTheory.MorphismProperty.IsMultiplicative

Around this declaration

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

CategoryTheory.MorphismProperty.Comma.mapLeftIso · cited by 18Comma.mapLeftIsoCategoryTheory.MorphismProperty.Under.map · cited by 11Under.mapCategoryTheory.MorphismProperty.Comma.mapLeftComp · cited by 5Comma.mapLeftCompCategoryTheory.MorphismProperty.Comma.mapLeftEq · cited by 5Comma.mapLeftEqCategoryTheory.MorphismProperty.Comma.mapLeftId · cited by 5Comma.mapLeftIdCategoryTheory.MorphismProperty.Comma.mapLeft_obj_right · cited by 0Comma.mapLeft_obj_rightCategoryTheory.MorphismProperty.Comma.mapLeftComp_hom_app_left · cited by 0Comma.mapLeftComp_hom_app…CategoryTheory.MorphismProperty.Comma.mapLeftComp_hom_app_right · cited by 0Comma.mapLeftComp_hom_app…CategoryTheory.MorphismProperty.Comma.mapLeftComp_inv_app_left · cited by 0Comma.mapLeftComp_inv_app…CategoryTheory.MorphismProperty.Comma.mapLeftComp_inv_app_right · cited by 0Comma.mapLeftComp_inv_app…CategoryTheory.MorphismProperty.Comma.mapLeftEq_hom_app_left · cited by 0Comma.mapLeftEq_hom_app_l…CategoryTheory.MorphismProperty.Comma.mapLeftEq_hom_app_right · cited by 0Comma.mapLeftEq_hom_app_r…CategoryTheory.MorphismProperty.Comma.mapLeftEq_inv_app_left · cited by 0Comma.mapLeftEq_inv_app_l…CategoryTheory.MorphismProperty.Comma.mapLeftEq_inv_app_right · cited by 0Comma.mapLeftEq_inv_app_r…CategoryTheory.MorphismProperty.Comma.mapLeftId_hom_app_left · cited by 0Comma.mapLeftId_hom_app_l…CategoryTheory.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.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…CategoryTheory.Comma.left · cited by 886Comma.leftCategoryTheory.Comma.right · cited by 727Comma.rightCategoryTheory.Comma.hom · cited by 490Comma.homCategoryTheory.MorphismProperty.IsMultiplicative · cited by 332MorphismProperty.IsMultip…CategoryTheory.MorphismProperty.Comma.toComma · cited by 260Comma.toCommaCategoryTheory.MorphismProperty.Comma · cited by 138MorphismProperty.CommaCategoryTheory.Comma.mapLeft · cited by 48Comma.mapLeftComma.mapLeftCITED BYCITES

Cites19

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

Cited by33

Results whose statement or proof uses this declaration.