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₂₃
``
- 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.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.IsPullbackstatement and proof · cited by 320
- CategoryTheory.IsPullback.flipproof · cited by 61
- CategoryTheory.IsPullback.paste_vertproof · cited by 19
Cited by14
Results whose statement or proof uses this declaration.
- AlgebraicGeometry.IsOpenImmersion.isPullbackproof · cited by 4
- AlgebraicGeometry.UniversallyClosed.of_comp_surjectiveproof · cited by 2
- CategoryTheory.IsPullback.paste_horiz_iffproof · cited by 2
- CategoryTheory.IsPushout.isVanKampen_iffproof · cited by 2
- CategoryTheory.IsPushout.IsVanKampen.exists_cube_fillingproof · cited by 2
- AlgebraicGeometry.isPullback_fiberToSpecResidueField_of_isPullbackproof · cited by 1
- AlgebraicGeometry.Scheme.Hom.isPullback_resLEproof · cited by 1
- CategoryTheory.isVanKampenColimit_extendCofanproof · cited by 1
- AlgebraicGeometry.IsOpenImmersion.isPullback_lift_idproof · cited by 1
- CategoryTheory.IsPullback.paste_twist_rightproof · cited by 1
- CategoryTheory.Sheaf.χ_uniqueproof · cited by 0
- CategoryTheory.FinitaryPreExtensive.hasPullbacks_of_is_coproductproof · cited by 0