Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Comma.mapRight

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

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

Defined in
Mathlib.CategoryTheory.Comma.Basic
Cited by
52 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.Over.map · cited by 97Over.mapCategoryTheory.TwoSquare.structuredArrowDownwards · cited by 35TwoSquare.structuredArrow…CategoryTheory.CostructuredArrow.map · cited by 29CostructuredArrow.mapCategoryTheory.MorphismProperty.Comma.mapRight · cited by 28Comma.mapRightCategoryTheory.Comma.mapRightIso · cited by 18Comma.mapRightIsoCategoryTheory.Comma.mapRightComp · cited by 4Comma.mapRightCompCategoryTheory.Comma.mapRightEq · cited by 4Comma.mapRightEqCategoryTheory.Comma.mapRightId · cited by 4Comma.mapRightIdCategoryTheory.TwoSquare.GuitartExact.quotient_of_nonempty_leftHomotopy · cited by 1GuitartExact.quotient_of_…CategoryTheory.TwoSquare.GuitartExact.whiskerVertical · cited by 1GuitartExact.whiskerVerti…CategoryTheory.TwoSquare.structuredArrowDownwards_initial_iff_of_iso · cited by 1TwoSquare.structuredArrow…CategoryTheory.Comma.mapRightId_hom_app_right · cited by 0Comma.mapRightId_hom_app_…CategoryTheory.Comma.mapRightId_inv_app_left · cited by 0Comma.mapRightId_inv_app_…CategoryTheory.Comma.mapRightId_inv_app_right · cited by 0Comma.mapRightId_inv_app_…CategoryTheory.CostructuredArrow.mapIso_unitIso_hom_app_left · cited by 0CostructuredArrow.mapIso_…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.rightCategoryTheory.CommaMorphism.mk' · cited by 2CommaMorphism.mk'Comma.mapRightCITED BYCITES

Cites12

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

Cited by60

Results whose statement or proof uses this declaration.