Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.PushoutCocone.eta

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {X Y Z : C} →
      {f : X ⟶ Y} →
        {g : X ⟶ Z} →
          (t : CategoryTheory.Limits.PushoutCocone f g) → t ≅ CategoryTheory.Limits.PushoutCocone.mk t.inl t.inr ⋯

The natural isomorphism between a pushout cocone and the corresponding pushout cocone reconstructed using PushoutCocone.mk.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.PullbackCone
Cited by
3 results in Mathlib
Foundations
Depth 33 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.

Cites14

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.