Theorems · Definition · category theory
CategoryTheory.Limits.pullbackPullbackRightIsPullback
{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 f₁
(CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pullback.fst f₃ f₄) f₂)] →
CategoryTheory.Limits.IsLimit
(CategoryTheory.Limits.PullbackCone.mk
(CategoryTheory.Limits.pullback.lift
(CategoryTheory.Limits.pullback.fst f₁
(CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pullback.fst f₃ f₄) f₂))
(CategoryTheory.CategoryStruct.comp
(CategoryTheory.Limits.pullback.snd f₁
(CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pullback.fst f₃ f₄) f₂))
(CategoryTheory.Limits.pullback.fst f₃ f₄))
⋯)
(CategoryTheory.Limits.pullback.snd f₁
(CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pullback.fst f₃ f₄) f₂))
⋯)X₁ ×[Y₁] (X₂ ×[Y₂] X₃) is the pullback (X₁ ×[Y₁] X₂) ×[X₂] (X₂ ×[Y₂] X₃).
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 35 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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.Category.assocstatement · cited by 6,433
- CategoryTheory.Limits.WalkingPairstatement · cited by 1,319
- CategoryTheory.Limits.pullbackstatement · cited by 864
- CategoryTheory.Limits.IsLimitstatement · cited by 664
- CategoryTheory.Limits.pullback.fststatement and proof · cited by 639
- CategoryTheory.Limits.pullback.sndstatement and proof · cited by 637
- CategoryTheory.Limits.WalkingCospanstatement · cited by 496
- CategoryTheory.Limits.cospanstatement · cited by 467
- CategoryTheory.Limits.HasPullbackstatement and proof · cited by 434
Cited by5
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.pullbackAssocproof · cited by 23
- CategoryTheory.Limits.pullbackAssoc_inv_fst_fstproof · cited by 6
- CategoryTheory.Limits.pullbackAssoc_hom_snd_fstproof · cited by 4
- CategoryTheory.Limits.pullbackAssoc_hom_snd_sndproof · cited by 4
- CategoryTheory.Limits.pullbackAssocSymmIsPullbackproof · cited by 1