Skip to content

Commit 1e77846

Browse files
committed
add the category of jonsson-tarski algebras
1 parent b79b2bb commit 1e77846

4 files changed

Lines changed: 16 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
"injectivity",
145145
"Isbell",
146146
"Johnstone",
147+
"Jónsson",
147148
"Kashiwara",
148149
"katex",
149150
"Kolmogorov",
@@ -219,6 +220,7 @@
219220
"surjections",
220221
"surjective",
221222
"surjectivity",
223+
"Tarski",
222224
"tensoring",
223225
"Turso",
224226
"unital",

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,4 +209,14 @@ VALUES
209209
'This is the category of small categories and functors between them. It is the prototype of a 2-category, but here we only treat it as a 1-category.',
210210
'https://ncatlab.org/nlab/show/Cat',
211211
NULL
212+
),
213+
(
214+
'J2',
215+
'category of Jónsson-Tarski algebras',
216+
'$\mathcal{J}_2$',
217+
'pairs $(X,\alpha)$, where $X$ is a set and $\alpha : X \to X \times X$ is an isomorphism',
218+
'A morphism $(X,\alpha) \to (Y,\beta)$ is a map $f : X \to Y$ satisfying $$(f \times f) \circ \alpha = \beta \circ f.$$',
219+
'This is interesting example of a category in the intersection of topos theory and algebra.',
220+
'https://ncatlab.org/nlab/show/J%C3%B3nsson-Tarski+algebra',
221+
NULL
212222
);

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,11 @@ VALUES
6363
('FinGrp', 'FinAb'),
6464
('Haus', 'Top'),
6565
('Haus', 'Met_c'),
66+
('J2', 'M-Set'),
6667
('LRS', 'Sch'),
6768
('M-Set', 'R-Mod'),
6869
('M-Set', 'Set'),
70+
('M-Set', 'J2'),
6971
('Man', 'Top'),
7072
('Man', 'Haus'),
7173
('Meas', 'Top'),

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ VALUES
4646
('FS', 'set theory'),
4747
('Grp', 'algebra'),
4848
('Haus', 'topology'),
49+
('J2', 'algebra'),
50+
('J2', 'set theory'),
4951
('LRS', 'algebraic geometry'),
5052
('M-Set', 'algebra'),
5153
('Man', 'topology'),

0 commit comments

Comments
 (0)