Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Comma.mapLeftIso

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

A natural isomorphism L₁ ≅ L₂ 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.CostructuredArrow.mapNatIso · cited by 16CostructuredArrow.mapNatI…CategoryTheory.StructuredArrow.mapIso · cited by 16StructuredArrow.mapIsoCategoryTheory.Under.mapIso · cited by 2Under.mapIsoCategoryTheory.Comma.mapLeftIso_counitIso_hom_app_left · cited by 0Comma.mapLeftIso_counitIs…CategoryTheory.Comma.mapLeftIso_counitIso_hom_app_right · cited by 0Comma.mapLeftIso_counitIs…CategoryTheory.Comma.mapLeftIso_counitIso_inv_app_left · cited by 0Comma.mapLeftIso_counitIs…CategoryTheory.Comma.mapLeftIso_counitIso_inv_app_right · cited by 0Comma.mapLeftIso_counitIs…CategoryTheory.Comma.mapLeftIso_functor_map_left · cited by 0Comma.mapLeftIso_functor_…CategoryTheory.Comma.mapLeftIso_functor_map_right · cited by 0Comma.mapLeftIso_functor_…CategoryTheory.Comma.mapLeftIso_functor_obj_hom · cited by 0Comma.mapLeftIso_functor_…CategoryTheory.Comma.mapLeftIso_functor_obj_left · cited by 0Comma.mapLeftIso_functor_…CategoryTheory.Comma.mapLeftIso_functor_obj_right · cited by 0Comma.mapLeftIso_functor_…CategoryTheory.Comma.mapLeftIso_inverse_map_left · cited by 0Comma.mapLeftIso_inverse_…CategoryTheory.Comma.mapLeftIso_inverse_map_right · cited by 0Comma.mapLeftIso_inverse_…CategoryTheory.Comma.mapLeftIso_inverse_obj_hom · cited by 0Comma.mapLeftIso_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.mapLeft · cited by 48Comma.mapLeftCategoryTheory.Comma.mapLeftEq · cited by 5Comma.mapLeftEqCategoryTheory.Comma.mapLeftComp · cited by 4Comma.mapLeftCompCategoryTheory.Comma.mapLeftId · cited by 4Comma.mapLeftIdComma.mapLeftIsoCITED BYCITES

Cites15

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.