Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2020-10-04 05:39 e902cae5

View on Github →

feat(category_theory/limits/cofinal): better API for cofinal functors (#4276) This PR

  1. Proves that F : C ⥤ D being cofinal is equivalent to colimit (F ⋙ G) ≅ colimit G for all G : D ⥤ E. (Previously we just had the implication.)
  2. Proves that if F is cofinal then limit (F.op ⋙ H) ≅ limit H for all H: Dᵒᵖ ⥤ E.

Estimated changes