Theorems · Theorem · category theory
CategoryTheory.IsPullback.of_bot
∀ {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₃₂} {v₁₁ : X₁₁ ⟶ X₂₁} {v₁₂ : X₁₂ ⟶ X₂₂} {v₂₁ : X₂₁ ⟶ X₃₁} {v₂₂ : X₂₂ ⟶ X₃₂},
CategoryTheory.IsPullback h₁₁ (CategoryTheory.CategoryStruct.comp v₁₁ v₂₁)
(CategoryTheory.CategoryStruct.comp v₁₂ v₂₂) h₃₁ →
CategoryTheory.CategoryStruct.comp h₁₁ v₁₂ = CategoryTheory.CategoryStruct.comp v₁₁ h₂₁ →
CategoryTheory.IsPullback h₂₁ v₂₁ v₂₂ h₃₁ → CategoryTheory.IsPullback h₁₁ v₁₁ v₁₂ h₂₁Given a pullback square assembled from a commuting square on the top and
a pullback square on the bottom, the top square is a pullback square.
The objects in the statement fit into the following diagram:
``
X₁₁ - h₁₁ -> X₁₂
| |
v₁₁ v₁₂
↓ ↓
X₂₁ - h₂₁ -> X₂₂
| |
v₂₁ v₂₂
↓ ↓
X₃₁ - h₃₁ -> X₃₂
``
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 33 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.
Cites8
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.Limits.PullbackCone.mkproof · cited by 203
- CategoryTheory.IsPullback.isLimitproof · cited by 47
- CategoryTheory.IsPullback.of_isLimitproof · cited by 12
- CategoryTheory.Limits.leftSquareIsPullbackproof · cited by 1
Cited by8
Results whose statement or proof uses this declaration.
- CategoryTheory.IsPullback.of_rightproof · cited by 14
- CategoryTheory.IsPullback.paste_vert_iffproof · cited by 6
- CategoryTheory.MorphismProperty.pullbackLift_fst_sndproof · cited by 2
- CategoryTheory.IsPullback.inr_fst'proof · cited by 1
- AlgebraicGeometry.Scheme.Hom.isPullback_resLEproof · cited by 1
- CategoryTheory.IsPullback.of_bot'proof · cited by 0
- AlgebraicGeometry.geometrically_iff_forall_fiberToSpecResidueFieldproof · cited by 0