Theorems · Theorem · category theory
CategoryTheory.Limits.pullback_map_diagonal_isPullback
∀ {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)]
[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.IsPullback (CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pullback.fst f g) f)
(CategoryTheory.Limits.pullback.map f g (CategoryTheory.CategoryStruct.comp f i)
(CategoryTheory.CategoryStruct.comp g i) (CategoryTheory.CategoryStruct.id X) (CategoryTheory.CategoryStruct.id Y)
i ⋯ ⋯)
(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) ⋯ ⋯)- Cited by
- 2 results in Mathlib
- Foundations
- Depth 45 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites33
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.invproof · cited by 6,514
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.CategoryStruct.idstatement and proof · cited by 6,235
- CategoryTheory.Category.comp_idstatement and proof · cited by 2,119
- CategoryTheory.Category.id_compstatement and proof · cited by 1,998
- CategoryTheory.Iso.symmproof · cited by 993
- CategoryTheory.Limits.pullbackstatement · cited by 864
- CategoryTheory.Limits.pullback.fststatement and proof · cited by 639
- CategoryTheory.Limits.pullback.sndproof · cited by 637
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.Functor.relativelyRepresentable.of_diagproof · cited by 1
- CategoryTheory.Limits.isPushout_map_codiagonalproof · cited by 1