Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2022-11-21 13:41 ac3ae212

View on Github →

refactor(category_theory/limits/shapes/finite_products): review API, fix lint (#17623)

  • Redefine category_theory.limits.has_finite_products to use fin n instead of any finite Type.
  • Merge has_limits_of_shape_discrete with a more general has_fintype_products.
  • Do similar changes to *_coproducts.

Estimated changes