The κ-accessible category of κ-directed posets #
Given a regular cardinal κ : Cardinal.{u}, we define the
category CardinalFilteredPoset κ of κ-directed partially ordered
types (with order embeddings as morphisms). We shall show that it is
a κ-accessible category (TODO @joelriou).
References #
The property of objects in PartOrdEmb that are
satisfied by partially ordered types of cardinality < κ.
Equations
Instances For
The category of κ-filtered partially ordered types,
with morphisms given by order embeddings.
Instances For
The embedding of the category of κ-filtered
partially ordered types in the category of partially
ordered types.
Instances For
Constructor for objects in CardinalFilteredPoset κ.
Equations
- CategoryTheory.CardinalFilteredPoset.of J = { obj := J, property := ⋯ }
Instances For
The map CardinalFilteredPoset κ → CardinalFilteredPoset κ which sends
a partially ordered κ-filtered type J to WithTop J.
Equations
- J.withTop = CategoryTheory.CardinalFilteredPoset.of { carrier := WithTop ↑J.obj, str := WithTop.instPartialOrder }
Instances For
Given a predicate P : Set J.obj → Prop on the underlying type
of J : CardinalFilteredPoset κ such that all the subsets satisfying P
are κ-filtered, this is the functor Subtype P ⥤ CardinalFilteredPoset κ
which sends a subset S of J satisfying P to the induced
partially ordered type J, as an object in CardinalFilteredPoset κ.
Equations
Instances For
Given a predicate P : Set J.obj → Prop on the underlying type
of J : CardinalFilteredPoset κ such that all the subsets satisfying P
are κ-filtered, this is the cocone with point J given
by all the inclusions of the subsets satisfying P.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Let P be a predicate on Set J.obj where J : CardinalFilteredPoset κ.
We assume that Subtype P is directed and nonempty, and that any a : J.obj
belongs to some S : Set J.obj satisfying P. Then, J is the colimit in the
category CardinalFilteredPoset κ of these subsets.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Given J : CardinalFilteredPoset κ and a regular cardinal κ',
this is the predicate on Set J.withTop.obj that is satisfied by
subsets that are of cardinality < κ' and contain ⊤.
Equations
- J.PropSetWithTop κ' S = (HasCardinalLT (↑S) κ' ∧ ⊤ ∈ S)
Instances For
If J : CardinalFilteredPoset κ and κ' is any regular cardinal,
this is a colimit cocone which exhibits J.withTop as the κ'-filtered
colimit of its subsets that are of cardinality < κ' and contain ⊤.
Equations
Instances For
If J : CardinalFilteredPoset κ and κ' is any regular cardinal,
then J.withTop is the κ'-filtered colimit of its subsets that are of
cardinality < κ' and contain ⊤.