Mathlib Map

Theorems · Definition · category theory

CategoryTheory.CostructuredArrow.mapNatIso

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        {T : D} →
          {S S' : CategoryTheory.Functor C D} →
            (S ≅ S') → (CategoryTheory.CostructuredArrow S T ≌ CategoryTheory.CostructuredArrow S' T)

A natural isomorphism S ≅ S' induces an equivalence CostrucutredArrow S T ≌ CostructuredArrow S' T.

Defined in
Mathlib.CategoryTheory.Comma.StructuredArrow.Basic
Cited by
16 results in Mathlib
Foundations
Depth 29 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.Functor.initial_of_natIso · cited by 6Functor.initial_of_natIsoCategoryTheory.Functor.DenseAt.ofNatIso · cited by 1DenseAt.ofNatIsoCategoryTheory.Functor.rightExtensionEquivalenceOfIso₁ · cited by 1Functor.rightExtensionEqu…CategoryTheory.CostructuredArrow.mapNatIso_counitIso_hom_app_left · cited by 0CostructuredArrow.mapNatI…CategoryTheory.CostructuredArrow.mapNatIso_counitIso_inv_app_left · cited by 0CostructuredArrow.mapNatI…CategoryTheory.CostructuredArrow.mapNatIso_functor_map_left · cited by 0CostructuredArrow.mapNatI…CategoryTheory.CostructuredArrow.mapNatIso_functor_map_right · cited by 0CostructuredArrow.mapNatI…CategoryTheory.CostructuredArrow.mapNatIso_functor_obj_hom · cited by 0CostructuredArrow.mapNatI…CategoryTheory.CostructuredArrow.mapNatIso_functor_obj_left · cited by 0CostructuredArrow.mapNatI…CategoryTheory.CostructuredArrow.mapNatIso_functor_obj_right · cited by 0CostructuredArrow.mapNatI…CategoryTheory.CostructuredArrow.mapNatIso_inverse_map_left · cited by 0CostructuredArrow.mapNatI…CategoryTheory.CostructuredArrow.mapNatIso_inverse_map_right · cited by 0CostructuredArrow.mapNatI…CategoryTheory.CostructuredArrow.mapNatIso_inverse_obj_hom · cited by 0CostructuredArrow.mapNatI…CategoryTheory.CostructuredArrow.mapNatIso_inverse_obj_left · cited by 0CostructuredArrow.mapNatI…CategoryTheory.CostructuredArrow.mapNatIso_inverse_obj_right · cited by 0CostructuredArrow.mapNatI…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Functor.fromPUnit · cited by 769Functor.fromPUnitCategoryTheory.Equivalence · cited by 601CategoryTheory.EquivalenceCategoryTheory.CostructuredArrow · cited by 536CategoryTheory.Costructur…CategoryTheory.Comma.mapLeftIso · cited by 18Comma.mapLeftIsoCostructuredArrow.mapNatIsoCITED BYCITES

Cites7

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

Cited by19

Results whose statement or proof uses this declaration.