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₃).
- Cited by
- 23 results in Mathlib
- Foundations
- Depth 36 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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 and proof · cited by 17,999
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.Limits.pullbackstatement · cited by 864
- CategoryTheory.Limits.pullback.fststatement and proof · cited by 639
- CategoryTheory.Limits.pullback.sndstatement and proof · cited by 637
- CategoryTheory.Limits.HasPullbackstatement and proof · cited by 434
- CategoryTheory.Limits.IsLimit.conePointUniqueUpToIsoproof · cited by 57
- CategoryTheory.Limits.pullbackPullbackLeftIsPullbackproof · cited by 3
- CategoryTheory.Limits.pullbackPullbackRightIsPullbackproof · cited by 3
Cited by25
Results whose statement or proof uses this declaration.
- AlgebraicGeometry.Scheme.Pullback.tproof · cited by 15
- CategoryTheory.Limits.diagonalObjPullbackFstIsoproof · cited by 15
- CategoryTheory.Limits.pullbackAssoc_inv_fst_fststatement and proof · cited by 6
- AlgebraicGeometry.Scheme.Pullback.t_fst_fstproof · cited by 5
- AlgebraicGeometry.Scheme.Pullback.t_fst_sndproof · cited by 5
- CategoryTheory.Limits.pullbackAssoc_hom_snd_fststatement and proof · cited by 4
- CategoryTheory.Limits.pullbackAssoc_hom_snd_sndstatement and proof · cited by 4
- CategoryTheory.Limits.pullbackAssoc_inv_sndstatement and proof · cited by 4
- AlgebraicGeometry.Scheme.Pullback.t_sndproof · cited by 3
- CategoryTheory.Limits.pullbackAssoc_hom_fststatement and proof · cited by 3
- CategoryTheory.Limits.pullbackAssoc_inv_fst_sndstatement and proof · cited by 3
- CategoryTheory.Limits.diagonalObjPullbackFstIso_inv_fst_fstproof · cited by 2