Commit 2024-02-08 16:52 00c3cd40

View on Github →

feat(CategoryTheory): prerequisites for the existence of finite products in localized categories (#9702) This PR contains various prerequisites in order to show that under suitable assumptions, a localized category of a category that has finite products also has finite products:

  • the equivalence of categories (J → C) ≌ (Discrete J ⥤ C)
  • more API for the existence of limits as a consequence of a right adjoint to the constant functor C ⥤ (J ⥤ C).
  • the typeclass MorphismProperty.IsStableUnderFiniteProducts

Estimated changes