Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.pasteVertIsPushout

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {Y₃ Y₂ Y₁ X₃ : C} →
      {g₂ : Y₃ ⟶ Y₂} →
        {g₁ : Y₂ ⟶ Y₁} →
          {i₃ : Y₃ ⟶ X₃} →
            {t₁ : CategoryTheory.Limits.PushoutCocone g₂ i₃} →
              {i₂ : Y₂ ⟶ t₁.pt} →
                {t₂ : CategoryTheory.Limits.PushoutCocone g₁ i₂} →
                  (hi₂ : i₂ = t₁.inl) →
                    CategoryTheory.Limits.IsColimit t₁ →
                      CategoryTheory.Limits.IsColimit t₂ → CategoryTheory.Limits.IsColimit (t₁.pasteVert t₂ hi₂)

Given `` Y₃ - i₃ -> X₃ | | g₂ f₂ ∨ ∨ Y₂ - i₂ -> X₂ | | g₁ f₁ ∨ ∨ Y₁ - i₁ -> X₁ `` The big square is a pushout if both the small squares are.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.Pasting
Cited by
4 results in Mathlib
Foundations
Depth 35 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.pushoutRightPushoutInlIso · cited by 10Limits.pushoutRightPushou…CategoryTheory.Limits.inl_pushoutRightPushoutInlIso_hom · cited by 2Limits.inl_pushoutRightPu…CategoryTheory.Limits.inl_pushoutRightPushoutInlIso_inv · cited by 1Limits.inl_pushoutRightPu…CategoryTheory.Limits.inr_pushoutRightPushoutInlIso_inv · cited by 1Limits.inr_pushoutRightPu…CategoryTheory.Limits.inr_inr_pushoutRightPushoutInlIso_hom · cited by 1Limits.inr_inr_pushoutRig…CategoryTheory.Limits.pushoutAssocSymmIsPushout · cited by 1Limits.pushoutAssocSymmIs…CategoryTheory.Limits.pasteVertIsPushoutEquiv · cited by 0Limits.pasteVertIsPushout…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Limits.Cocone.pt · cited by 1354Cocone.ptCategoryTheory.Limits.WalkingPair · cited by 1319Limits.WalkingPairCategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Limits.IsColimit · cited by 773Limits.IsColimitCategoryTheory.Limits.WalkingSpan · cited by 300Limits.WalkingSpanCategoryTheory.Limits.span · cited by 294Limits.spanCategoryTheory.Limits.PushoutCocone · cited by 66Limits.PushoutCoconeCategoryTheory.Limits.PushoutCocone.inl · cited by 58PushoutCocone.inlCategoryTheory.Limits.IsColimit.ofIsoColimit · cited by 45IsColimit.ofIsoColimitCategoryTheory.Limits.PushoutCocone.flipIsColimit · cited by 6PushoutCocone.flipIsColim…CategoryTheory.Limits.pasteHorizIsPushout · cited by 5Limits.pasteHorizIsPushoutCategoryTheory.Limits.PushoutCocone.isColimitOfFlip · cited by 1PushoutCocone.isColimitOf…Limits.pasteVertIsPushoutCITED BYCITES

Cites17

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

Cited by7

Results whose statement or proof uses this declaration.