Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.opParallelPairIso

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {X Y : C} →
      (f g : X ⟶ Y) →
        (CategoryTheory.Limits.parallelPair f g).op ≅
          CategoryTheory.Limits.walkingParallelPairOpEquiv.inverse.comp (CategoryTheory.Limits.parallelPair f.op g.op)

The canonical isomorphism relating (parallelPair f g).op and parallelPair f.op g.op

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Opposites.Equalizers
Cited by
4 results in Mathlib
Foundations
Depth 28 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.Cofork.unop · cited by 5Cofork.unopCategoryTheory.Limits.Fork.unop · cited by 5Fork.unopCategoryTheory.Limits.opParallelPairIso_hom_app_zero · cited by 2Limits.opParallelPairIso_…CategoryTheory.Limits.opParallelPairIso_inv_app_one · cited by 2Limits.opParallelPairIso_…CategoryTheory.Limits.opParallelPairIso_hom_app_one · cited by 1Limits.opParallelPairIso_…CategoryTheory.Limits.opParallelPairIso_inv_app_zero · cited by 1Limits.opParallelPairIso_…CategoryTheory.Limits.Cofork.isColimitEquivIsLimitOp · cited by 0Cofork.isColimitEquivIsLi…CategoryTheory.Limits.Cofork.isColimitEquivIsLimitUnop · cited by 0Cofork.isColimitEquivIsLi…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorOpposite · cited by 8081OppositeCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoQuiver.Hom.op · cited by 1948Hom.opCategoryTheory.Equivalence.functor · cited by 1268Equivalence.functorCategoryTheory.Equivalence.inverse · cited by 1130Equivalence.inverseCategoryTheory.Functor.op · cited by 997Functor.opCategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Limits.WalkingParallelPair · cited by 781Limits.WalkingParallelPairCategoryTheory.Limits.parallelPair · cited by 766Limits.parallelPairCategoryTheory.Iso.refl · cited by 727Iso.reflCategoryTheory.Equivalence.unitIso · cited by 536Equivalence.unitIsoLimits.opParallelPairIsoCITED BYCITES

Cites21

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

Cited by8

Results whose statement or proof uses this declaration.