Skip to content

Commit b7349a1

Browse files
committed
create separate implication
1 parent fb8d215 commit b7349a1

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,15 @@ VALUES
2323
(
2424
'accessible_trivial_consequence',
2525
'["accessible"]',
26-
'["well-powered", "generating set"]',
27-
'For well-poweredness, see <a href="https://ncatlab.org/nlab/show/accessible+category#wellpoweredness_and_wellcopoweredness" target="_blank">nLab</a>. For a $\kappa$-accessible category, the set $G$ appearing in the definition gives a small dense full subcategory, which is in particular a generating set.',
26+
'["generating set"]',
27+
'For a $\kappa$-accessible category, the set $G$ appearing in the definition gives a small dense full subcategory, which is in particular a generating set.',
28+
FALSE
29+
),
30+
(
31+
'accessible_well-powered',
32+
'["accessible"]',
33+
'["well-powered"]',
34+
'See <a href="https://ncatlab.org/nlab/show/accessible+category#wellpoweredness_and_wellcopoweredness" target="_blank">nLab</a>.',
2835
FALSE
2936
),
3037
(

0 commit comments

Comments
 (0)