Theorems · Theorem · category theory
CategoryTheory.Limits.pullbackDiagonalMapIdIso_hom_fst
∀ {C : Type u_1} [inst : CategoryTheory.Category.{v_1, u_1} C] {X Y : C} [inst_1 : 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.CategoryStruct.comp (CategoryTheory.Limits.pullbackDiagonalMapIdIso f g i).hom
(CategoryTheory.Limits.pullback.fst f g) =
CategoryTheory.CategoryStruct.comp
(CategoryTheory.Limits.pullback.snd (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.fst (CategoryTheory.CategoryStruct.comp f i)
(CategoryTheory.CategoryStruct.comp g i))- Cited by
- 2 results in Mathlib
- Foundations
- Depth 42 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites31
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.homstatement and proof · cited by 7,684
- 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.Limits.pullbackstatement · cited by 864
- CategoryTheory.Limits.pullback.fststatement and proof · cited by 639
- CategoryTheory.Limits.pullback.sndstatement and proof · cited by 637
- CategoryTheory.Iso.transproof · cited by 566
- CategoryTheory.invproof · cited by 467
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.pullbackDiagonalMapIdIso_inv_snd_fstproof · cited by 4
- CategoryTheory.Limits.pullbackDiagonalMapIdIso_hom_fst_assocproof · cited by 1