Mathlib Map

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₃₂ ``

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.IsPullback.Basic
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.

CategoryTheory.IsPullback.paste_horiz · cited by 14IsPullback.paste_horizCategoryTheory.NatTrans.Equifibered.comp · cited by 6Equifibered.compCategoryTheory.IsPullback.paste_vert_iff · cited by 6IsPullback.paste_vert_iffCategoryTheory.IsUniversalColimit.of_iso · cited by 2IsUniversalColimit.of_isoCategoryTheory.Subobject.Classifier.χ_comp_hom · cited by 2Classifier.χ_comp_homCategoryTheory.IsVanKampenColimit.map_reflective · cited by 2IsVanKampenColimit.map_re…CategoryTheory.Subobject.Classifier.hom_comp_hom · cited by 2Classifier.hom_comp_homCategoryTheory.mono_of_cofan_isVanKampen · cited by 1CategoryTheory.mono_of_co…CategoryTheory.IsUniversalColimit.map_reflective · cited by 1IsUniversalColimit.map_re…CategoryTheory.IsUniversalColimit.precompose_isIso · cited by 1IsUniversalColimit.precom…CategoryTheory.IsUniversalColimit.whiskerEquivalence · cited by 1IsUniversalColimit.whiske…AlgebraicGeometry.isPullback_of_isClosedImmersion · cited by 1AlgebraicGeometry.isPullb…CategoryTheory.IsVanKampenColimit.whiskerEquivalence · cited by 1IsVanKampenColimit.whiske…AlgebraicGeometry.Scheme.Hom.exists_mem_and_isIso_morphismRestrict_toNormalization · cited by 1Hom.exists_mem_and_isIso_…AlgebraicGeometry.Scheme.Hom.isPullback_resLE · cited by 1Hom.isPullback_resLECategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.IsPullback · cited by 320CategoryTheory.IsPullbackCategoryTheory.IsPullback.isLimit · cited by 47IsPullback.isLimitCategoryTheory.IsPullback.of_isLimit · cited by 12IsPullback.of_isLimitCategoryTheory.Limits.pasteHorizIsPullback · cited by 6Limits.pasteHorizIsPullba…IsPullback.paste_vertCITED BYCITES

Cites7

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

Cited by19

Results whose statement or proof uses this declaration.