Theorems · Theorem · category theory
CategoryTheory.Limits.pullbackAssoc_hom_fst
∀ {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.CategoryStruct.comp (CategoryTheory.Limits.pullbackAssoc f₁ f₂ f₃ f₄).hom
(CategoryTheory.Limits.pullback.fst f₁
(CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pullback.fst f₃ f₄) f₂)) =
CategoryTheory.CategoryStruct.comp
(CategoryTheory.Limits.pullback.fst
(CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pullback.snd f₁ f₂) f₃) f₄)
(CategoryTheory.Limits.pullback.fst f₁ f₂)- Cited by
- 3 results in Mathlib
- Foundations
- Depth 38 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.Iso.homstatement · cited by 7,684
- CategoryTheory.Limits.pullbackstatement and proof · 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.Iso.eq_inv_compproof · cited by 34
- CategoryTheory.Limits.pullbackAssocstatement and proof · cited by 23
- CategoryTheory.Limits.pullbackAssoc_inv_fst_fstproof · cited by 6
Cited by3
Results whose statement or proof uses this declaration.
- AlgebraicGeometry.Scheme.Pullback.t_sndproof · cited by 3
- CategoryTheory.Limits.diagonalObjPullbackFstIso_hom_sndproof · cited by 1
- CategoryTheory.Limits.pullbackAssoc_hom_fst_assocproof · cited by 0