Documentation

Mathlib.CategoryTheory.Limits.Shapes.Pullback.Square

Commutative squares that are pushout or pullback squares #

In this file, we translate the IsPushout and IsPullback API for the objects of the category Square C of commutative squares in a category C. We also obtain lemmas which states in this language that a pullback of a monomorphism is a monomorphism (and similarly for pushouts of epimorphisms).

@[reducible, inline]

The pullback cone attached to a commutative square.

Equations
@[reducible, inline]

The pushout cocone attached to a commutative square.

Equations

The condition that a commutative square is a pullback square.

Equations

The condition that a commutative square is a pushout square.

Equations

If a commutative square sq is a pullback square, then sq.pullbackCone is limit.

Equations

If a commutative square sq is a pushout square, then sq.pushoutCocone is colimit.

Equations
theorem CategoryTheory.Square.IsPullback.of_iso {C : Type u} [Category.{v, u} C] {sq₁ sq₂ : Square C} (h : sq₁.IsPullback) (e : sq₁ sq₂) :
theorem CategoryTheory.Square.IsPullback.iff_of_iso {C : Type u} [Category.{v, u} C] {sq₁ sq₂ : Square C} (e : sq₁ sq₂) :
theorem CategoryTheory.Square.IsPushout.of_iso {C : Type u} [Category.{v, u} C] {sq₁ sq₂ : Square C} (h : sq₁.IsPushout) (e : sq₁ sq₂) :
sq₂.IsPushout
theorem CategoryTheory.Square.IsPushout.iff_of_iso {C : Type u} [Category.{v, u} C] {sq₁ sq₂ : Square C} (e : sq₁ sq₂) :
sq₁.IsPushout sq₂.IsPushout