Theorems · Definition · category theory
CategoryTheory.Limits.pullbackDiagonalMapIso
{C : Type u_1} →
[inst : CategoryTheory.Category.{v_1, u_1} C] →
{X Y : C} →
[inst_1 : CategoryTheory.Limits.HasPullbacks C] →
{U V₁ V₂ : C} →
(f : X ⟶ Y) →
(i : U ⟶ Y) →
(i₁ : V₁ ⟶ CategoryTheory.Limits.pullback f i) →
(i₂ : V₂ ⟶ CategoryTheory.Limits.pullback f i) →
[inst_2 : CategoryTheory.Limits.HasPullback i₁ i₂] →
CategoryTheory.Limits.pullback (CategoryTheory.Limits.pullback.diagonal f)
(CategoryTheory.Limits.pullback.map
(CategoryTheory.CategoryStruct.comp i₁ (CategoryTheory.Limits.pullback.snd f i))
(CategoryTheory.CategoryStruct.comp i₂ (CategoryTheory.Limits.pullback.snd f i)) f f
(CategoryTheory.CategoryStruct.comp i₁ (CategoryTheory.Limits.pullback.fst f i))
(CategoryTheory.CategoryStruct.comp i₂ (CategoryTheory.Limits.pullback.fst f i)) i ⋯ ⋯) ≅
CategoryTheory.Limits.pullback i₁ i₂This iso witnesses the fact that
given f : X ⟶ Y, i : U ⟶ Y, and i₁ : V₁ ⟶ X ×[Y] U, i₂ : V₂ ⟶ X ×[Y] U, the diagram
``
V₁ ×[X ×[Y] U] V₂ ⟶ V₁ ×[U] V₂
| |
| |
↓ ↓
X ⟶ X ×[Y] X
`
is a pullback square.
Also see pullback_fst_map_snd_isPullback`.
- Cited by
- 15 results in Mathlib
- Foundations
- Depth 40 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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 · cited by 17,999
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.Limits.WalkingPairstatement · cited by 1,319
- CategoryTheory.Limits.pullbackstatement and proof · cited by 864
- CategoryTheory.Limits.pullback.fststatement · cited by 639
- CategoryTheory.Limits.pullback.sndstatement · cited by 637
- CategoryTheory.Limits.WalkingCospanstatement · cited by 496
- CategoryTheory.Limits.cospanstatement · cited by 467
- CategoryTheory.Limits.HasPullbacksstatement and proof · cited by 439
- CategoryTheory.Limits.HasPullbackstatement and proof · cited by 434
Cited by17
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.pullbackDiagonalMapIdIsoproof · cited by 16
- CategoryTheory.Limits.pullbackDiagonalMapIso.hom_fststatement · cited by 3
- CategoryTheory.Limits.pullbackDiagonalMapIso.hom_sndstatement · cited by 3
- CategoryTheory.Limits.pullbackDiagonalMapIso.inv_snd_fststatement · cited by 3
- CategoryTheory.Limits.pullbackDiagonalMapIso.inv_snd_sndstatement · cited by 3
- CategoryTheory.Limits.pullbackDiagonalMapIdIso_hom_fstproof · cited by 2
- CategoryTheory.Limits.pullbackDiagonalMapIdIso_hom_sndproof · cited by 2
- CategoryTheory.Limits.pullbackDiagonalMapIso.inv_fststatement · cited by 2
- AlgebraicGeometry.HasAffineProperty.diagonal_of_openCoverproof · cited by 2
- AlgebraicGeometry.Scheme.Pullback.diagonalRestrictIsoDiagonalproof · cited by 1
- CategoryTheory.Limits.pullback_fst_map_snd_isPullbackproof · cited by 1
- AlgebraicGeometry.HasAffineProperty.diagonal_of_diagonal_of_isPullbackproof · cited by 1