Mathlib Map

Theorems · Definition · category theory

CategoryTheory.StructuredArrow.commaMapEquivalenceFunctor

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        {T : Type u₃} →
          [inst_2 : CategoryTheory.Category.{v₃, u₃} T] →
            {L : CategoryTheory.Functor C T} →
              {R : CategoryTheory.Functor D T} →
                {C' : Type u₄} →
                  [inst_3 : CategoryTheory.Category.{v₄, u₄} C'] →
                    {D' : Type u₅} →
                      [inst_4 : CategoryTheory.Category.{v₅, u₅} D'] →
                        {T' : Type u₆} →
                          [inst_5 : CategoryTheory.Category.{v₆, u₆} T'] →
                            {L' : CategoryTheory.Functor C' T'} →
                              {R' : CategoryTheory.Functor D' T'} →
                                {F₁ : CategoryTheory.Functor C C'} →
                                  {F₂ : CategoryTheory.Functor D D'} →
                                    {F : CategoryTheory.Functor T T'} →
                                      (α : F₁.comp L' ⟶ L.comp F) →
                                        (β : R.comp F ⟶ F₂.comp R') →
                                          [inst_6 : CategoryTheory.IsIso β] →
                                            (X : CategoryTheory.Comma L' R') →
                                              CategoryTheory.Functor
                                                (CategoryTheory.StructuredArrow X (CategoryTheory.Comma.map α β))
                                                (CategoryTheory.Comma
                                                  (CategoryTheory.StructuredArrow.map₂
                                                    (CategoryTheory.CategoryStruct.id (L'.obj X.left)) α)
                                                  (CategoryTheory.StructuredArrow.map₂ X.hom (CategoryTheory.inv β)))

The functor establishing the equivalence StructuredArrow.commaMapEquivalence.

Defined in
Mathlib.CategoryTheory.Comma.StructuredArrow.CommaMap
Cited by
13 results in Mathlib
Foundations
Depth 32 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.IsIso

Around this declaration

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

CategoryTheory.StructuredArrow.commaMapEquivalenceUnitIso · cited by 4StructuredArrow.commaMapE…CategoryTheory.StructuredArrow.commaMapEquivalenceCounitIso · cited by 4StructuredArrow.commaMapE…CategoryTheory.StructuredArrow.commaMapEquivalence · cited by 1StructuredArrow.commaMapE…CategoryTheory.StructuredArrow.commaMapEquivalenceFunctor_map_left · cited by 0StructuredArrow.commaMapE…CategoryTheory.StructuredArrow.commaMapEquivalenceFunctor_map_right · cited by 0StructuredArrow.commaMapE…CategoryTheory.StructuredArrow.commaMapEquivalenceFunctor_obj_hom · cited by 0StructuredArrow.commaMapE…CategoryTheory.StructuredArrow.commaMapEquivalenceFunctor_obj_left · cited by 0StructuredArrow.commaMapE…CategoryTheory.StructuredArrow.commaMapEquivalenceFunctor_obj_right · cited by 0StructuredArrow.commaMapE…CategoryTheory.StructuredArrow.commaMapEquivalenceUnitIso_hom_app_right_left · cited by 0StructuredArrow.commaMapE…CategoryTheory.StructuredArrow.commaMapEquivalenceUnitIso_hom_app_right_right · cited by 0StructuredArrow.commaMapE…CategoryTheory.StructuredArrow.commaMapEquivalenceUnitIso_inv_app_right_left · cited by 0StructuredArrow.commaMapE…CategoryTheory.StructuredArrow.commaMapEquivalenceUnitIso_inv_app_right_right · cited by 0StructuredArrow.commaMapE…CategoryTheory.StructuredArrow.commaMapEquivalenceCounitIso_hom_app_left_right · cited by 0StructuredArrow.commaMapE…CategoryTheory.StructuredArrow.commaMapEquivalenceCounitIso_hom_app_right_right · cited by 0StructuredArrow.commaMapE…CategoryTheory.StructuredArrow.commaMapEquivalenceCounitIso_inv_app_left_right · cited by 0StructuredArrow.commaMapE…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.CategoryStruct.id · cited by 6235CategoryStruct.idCategoryTheory.IsIso · cited by 1156CategoryTheory.IsIsoCategoryTheory.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.inv · cited by 467CategoryTheory.invCategoryTheory.CommaMorphism.right · cited by 391CommaMorphism.rightCategoryTheory.StructuredArrow · cited by 370CategoryTheory.Structured…StructuredArrow.commaMapEquiv…CITED BYCITES

Cites22

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

Cited by16

Results whose statement or proof uses this declaration.