Theorems · Theorem · category theory
CategoryTheory.IsPullback.paste_vert
∀ {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₃₂} {v₁₁ : 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 h₁₁ (CategoryTheory.CategoryStruct.comp v₁₁ v₂₁)
(CategoryTheory.CategoryStruct.comp v₁₂ v₂₂) h₃₁Paste two pullback squares "vertically" to obtain another pullback square.
The objects in the statement fit into the following diagram:
``
X₁₁ - h₁₁ -> X₁₂
| |
v₁₁ v₁₂
↓ ↓
X₂₁ - h₂₁ -> X₂₂
| |
v₂₁ v₂₂
↓ ↓
X₃₁ - h₃₁ -> X₃₂
``
- Cited by
- 19 results in Mathlib
- Foundations
- Depth 33 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.
Cites7
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.isLimitproof · cited by 47
- CategoryTheory.IsPullback.of_isLimitproof · cited by 12
- CategoryTheory.Limits.pasteHorizIsPullbackproof · cited by 6
Cited by19
Results whose statement or proof uses this declaration.
- CategoryTheory.IsPullback.paste_horizproof · cited by 14
- CategoryTheory.NatTrans.Equifibered.compproof · cited by 6
- CategoryTheory.IsPullback.paste_vert_iffproof · cited by 6
- CategoryTheory.IsUniversalColimit.of_isoproof · cited by 2
- CategoryTheory.Subobject.Classifier.χ_comp_homproof · cited by 2
- CategoryTheory.IsVanKampenColimit.map_reflectiveproof · cited by 2
- CategoryTheory.Subobject.Classifier.hom_comp_homproof · cited by 2
- CategoryTheory.mono_of_cofan_isVanKampenproof · cited by 1
- CategoryTheory.IsUniversalColimit.map_reflectiveproof · cited by 1
- CategoryTheory.IsUniversalColimit.precompose_isIsoproof · cited by 1
- CategoryTheory.IsUniversalColimit.whiskerEquivalenceproof · cited by 1
- AlgebraicGeometry.isPullback_of_isClosedImmersionproof · cited by 1