Theorems · Theorem · category theory
CategoryTheory.Limits.pullbackAssoc_inv_snd
∀ {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₄).inv
(CategoryTheory.Limits.pullback.snd
(CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pullback.snd f₁ f₂) f₃) f₄) =
CategoryTheory.CategoryStruct.comp
(CategoryTheory.Limits.pullback.snd f₁
(CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pullback.fst f₃ f₄) f₂))
(CategoryTheory.Limits.pullback.snd f₃ f₄)- Cited by
- 4 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.invstatement · cited by 6,514
- 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.inv_comp_eqproof · cited by 50
- CategoryTheory.Limits.pullbackAssocstatement and proof · cited by 23
- CategoryTheory.Limits.pullbackAssoc_hom_snd_sndproof · cited by 4
Cited by4
Results whose statement or proof uses this declaration.
- AlgebraicGeometry.Scheme.Pullback.t_fst_sndproof · cited by 5
- CategoryTheory.Limits.diagonalObjPullbackFstIso_inv_snd_sndproof · cited by 2
- AlgebraicGeometry.IsZariskiLocalAtTarget.descendsAlongproof · cited by 1
- CategoryTheory.Limits.pullbackAssoc_inv_snd_assocproof · cited by 0