Skip to content

Commit 6d2508d

Browse files
committed
Add properties: effective congruences / effective cocongruences
1 parent 942caa5 commit 6d2508d

2 files changed

Lines changed: 44 additions & 0 deletions

File tree

databases/catdat/data/002_category-properties/001_limits-colimits-existence.sql

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,38 @@ VALUES
343343
'quotients of congruences',
344344
TRUE
345345
),
346+
(
347+
'effective congruences',
348+
'has',
349+
'A congruence $f, g : E \rightrightarrows X$ (see definition <a href="/category-property/quotients_of_congruences">here</a>) is <i>effective</i> if it is the kernel pair of some morphism, i.e. if there is a morphism $h : X \to Y$ such that we have a cartesian square
350+
$$
351+
\begin{CD}
352+
E @> f >> X \\
353+
@V g VV @VV h V \\
354+
X @>> h > Y.
355+
\end{CD}
356+
$$
357+
A category <i>has effective congruences</i> if every congruence in the category is effective.',
358+
'https://ncatlab.org/nlab/show/congruence',
359+
'effective cocongruences',
360+
TRUE
361+
),
362+
(
363+
'effective cocongruences',
364+
'has',
365+
'A cocongruence $f, g : X \rightrightarrows E$ (see definition <a href="/category-property/coquotients_of_cocongruences">here</a>) is <i>effective</i> if it is the cokernel pair of some morphism, i.e. if there is a morphism $h : Y \to X$ such that we have a cocartesian square
366+
$$
367+
\begin{CD}
368+
Y @> h >> X \\
369+
@V h VV @VV f V \\
370+
X @>> g > E.
371+
\end{CD}
372+
$$
373+
A category <i>has effective cocongruences</i> if every cocongruence in the category is effective.',
374+
NULL,
375+
'effective congruences',
376+
TRUE
377+
),
346378
(
347379
'cosifted limits',
348380
'has',

databases/catdat/data/002_category-properties/100_related-category-properties.sql

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,17 @@ VALUES
293293
('quotients of congruences', 'coequalizers'),
294294
('quotients of congruences', 'cokernels'),
295295
('quotients of congruences', 'regular'),
296+
('quotients of congruences', 'effective congruences'),
296297
('coquotients of cocongruences', 'equalizers'),
297298
('coquotients of cocongruences', 'kernels'),
298299
('coquotients of cocongruences', 'coregular'),
300+
('coquotients of cocongruences', 'effective cocongruences'),
301+
('effective congruences', 'normal'),
302+
('effective congruences', 'quotients of congruences'),
303+
('effective congruences', 'mono-regular'),
304+
('effective cocongruences', 'conormal'),
305+
('effective cocongruences', 'coquotients of cocongruences'),
306+
('effective cocongruences', 'epi-regular'),
299307
('direct', 'one-way'),
300308
('direct', 'skeletal'),
301309
('inverse', 'one-way'),
@@ -341,15 +349,19 @@ VALUES
341349
('cofiltered', 'finitely complete'),
342350
('cofiltered', 'cofiltered limits'),
343351
('mono-regular', 'normal'),
352+
('mono-regular', 'effective congruences'),
344353
('mono-regular', 'subobject-trivial'),
345354
('epi-regular', 'conormal'),
355+
('epi-regular', 'effective cocongruences'),
346356
('epi-regular', 'quotient-trivial'),
347357
('normal', 'zero morphisms'),
348358
('normal', 'mono-regular'),
349359
('normal', 'kernels'),
360+
('normal', 'effective congruences'),
350361
('conormal', 'zero morphisms'),
351362
('conormal', 'epi-regular'),
352363
('conormal', 'cokernels'),
364+
('conormal', 'effective cocongruences'),
353365
('multi-complete', 'complete'),
354366
('multi-complete', 'multi-terminal object'),
355367
('multi-terminal object', 'multi-complete'),

0 commit comments

Comments
 (0)