Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Comma.mapRightIso

{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.Comma L R₁ ≌ CategoryTheory.Comma L R₂)

A natural isomorphism R₁ ≅ R₂ induces an equivalence of categories Comma L R₁ ≌ Comma L R₂.

Defined in
Mathlib.CategoryTheory.Comma.Basic
Cited by
18 results in Mathlib
Foundations
Depth 28 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.StructuredArrow.mapNatIso · cited by 16StructuredArrow.mapNatIsoCategoryTheory.CostructuredArrow.mapIso · cited by 16CostructuredArrow.mapIsoCategoryTheory.Over.mapIso · cited by 2Over.mapIsoCategoryTheory.Comma.mapRightIso_counitIso_hom_app_left · cited by 0Comma.mapRightIso_counitI…CategoryTheory.Comma.mapRightIso_counitIso_hom_app_right · cited by 0Comma.mapRightIso_counitI…CategoryTheory.Comma.mapRightIso_counitIso_inv_app_left · cited by 0Comma.mapRightIso_counitI…CategoryTheory.Comma.mapRightIso_counitIso_inv_app_right · cited by 0Comma.mapRightIso_counitI…CategoryTheory.Comma.mapRightIso_functor_map_left · cited by 0Comma.mapRightIso_functor…CategoryTheory.Comma.mapRightIso_functor_map_right · cited by 0Comma.mapRightIso_functor…CategoryTheory.Comma.mapRightIso_functor_obj_hom · cited by 0Comma.mapRightIso_functor…CategoryTheory.Comma.mapRightIso_functor_obj_left · cited by 0Comma.mapRightIso_functor…CategoryTheory.Comma.mapRightIso_functor_obj_right · cited by 0Comma.mapRightIso_functor…CategoryTheory.Comma.mapRightIso_inverse_map_left · cited by 0Comma.mapRightIso_inverse…CategoryTheory.Comma.mapRightIso_inverse_map_right · cited by 0Comma.mapRightIso_inverse…CategoryTheory.Comma.mapRightIso_inverse_obj_hom · cited by 0Comma.mapRightIso_inverse…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.CategoryStruct.id · cited by 6235CategoryStruct.idCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Equivalence · cited by 601CategoryTheory.EquivalenceCategoryTheory.Comma · cited by 566CategoryTheory.CommaCategoryTheory.Iso.trans · cited by 566Iso.transCategoryTheory.Comma.mapRight · cited by 52Comma.mapRightCategoryTheory.Comma.mapRightComp · cited by 4Comma.mapRightCompCategoryTheory.Comma.mapRightEq · cited by 4Comma.mapRightEqCategoryTheory.Comma.mapRightId · cited by 4Comma.mapRightIdComma.mapRightIsoCITED BYCITES

Cites16

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

Cited by21

Results whose statement or proof uses this declaration.