Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.pullbackAssoc

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {X₁ X₂ X₃ Y₁ Y₂ : C} →
      (f₁ : X₁ ⟶ Y₁) →
        (f₂ : X₂ ⟶ Y₁) →
          (f₃ : X₂ ⟶ Y₂) →
            (f₄ : X₃ ⟶ Y₂) →
              [inst_1 : CategoryTheory.Limits.HasPullback f₁ f₂] →
                [inst_2 : CategoryTheory.Limits.HasPullback f₃ f₄] →
                  [inst_3 :
                      CategoryTheory.Limits.HasPullback
                        (CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pullback.snd f₁ f₂) f₃) f₄] →
                    [inst_4 :
                        CategoryTheory.Limits.HasPullback f₁
                          (CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pullback.fst f₃ f₄) f₂)] →
                      CategoryTheory.Limits.pullback
                          (CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pullback.snd f₁ f₂) f₃) f₄ ≅
                        CategoryTheory.Limits.pullback f₁
                          (CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pullback.fst f₃ f₄) f₂)

The canonical isomorphism (X₁ ×[Y₁] X₂) ×[Y₂] X₃ ≅ X₁ ×[Y₁] (X₂ ×[Y₂] X₃).

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.Assoc
Cited by
23 results in Mathlib
Foundations
Depth 36 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasPullbackCategoryTheory.Limits.HasPullbackCategoryTheory.Limits.HasPullbackCategoryTheory.Limits.HasPullback

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

AlgebraicGeometry.Scheme.Pullback.t · cited by 15Pullback.tCategoryTheory.Limits.diagonalObjPullbackFstIso · cited by 15Limits.diagonalObjPullbac…CategoryTheory.Limits.pullbackAssoc_inv_fst_fst · cited by 6Limits.pullbackAssoc_inv_…AlgebraicGeometry.Scheme.Pullback.t_fst_fst · cited by 5Pullback.t_fst_fstAlgebraicGeometry.Scheme.Pullback.t_fst_snd · cited by 5Pullback.t_fst_sndCategoryTheory.Limits.pullbackAssoc_hom_snd_fst · cited by 4Limits.pullbackAssoc_hom_…CategoryTheory.Limits.pullbackAssoc_hom_snd_snd · cited by 4Limits.pullbackAssoc_hom_…CategoryTheory.Limits.pullbackAssoc_inv_snd · cited by 4Limits.pullbackAssoc_inv_…AlgebraicGeometry.Scheme.Pullback.t_snd · cited by 3Pullback.t_sndCategoryTheory.Limits.pullbackAssoc_hom_fst · cited by 3Limits.pullbackAssoc_hom_…CategoryTheory.Limits.pullbackAssoc_inv_fst_snd · cited by 3Limits.pullbackAssoc_inv_…CategoryTheory.Limits.diagonalObjPullbackFstIso_inv_fst_fst · cited by 2Limits.diagonalObjPullbac…CategoryTheory.Limits.diagonalObjPullbackFstIso_inv_fst_snd · cited by 2Limits.diagonalObjPullbac…CategoryTheory.Limits.diagonalObjPullbackFstIso_inv_snd_fst · cited by 2Limits.diagonalObjPullbac…CategoryTheory.Limits.diagonalObjPullbackFstIso_inv_snd_snd · cited by 2Limits.diagonalObjPullbac…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Limits.pullback · cited by 864Limits.pullbackCategoryTheory.Limits.pullback.fst · cited by 639pullback.fstCategoryTheory.Limits.pullback.snd · cited by 637pullback.sndCategoryTheory.Limits.HasPullback · cited by 434Limits.HasPullbackCategoryTheory.Limits.IsLimit.conePointUniqueUpToIso · cited by 57IsLimit.conePointUniqueUp…CategoryTheory.Limits.pullbackPullbackLeftIsPullback · cited by 3Limits.pullbackPullbackLe…CategoryTheory.Limits.pullbackPullbackRightIsPullback · cited by 3Limits.pullbackPullbackRi…Limits.pullbackAssocCITED BYCITES

Cites11

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

Cited by25

Results whose statement or proof uses this declaration.