Theorems · Definition · category theory
CategoryTheory.Limits.pullbackDiagonalMapIdIso
{C : Type u_1} →
[inst : CategoryTheory.Category.{v_1, u_1} C] →
{X Y : C} →
[CategoryTheory.Limits.HasPullbacks C] →
{S T : C} →
(f : X ⟶ T) →
(g : Y ⟶ T) →
(i : T ⟶ S) →
[inst_2 : CategoryTheory.Limits.HasPullback i i] →
[inst_3 : CategoryTheory.Limits.HasPullback f g] →
[inst_4 :
CategoryTheory.Limits.HasPullback (CategoryTheory.CategoryStruct.comp f i)
(CategoryTheory.CategoryStruct.comp g i)] →
[inst_5 :
CategoryTheory.Limits.HasPullback (CategoryTheory.Limits.pullback.diagonal i)
(CategoryTheory.Limits.pullback.map (CategoryTheory.CategoryStruct.comp f i)
(CategoryTheory.CategoryStruct.comp g i) i i f g (CategoryTheory.CategoryStruct.id S) ⋯
⋯)] →
CategoryTheory.Limits.pullback (CategoryTheory.Limits.pullback.diagonal i)
(CategoryTheory.Limits.pullback.map (CategoryTheory.CategoryStruct.comp f i)
(CategoryTheory.CategoryStruct.comp g i) i i f g (CategoryTheory.CategoryStruct.id S) ⋯
⋯) ≅
CategoryTheory.Limits.pullback f gThis iso witnesses the fact that
given f : X ⟶ T, g : Y ⟶ T, and i : T ⟶ S, the diagram
``
X ×ₜ Y ⟶ X ×ₛ Y
| |
| |
↓ ↓
T ⟶ T ×ₛ T
`
is a pullback square.
Also see pullback_map_diagonal_isPullback`.
- Cited by
- 16 results in Mathlib
- Foundations
- Depth 41 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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.homproof · cited by 7,684
- CategoryTheory.CategoryStruct.idstatement and proof · cited by 6,235
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.Category.comp_idstatement · cited by 2,119
- CategoryTheory.Limits.pullbackstatement · cited by 864
- CategoryTheory.Limits.pullback.fstproof · cited by 639
- CategoryTheory.Limits.pullback.sndproof · cited by 637
- CategoryTheory.Iso.transproof · cited by 566
- CategoryTheory.invproof · cited by 467
Cited by16
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.pullbackDiagonalMapIdIso_inv_snd_fststatement and proof · cited by 4
- CategoryTheory.Limits.pullbackDiagonalMapIdIso_inv_snd_sndstatement and proof · cited by 4
- CategoryTheory.Limits.pullbackDiagonalMapIdIso_inv_fststatement and proof · cited by 3
- CategoryTheory.Limits.pullback_map_diagonal_isPullbackproof · cited by 2
- CategoryTheory.Limits.pullbackDiagonalMapIdIso_hom_fststatement · cited by 2
- CategoryTheory.Limits.pullbackDiagonalMapIdIso_hom_sndstatement · cited by 2
- CategoryTheory.Limits.pullback_lift_diagonal_isPullbackproof · cited by 1
- CategoryTheory.Limits.pullbackDiagonalMapIdIso_hom_fst_assocstatement and proof · cited by 1
- AlgebraicGeometry.IsSeparated.of_compproof · cited by 1
- CategoryTheory.Functor.relativelyRepresentable.diag_of_map_from_objproof · cited by 1
- CategoryTheory.Limits.pullback.diagonal_compstatement and proof · cited by 0
- CategoryTheory.Limits.pullbackDiagonalMapIdIso.congr_simpstatement and proof · cited by 0