Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.IsPullback.paste_horiz

∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {X₁₁ X₁₂ X₁₃ X₂₁ X₂₂ X₂₃ : C} {h₁₁ : X₁₁ ⟶ X₁₂}
  {h₁₂ : X₁₂ ⟶ X₁₃} {h₂₁ : X₂₁ ⟶ X₂₂} {h₂₂ : X₂₂ ⟶ X₂₃} {v₁₁ : X₁₁ ⟶ X₂₁} {v₁₂ : X₁₂ ⟶ X₂₂} {v₁₃ : X₁₃ ⟶ X₂₃},
  CategoryTheory.IsPullback h₁₁ v₁₁ v₁₂ h₂₁ →
    CategoryTheory.IsPullback h₁₂ v₁₂ v₁₃ h₂₂ →
      CategoryTheory.IsPullback (CategoryTheory.CategoryStruct.comp h₁₁ h₁₂) v₁₁ v₁₃
        (CategoryTheory.CategoryStruct.comp h₂₁ h₂₂)

Paste two pullback squares "horizontally" to obtain another pullback square. The objects in the statement fit into the following diagram: `` X₁₁ - h₁₁ -> X₁₂ - h₁₂ -> X₁₃ | | | v₁₁ v₁₂ v₁₃ ↓ ↓ ↓ X₂₁ - h₂₁ -> X₂₂ - h₂₂ -> X₂₃ ``

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.IsPullback.Basic
Cited by
14 results in Mathlib
Foundations
Depth 34 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.

AlgebraicGeometry.IsOpenImmersion.isPullback · cited by 4IsOpenImmersion.isPullbackAlgebraicGeometry.UniversallyClosed.of_comp_surjective · cited by 2UniversallyClosed.of_comp…CategoryTheory.IsPullback.paste_horiz_iff · cited by 2IsPullback.paste_horiz_iffCategoryTheory.IsPushout.isVanKampen_iff · cited by 2IsPushout.isVanKampen_iffCategoryTheory.IsPushout.IsVanKampen.exists_cube_filling · cited by 2IsVanKampen.exists_cube_f…AlgebraicGeometry.isPullback_fiberToSpecResidueField_of_isPullback · cited by 1AlgebraicGeometry.isPullb…AlgebraicGeometry.Scheme.Hom.isPullback_resLE · cited by 1Hom.isPullback_resLECategoryTheory.isVanKampenColimit_extendCofan · cited by 1CategoryTheory.isVanKampe…AlgebraicGeometry.IsOpenImmersion.isPullback_lift_id · cited by 1IsOpenImmersion.isPullbac…CategoryTheory.IsPullback.paste_twist_right · cited by 1IsPullback.paste_twist_ri…CategoryTheory.Sheaf.χ_unique · cited by 0Sheaf.χ_uniqueCategoryTheory.FinitaryPreExtensive.hasPullbacks_of_is_coproduct · cited by 0FinitaryPreExtensive.hasP…CategoryTheory.IsPushout.isVanKampen_inl · cited by 0IsPushout.isVanKampen_inlCategoryTheory.MorphismProperty.relative_isStableUnderBaseChange · cited by 0MorphismProperty.relative…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.IsPullback · cited by 320CategoryTheory.IsPullbackCategoryTheory.IsPullback.flip · cited by 61IsPullback.flipCategoryTheory.IsPullback.paste_vert · cited by 19IsPullback.paste_vertIsPullback.paste_horizCITED BYCITES

Cites6

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

Cited by14

Results whose statement or proof uses this declaration.