Theorems · Theorem · category theory
CategoryTheory.Limits.WidePullback.hom_ext
∀ {J : Type w} {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {B : C} {objs : J → C}
(arrows : (j : J) → objs j ⟶ B) [inst_1 : CategoryTheory.Limits.HasWidePullback B objs arrows] {X : C}
(g1 g2 : X ⟶ CategoryTheory.Limits.widePullback B objs arrows),
(∀ (j : J),
CategoryTheory.CategoryStruct.comp g1 (CategoryTheory.Limits.WidePullback.π arrows j) =
CategoryTheory.CategoryStruct.comp g2 (CategoryTheory.Limits.WidePullback.π arrows j)) →
CategoryTheory.CategoryStruct.comp g1 (CategoryTheory.Limits.WidePullback.base arrows) =
CategoryTheory.CategoryStruct.comp g2 (CategoryTheory.Limits.WidePullback.base arrows) →
g1 = g2- Cited by
- 1 results in Mathlib
- Foundations
- Depth 28 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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.WidePullbackShapeproof · cited by 94
- CategoryTheory.Limits.HasWidePullbackstatement and proof · cited by 44
- CategoryTheory.Limits.limit.hom_extproof · cited by 34
- CategoryTheory.Limits.widePullbackstatement and proof · cited by 31
- CategoryTheory.Limits.WidePullback.πstatement and proof · cited by 28
- CategoryTheory.Limits.WidePullback.basestatement and proof · cited by 20
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.WidePullback.hom_ext_iffproof · cited by 0