Theorems · Theorem · category theory
CategoryTheory.IsPullback.paste_horiz_iff
∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {X₁₁ X₁₂ X₁₃ X₂₁ X₂₂ X₂₃ : C} {h₁₁ : X₁₁ ⟶ X₁₂}
{h₁₂ : X₁₂ ⟶ X₁₃} {h₂₁ : X₂₁ ⟶ X₂₂} {h₂₂ : X₂₂ ⟶ X₂₃} {v₁₁ : X₁₁ ⟶ X₂₁} {v₁₂ : X₁₂ ⟶ X₂₂} {v₁₃ : X₁₃ ⟶ X₂₃},
CategoryTheory.IsPullback h₁₂ v₁₂ v₁₃ h₂₂ →
CategoryTheory.CategoryStruct.comp h₁₁ v₁₂ = CategoryTheory.CategoryStruct.comp v₁₁ h₂₁ →
(CategoryTheory.IsPullback (CategoryTheory.CategoryStruct.comp h₁₁ h₁₂) v₁₁ v₁₃
(CategoryTheory.CategoryStruct.comp h₂₁ h₂₂) ↔
CategoryTheory.IsPullback h₁₁ v₁₁ v₁₂ h₂₁)- Cited by
- 2 results in Mathlib
- Foundations
- Depth 35 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CategoryTheory.Category
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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.IsPullbackstatement and proof · cited by 320
- CategoryTheory.IsPullback.of_rightproof · cited by 14
- CategoryTheory.IsPullback.paste_horizproof · cited by 14
Cited by2
Results whose statement or proof uses this declaration.
- AlgebraicGeometry.AffineSpace.isPullback_mapproof · cited by 2
- CategoryTheory.Regular.frobeniusMorphism_isPullbackproof · cited by 0