Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Limits.IsLimit.fac_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} {t : CategoryTheory.Limits.Cone F} (self : CategoryTheory.Limits.IsLimit t)
  (s : CategoryTheory.Limits.Cone F) (j : J) {Z : C} (h : F.obj j ⟶ Z),
  CategoryTheory.CategoryStruct.comp (self.lift s) (CategoryTheory.CategoryStruct.comp (t.π.app j) h) =
    CategoryTheory.CategoryStruct.comp (s.π.app j) h

The map makes the triangle with the two natural transformations commute

Defined in
Mathlib.CategoryTheory.Limits.IsLimit
Cited by
6 results in Mathlib
Foundations
Depth 24 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

AlgebraicGeometry.isIso_pushoutSection_of_iSup_eq · cited by 2AlgebraicGeometry.isIso_p…CategoryTheory.Limits.IsLimit.lift_comp_conePointsIsoOfNatIso_hom · cited by 2IsLimit.lift_comp_conePoi…CategoryTheory.Limits.IsLimit.lift_comp_conePointsIsoOfNatIso_inv · cited by 2IsLimit.lift_comp_conePoi…CategoryTheory.CartesianMonoidalCategory.ofChosenFiniteProducts.associator_naturality · cited by 0ofChosenFiniteProducts.as…CategoryTheory.CartesianMonoidalCategory.ofChosenFiniteProducts.pentagon · cited by 0ofChosenFiniteProducts.pe…CategoryTheory.CartesianMonoidalCategory.ofChosenFiniteProducts.tensorHom_comp_tensorHom · cited by 0ofChosenFiniteProducts.te…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Category.assoc · cited by 6433Category.assocCategoryTheory.Limits.Cone.pt · cited by 1298Cone.ptCategoryTheory.Functor.const · cited by 1264Functor.constCategoryTheory.Limits.Cone · cited by 710Limits.ConeCategoryTheory.Limits.IsLimit · cited by 664Limits.IsLimitCategoryTheory.Limits.Cone.π · cited by 500Cone.πCategoryTheory.Limits.IsLimit.lift · cited by 167IsLimit.liftCategoryTheory.Limits.IsLimit.fac · cited by 67IsLimit.facIsLimit.fac_assocCITED BYCITES

Cites14

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by6

Results whose statement or proof uses this declaration.