Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.PushoutCocone.isColimitEquivIsLimitUnop

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {X Y Z : Cᵒᵖ} →
      {f : X ⟶ Y} →
        {g : X ⟶ Z} →
          (c : CategoryTheory.Limits.PushoutCocone f g) →
            CategoryTheory.Limits.IsColimit c ≃ CategoryTheory.Limits.IsLimit c.unop

A pushout cone is a colimit cocone in Cᵒᵖ if and only if the corresponding pullback cone in C is a limit cone.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Opposites.Pullbacks
Cited by
3 results in Mathlib
Foundations
Depth 37 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.

Cites32

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

Cited by5

Results whose statement or proof uses this declaration.