Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Comma.mapLeft

{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] →
            (R : CategoryTheory.Functor B T) →
              {L₁ L₂ : CategoryTheory.Functor A T} →
                (L₁ ⟶ L₂) → CategoryTheory.Functor (CategoryTheory.Comma L₂ R) (CategoryTheory.Comma L₁ R)

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

Defined in
Mathlib.CategoryTheory.Comma.Basic
Cited by
48 results in Mathlib
Foundations
Depth 22 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.Under.map · cited by 32Under.mapCategoryTheory.TwoSquare.costructuredArrowRightwards · cited by 31TwoSquare.costructuredArr…CategoryTheory.MorphismProperty.Comma.mapLeft · cited by 28Comma.mapLeftCategoryTheory.Comma.mapLeftIso · cited by 18Comma.mapLeftIsoCategoryTheory.StructuredArrow.map · cited by 17StructuredArrow.mapCategoryTheory.Comma.mapLeftEq · cited by 5Comma.mapLeftEqCategoryTheory.Comma.mapLeftComp · cited by 4Comma.mapLeftCompCategoryTheory.Comma.mapLeftId · cited by 4Comma.mapLeftIdCategoryTheory.TwoSquare.costructuredArrowRightwards_final_iff_of_iso · cited by 1TwoSquare.costructuredArr…CategoryTheory.CostructuredArrow.mapNatIso_counitIso_hom_app_left · cited by 0CostructuredArrow.mapNatI…CategoryTheory.CostructuredArrow.mapNatIso_counitIso_inv_app_left · cited by 0CostructuredArrow.mapNatI…CategoryTheory.TwoSquare.EquivalenceJ.functor_map · cited by 0EquivalenceJ.functor_mapCategoryTheory.TwoSquare.EquivalenceJ.functor_obj · cited by 0EquivalenceJ.functor_objCategoryTheory.CostructuredArrow.mapNatIso_unitIso_hom_app_left · cited by 0CostructuredArrow.mapNatI…CategoryTheory.CostructuredArrow.mapNatIso_unitIso_inv_app_left · cited by 0CostructuredArrow.mapNatI…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.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.mapLeftCITED BYCITES

Cites11

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

Cited by56

Results whose statement or proof uses this declaration.