WIP: the subcategory of omega-cocontinuous functors#1384
WIP: the subcategory of omega-cocontinuous functors#1384rmatthes wants to merge 6 commits intoUniMath:masterfrom
Conversation
|
|
||
| Context {C D : precategory} (F : functor C D). | ||
|
|
||
| Definition creates_colimit_data {g : graph} (d : diagram g C) : UU := |
There was a problem hiding this comment.
This definition does not align with the one given in terms of displayed categories here:
https://github.com/UniMath/UniMath/blob/master/UniMath/CategoryTheory/DisplayedCats/Limits.v#L38
In short, the definition there says that a displayed category creates limits if
- "above" every limiting cone there is exactly one cone, and
- that cone is limiting.
"Above" is conveniently expressed in terms of displayed categories, and would need an equality (or an isomorphism) on objects if expressed in terms of functors.
There was a problem hiding this comment.
Addendum: the definition of creation of limits does not immediately say that limits are preserved (whereas reflection of limits is more immediate). Indeed, preservation of limits requires a small argument, given at https://github.com/UniMath/UniMath/blob/master/UniMath/CategoryTheory/DisplayedCats/Limits.v#L60.
|
I have the bad feeling that in our situation, colimits are not preserved, and so, we should not go for creation of colimits in the sense of displayed categories (that generalizes the situation of full subcategories). |
colimits.v: forms_cocone, is_cocone_mor defined and used where possible propagation everywhere, with substantial effort in Lists.v
only first steps to fix definitions and to detect shortcomings of the UniMath library