Documentation

Mathlib.CategoryTheory.Limits.Preserves.Shapes.Square

Preservation of pullback/pushout squares #

If a functor F : C ⥤ D preserves suitable cospans (resp. spans), and sq : Square C is a pullback square (resp. a pushout square) then so is the square sq.map F.

The lemma Square.isPullback_iff_map_coyoneda_isPullback also shows that a square is a pullback square iff it is so after the application of the functor coyoneda.obj X for all X : Cᵒᵖ. Similarly, a square is a pushout square iff the opposite square becomes a pullback square after the application of the functor yoneda.obj X for all X : C.

theorem CategoryTheory.Square.IsPullback.iff_of_equiv (sq₁ : Square (Type v)) (sq₂ : Square (Type u)) (e₁ : sq₁.X₁ ≃ sq₂.X₁) (e₂ : sq₁.X₂ ≃ sq₂.X₂) (e₃ : sq₁.X₃ ≃ sq₂.X₃) (e₄ : sq₁.X₄ ≃ sq₂.X₄) (comm₁₂ : ⇑e₂ ∘ ⇑(ConcreteCategory.hom sq₁.f₁₂) = ⇑(ConcreteCategory.hom sq₂.f₁₂) ∘ ⇑e₁) (comm₁₃ : ⇑e₃ ∘ ⇑(ConcreteCategory.hom sq₁.f₁₃) = ⇑(ConcreteCategory.hom sq₂.f₁₃) ∘ ⇑e₁) (comm₂₄ : ⇑e₄ ∘ ⇑(ConcreteCategory.hom sq₁.f₂₄) = ⇑(ConcreteCategory.hom sq₂.f₂₄) ∘ ⇑e₂) (comm₃₄ : ⇑e₄ ∘ ⇑(ConcreteCategory.hom sq₁.f₃₄) = ⇑(ConcreteCategory.hom sq₂.f₃₄) ∘ ⇑e₃) :
theorem CategoryTheory.Square.IsPullback.of_equiv {sq₁ : Square (Type v)} {sq₂ : Square (Type u)} (e₁ : sq₁.X₁ ≃ sq₂.X₁) (e₂ : sq₁.X₂ ≃ sq₂.X₂) (e₃ : sq₁.X₃ ≃ sq₂.X₃) (e₄ : sq₁.X₄ ≃ sq₂.X₄) (comm₁₂ : ⇑e₂ ∘ ⇑(ConcreteCategory.hom sq₁.f₁₂) = ⇑(ConcreteCategory.hom sq₂.f₁₂) ∘ ⇑e₁) (comm₁₃ : ⇑e₃ ∘ ⇑(ConcreteCategory.hom sq₁.f₁₃) = ⇑(ConcreteCategory.hom sq₂.f₁₃) ∘ ⇑e₁) (comm₂₄ : ⇑e₄ ∘ ⇑(ConcreteCategory.hom sq₁.f₂₄) = ⇑(ConcreteCategory.hom sq₂.f₂₄) ∘ ⇑e₂) (comm₃₄ : ⇑e₄ ∘ ⇑(ConcreteCategory.hom sq₁.f₃₄) = ⇑(ConcreteCategory.hom sq₂.f₃₄) ∘ ⇑e₃) (h₁ : sq₁.IsPullback) :