Theorems · Theorem · category theory
CategoryTheory.Limits.limit.w_assoc
∀ {J : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} J] {C : Type u} [inst_1 : CategoryTheory.Category.{v, u} C]
(F : CategoryTheory.Functor J C) [inst_2 : CategoryTheory.Limits.HasLimit F] {j j' : J} (f : j ⟶ j') {Z : C}
(h : F.obj j' ⟶ Z),
CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.limit.π F j)
(CategoryTheory.CategoryStruct.comp (F.map f) h) =
CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.limit.π F j') h- Defined in
- Mathlib.CategoryTheory.Limits.HasLimits
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 25 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.Limits.limitstatement · cited by 346
- CategoryTheory.Limits.limit.πstatement and proof · cited by 278
- CategoryTheory.Limits.HasLimitstatement and proof · cited by 226
- CategoryTheory.Limits.limit.wproof · cited by 15
Cited by1
Results whose statement or proof uses this declaration.
- AlgebraicGeometry.PresheafedSpace.GlueData.π_ιInvApp_πproof · cited by 1