Commit 2025-06-15 14:52 0e9bcbf7
View on Github →chore(CategoryTheory/Limits/Shape/End): define coends (#25763)
The content of CategoryTheory/Limits/Shapes/End
was not dualized, so only ends where defined, but not coends.
This PR dualizes the content of the file: we introduce Cowedge
s as special kinds of Multicofork
s, and define the coend_ F
as the colimit of a canonical cowedge we can build from F : Jᵒᵖ ⥤ J ⥤ C
.
Also, we rename CategoryTheory.Limits.hom_ext
to CategoryTheory.Limits.end_.hom_ext
.