Skip to content

Commit 2207e02

Browse files
committed
add the category of torsion abelian groups
1 parent 2159d79 commit 2207e02

3 files changed

Lines changed: 18 additions & 1 deletion

File tree

databases/catdat/data/001_categories/002_algebra.sql

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,20 @@ VALUES
196196
'$\TorsFreeAb$',
197197
'torsion-free abelian groups',
198198
'group homomorphisms',
199-
'This is a typical example of a well-behaved additive category which is <i>not</i> abelian.',
199+
'This is a typical example of a well-behaved additive category which is <i>not</i> abelian. It contains the category of free abelian groups.',
200200
'https://ncatlab.org/nlab/show/torsion-free+module',
201201
NULL
202202
),
203+
(
204+
'TorsAb',
205+
'category of torsion abelian groups',
206+
'$\mathbf{TorsAb}$',
207+
'torsion abelian groups',
208+
'group homomorphisms',
209+
'This is a Grothendieck abelian category containing all finite abelian groups.',
210+
'https://ncatlab.org/nlab/show/torsion+subgroup',
211+
NULL
212+
),
203213
(
204214
'Cat',
205215
'category of small categories',

databases/catdat/data/001_categories/100_related-categories.sql

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ VALUES
1010
('Ab', 'R-Mod'),
1111
('Ab', 'FreeAb'),
1212
('Ab', 'TorsFreeAb'),
13+
('Ab', 'TorsAb'),
1314
('Ab_fg', 'Ab'),
1415
('Ab_fg', 'FinAb'),
1516
('Alg(R)', 'CAlg(R)'),
@@ -47,6 +48,7 @@ VALUES
4748
('FinAb', 'Ab'),
4849
('FinAb', 'Ab_fg'),
4950
('FinAb', 'FinGrp'),
51+
('FinAb', 'TorsAb'),
5052
('FinOrd', 'FinSet'),
5153
('FinOrd', 'Pos'),
5254
('FinOrd', 'Delta'),
@@ -137,6 +139,10 @@ VALUES
137139
('Top*', 'Set*'),
138140
('TorsFreeAb', 'Ab'),
139141
('TorsFreeAb', 'FreeAb'),
142+
('TorsFreeAb', 'TorsAb'),
143+
('TorsAb', 'TorsFreeAb'),
144+
('TorsAb', 'Ab'),
145+
('TorsAb', 'FinAb'),
140146
('Vect', 'R-Mod'),
141147
('Vect', 'R-Mod_div'),
142148
('Z', 'Sch'),

databases/catdat/data/001_categories/200_category-tags.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ VALUES
9191
('Top', 'topology'),
9292
('Top*', 'topology'),
9393
('TorsFreeAb', 'algebra'),
94+
('TorsAb', 'algebra'),
9495
('Vect', 'algebra'),
9596
('walking_commutative_square', 'finite'),
9697
('walking_commutative_square', 'category theory'),

0 commit comments

Comments
 (0)