Skip to content

Commit b244eed

Browse files
ykawase5048ScriptRaccoon
authored andcommitted
Add "countable" and "essentially countable"
1 parent 6bd04dd commit b244eed

3 files changed

Lines changed: 39 additions & 2 deletions

File tree

database/data/003_properties/004_size-constraints.sql

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,22 @@ VALUES
6363
'essentially finite',
6464
TRUE
6565
),
66+
(
67+
'countable',
68+
'is',
69+
'A category is <i>countable</i> if it has countably many objects and morphisms.',
70+
NULL,
71+
'countable',
72+
FALSE
73+
),
74+
(
75+
'essentially countable',
76+
'is',
77+
'A category is <i>essentially countable</i> if it is equivalent to a countable category.',
78+
NULL,
79+
'essentially countable',
80+
TRUE
81+
),
6682
(
6783
'well-powered',
6884
'is',

database/data/005_implications/003_size-constraints-implications.sql

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,27 @@ VALUES
2323
(
2424
'finite_consequence',
2525
'["finite"]',
26-
'["small", "essentially finite"]',
26+
'["countable", "essentially finite"]',
2727
'This is trivial.',
2828
FALSE
2929
),
3030
(
31-
'essentially_finite_consequence',
31+
'essentially_finite_raise',
3232
'["essentially finite"]',
33+
'["essentially countable"]',
34+
'This is trivial.',
35+
FALSE
36+
),
37+
(
38+
'countable_consequence',
39+
'["countable"]',
40+
'["essentially countable"]',
41+
'This is trivial.',
42+
FALSE
43+
),
44+
(
45+
'essentially_countable_consequence',
46+
'["essentially countable"]',
3347
'["essentially small"]',
3448
'This is trivial.',
3549
FALSE

database/data/005_implications/007_locally-presentable-implications.sql

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,13 @@ VALUES
125125
'See <a href="https://bookstore.ams.org/conm-104" target="_blank">Makkai-Pare</a>, Thm. 2.2.2.',
126126
TRUE
127127
),
128+
(
129+
'countably_accessible_thin',
130+
'["essentially countable", "thin"]',
131+
'["ℵ₁-accessible"]',
132+
'In general, every $\kappa$-filtered diagram in a poset whose elements are less than $\kappa$ admits the greatest element. Therefore, all the elements are $\kappa$-presentable, and the poset is $\kappa$-accessible.',
133+
FALSE
134+
),
128135
(
129136
'locally_presentable_another_definition',
130137
'["locally presentable"]',

0 commit comments

Comments
 (0)