Commit 2020-06-25 15:51 c6f629bc
View on Github →feat(category_theory/limits): isos from reindexing limits (#3100) Three related constructions which are helpful when identifying "the same limit written different ways".
- The categories of cones over
FandGare equivalent ifFandGare naturally isomorphic (possibly after changing the indexing category by an equivalence). - We can prove two cone points
(s : cone F).Xand(t.cone F).Xare isomorphic if
- both cones are limit cones
- their indexing categories are equivalent via some
e : J ≌ K, - the triangle of functors commutes up to a natural isomorphism:
e.functor ⋙ G ≅ F.
- The chosen limits of
F : J ⥤ CandG : K ⥤ Care isomorphic, if there is an equivalencee : J ≌ Kmaking the triangle commute up to natural isomorphism.