Mathlib Map

Theorems · Definition · category theory

CategoryTheory.MorphismProperty.Comma.mapLeftIso

{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} →
                          [P.RespectsIso] →
                            [Q.RespectsIso] →
                              [W.RespectsIso] →
                                (L₁ ≅ L₂) →
                                  (CategoryTheory.MorphismProperty.Comma L₁ R P Q W ≌
                                    CategoryTheory.MorphismProperty.Comma L₂ R P Q W)

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

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

Around this declaration

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

CategoryTheory.MorphismProperty.Comma.mapLeftIso_counitIso_hom_app_left · cited by 0Comma.mapLeftIso_counitIs…CategoryTheory.MorphismProperty.Comma.mapLeftIso_counitIso_hom_app_right · cited by 0Comma.mapLeftIso_counitIs…CategoryTheory.MorphismProperty.Comma.mapLeftIso_counitIso_inv_app_left · cited by 0Comma.mapLeftIso_counitIs…CategoryTheory.MorphismProperty.Comma.mapLeftIso_counitIso_inv_app_right · cited by 0Comma.mapLeftIso_counitIs…CategoryTheory.MorphismProperty.Comma.mapLeftIso_functor_map_left · cited by 0Comma.mapLeftIso_functor_…CategoryTheory.MorphismProperty.Comma.mapLeftIso_functor_map_right · cited by 0Comma.mapLeftIso_functor_…CategoryTheory.MorphismProperty.Comma.mapLeftIso_functor_obj_hom · cited by 0Comma.mapLeftIso_functor_…CategoryTheory.MorphismProperty.Comma.mapLeftIso_functor_obj_left · cited by 0Comma.mapLeftIso_functor_…CategoryTheory.MorphismProperty.Comma.mapLeftIso_functor_obj_right · cited by 0Comma.mapLeftIso_functor_…CategoryTheory.MorphismProperty.Comma.mapLeftIso_inverse_map_left · cited by 0Comma.mapLeftIso_inverse_…CategoryTheory.MorphismProperty.Comma.mapLeftIso_inverse_map_right · cited by 0Comma.mapLeftIso_inverse_…CategoryTheory.MorphismProperty.Comma.mapLeftIso_inverse_obj_hom · cited by 0Comma.mapLeftIso_inverse_…CategoryTheory.MorphismProperty.Comma.mapLeftIso_inverse_obj_left · cited by 0Comma.mapLeftIso_inverse_…CategoryTheory.MorphismProperty.Comma.mapLeftIso_inverse_obj_right · cited by 0Comma.mapLeftIso_inverse_…CategoryTheory.MorphismProperty.Comma.mapLeftIso_unitIso_hom_app_left · cited by 0Comma.mapLeftIso_unitIso_…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.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…CategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Equivalence · cited by 601CategoryTheory.EquivalenceCategoryTheory.Iso.trans · cited by 566Iso.transCategoryTheory.MorphismProperty.IsMultiplicative · cited by 332MorphismProperty.IsMultip…CategoryTheory.MorphismProperty.RespectsIso · cited by 248MorphismProperty.Respects…CategoryTheory.MorphismProperty.Comma · cited by 138MorphismProperty.CommaCategoryTheory.MorphismProperty.Comma.mapLeft · cited by 28Comma.mapLeftComma.mapLeftIsoCITED BYCITES

Cites18

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

Cited by18

Results whose statement or proof uses this declaration.