Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.diagramIsoPair

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    (F : CategoryTheory.Functor (CategoryTheory.Discrete CategoryTheory.Limits.WalkingPair) C) →
      F ≅
        CategoryTheory.Limits.pair (F.obj { as := CategoryTheory.Limits.WalkingPair.left })
          (F.obj { as := CategoryTheory.Limits.WalkingPair.right })

Every functor out of the walking pair is naturally isomorphic (actually, equal) to a pair

Defined in
Mathlib.CategoryTheory.Limits.Shapes.BinaryProducts
Cited by
17 results in Mathlib
Foundations
Depth 25 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.Category

Around this declaration

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

CategoryTheory.Limits.pairComp · cited by 6Limits.pairCompCategoryTheory.Limits.preservesBinaryBiproduct_of_preservesBinaryProduct · cited by 2Limits.preservesBinaryBip…CategoryTheory.Limits.isLimitMapConeBinaryFanEquiv · cited by 1Limits.isLimitMapConeBina…CategoryTheory.Limits.preservesBinaryBiproduct_of_preservesBinaryCoproduct · cited by 1Limits.preservesBinaryBip…CategoryTheory.Limits.isColimitMapCoconeBinaryCofanEquiv · cited by 1Limits.isColimitMapCocone…CategoryTheory.preservesBinaryProducts_of_exponentialIdeal · cited by 1CategoryTheory.preservesB…CategoryTheory.Limits.diagramIsoPair_hom_app · cited by 1Limits.diagramIsoPair_hom…CategoryTheory.Limits.preservesBinaryBiproduct_of_preservesBiproduct · cited by 1Limits.preservesBinaryBip…CategoryTheory.Limits.preservesBinaryCoproducts_of_isIso_coprodComparison · cited by 1Limits.preservesBinaryCop…CategoryTheory.Limits.preservesBinaryCoproducts_of_preservesBinaryBiproducts · cited by 0Limits.preservesBinaryCop…CategoryTheory.Limits.preservesBinaryProduct_of_preservesBinaryBiproduct · cited by 0Limits.preservesBinaryPro…CategoryTheory.Limits.preservesBinaryProducts_of_isIso_prodComparison · cited by 0Limits.preservesBinaryPro…CategoryTheory.Limits.preservesBinaryProducts_of_preservesBinaryBiproducts · cited by 0Limits.preservesBinaryPro…CategoryTheory.Limits.BinaryCofan.isColimitMapConeEquiv · cited by 0BinaryCofan.isColimitMapC…CategoryTheory.Limits.hasBinaryCoproducts_of_hasColimit_pair · cited by 0Limits.hasBinaryCoproduct…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Discrete · cited by 2447CategoryTheory.DiscreteCategoryTheory.Limits.WalkingPair · cited by 1319Limits.WalkingPairCategoryTheory.Iso.refl · cited by 727Iso.reflCategoryTheory.Limits.pair · cited by 536Limits.pairCategoryTheory.Limits.mapPairIso · cited by 2Limits.mapPairIsoLimits.diagramIsoPairCITED BYCITES

Cites9

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

Cited by22

Results whose statement or proof uses this declaration.