Theorems · Definition · category theory
CategoryTheory.Limits.pullback.map
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{W X Y Z S T : C} →
(f₁ : W ⟶ S) →
(f₂ : X ⟶ S) →
[inst_1 : CategoryTheory.Limits.HasPullback f₁ f₂] →
(g₁ : Y ⟶ T) →
(g₂ : Z ⟶ T) →
[inst_2 : CategoryTheory.Limits.HasPullback g₁ g₂] →
(i₁ : W ⟶ Y) →
(i₂ : X ⟶ Z) →
(i₃ : S ⟶ T) →
CategoryTheory.CategoryStruct.comp f₁ i₃ = CategoryTheory.CategoryStruct.comp i₁ g₁ →
CategoryTheory.CategoryStruct.comp f₂ i₃ = CategoryTheory.CategoryStruct.comp i₂ g₂ →
(CategoryTheory.Limits.pullback f₁ f₂ ⟶ CategoryTheory.Limits.pullback g₁ g₂)Given such a diagram, then there is a natural morphism W ×ₛ X ⟶ Y ×ₜ Z.
``
W ⟶ Y
↘ ↘
S ⟶ T
↗ ↗
X ⟶ Z
``
- Cited by
- 156 results in Mathlib
- Foundations
- Depth 28 from the axioms, rests on 169 definitions · uses propext, Classical.choice, Quot.sound
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.Limits.pullbackstatement · cited by 864
- CategoryTheory.Limits.pullback.fstproof · cited by 639
- CategoryTheory.Limits.pullback.sndproof · cited by 637
- CategoryTheory.Limits.HasPullbackstatement and proof · cited by 434
- CategoryTheory.Limits.pullback.liftproof · cited by 114
Cited by187
Results whose statement or proof uses this declaration.
- AlgebraicGeometry.Scheme.Pullback.t'proof · cited by 20
- CategoryTheory.PreOneHypercover.cylinderproof · cited by 17
- CategoryTheory.Limits.pullbackDiagonalMapIdIsostatement and proof · cited by 16
- AlgebraicGeometry.Scheme.Pullback.tproof · cited by 15
- CategoryTheory.Limits.pullbackDiagonalMapIsostatement · cited by 15
- AlgebraicGeometry.Scheme.Cover.gluedCoverT'proof · cited by 12
- CategoryTheory.PreOneHypercover.interproof · cited by 12
- CategoryTheory.Limits.pullback.congrHomproof · cited by 12
- CategoryTheory.Limits.pullback.congrHom_homstatement · cited by 11
- CategoryTheory.Limits.equalizerPullbackMapIsostatement and proof · cited by 10
- CategoryTheory.ShortComplex.SnakeInput.functorPproof · cited by 7
- AlgebraicGeometry.morphismRestrictOpensRangeproof · cited by 7