feat(CategoryTheory): the category of κ-directed posets#39669
Conversation
PR summary 8702bdc64bImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
dagurtomas
left a comment
There was a problem hiding this comment.
Thanks!
maintainer delegate
| that are of cardinality `< κ'` and contain `⊤`. | ||
| See `CardinalFilteredPoset.isColimitCoconeWithTop` for the fact that `withTop J` | ||
| identifies to the colimit of such `S`. -/ | ||
| @[nolint unusedArguments] |
There was a problem hiding this comment.
Maybe add a small comment explaining the nolint: isColimitCoconeWithTop wouldn't work without the unused arguments
| @[simps] | ||
| def orderIsoOfIso {α β : PartOrdEmb.{u}} (e : α ≅ β) : | ||
| α ≃o β where | ||
| toFun := e.hom | ||
| invFun := e.inv | ||
| left_inv := ConcreteCategory.congr_hom e.hom_inv_id | ||
| right_inv := ConcreteCategory.congr_hom e.inv_hom_id | ||
| map_rel_iff' := Hom.le_iff_le _ _ _ |
There was a problem hiding this comment.
Can you put together Iso.mk and orderIsoOfIso into an equivalence (α ≃o β) ≃ (α ≅ β)?
|
🚀 Pull request has been placed on the maintainer queue by dagurtomas. |
Co-authored-by: Dagur Asgeirsson <dagurtomas@gmail.com>
Co-authored-by: Dagur Asgeirsson <dagurtomas@gmail.com>
Co-authored-by: Dagur Asgeirsson <dagurtomas@gmail.com>
Given a regular cardinal
κ : Cardinal.{u}, we define the categoryCardinalFilteredPoset κofκ-directed partially ordered types (with order embeddings as morphisms). In a future PR #39655, we shall show that it is aκ-accessible category.In this PR, we also show that if
J : CardinalFilteredPoset κ, the objectJ.withTopobtained by adding a top element is aκ'-filtered colimit of objects of cardinality< κ'(whenκ'is a regular cardinal such thatκ ≤ κ'). This shall be used in #39655 in order to characterizeκ'-presentable objects inCardinalFilteredPoset κas the objects that are of cardinality< κ'.