Theorems · Theorem · category theory
CategoryTheory.Limits.limit_obj_ext
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {J : Type u₁} [inst_1 : CategoryTheory.Category.{v₁, u₁} J]
{K : Type u₂} [inst_2 : CategoryTheory.Category.{v₂, u₂} K]
{H : CategoryTheory.Functor J (CategoryTheory.Functor K C)} [inst_3 : CategoryTheory.Limits.HasLimitsOfShape J C]
{k : K} {W : C} {f g : W ⟶ (CategoryTheory.Limits.limit H).obj k},
(∀ (j : J),
CategoryTheory.CategoryStruct.comp f ((CategoryTheory.Limits.limit.π H j).app k) =
CategoryTheory.CategoryStruct.comp g ((CategoryTheory.Limits.limit.π H j).app k)) →
f = g- Cited by
- 2 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.
Cites18
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.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Iso.homproof · cited by 7,684
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.Functor.compproof · cited by 6,529
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.cancel_monoproof · cited by 435
- CategoryTheory.Limits.limitstatement and proof · cited by 346
- CategoryTheory.Functor.flipstatement · cited by 320
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.limit_obj_ext_iffproof · cited by 0