Skip to content

Commit 61b5b4f

Browse files
committed
add missing reasons for Rel
1 parent cbe0178 commit 61b5b4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

database/data/008_category-unsatisfied-properties.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,12 +349,12 @@ VALUES
349349
(
350350
'Rel',
351351
'preadditive',
352-
NULL
352+
'In categories with finite products and coproducts, the preadditive structure is <i>unique</i>: If $f,g : A \to B$ are morphisms, their sum $f+g : A \to B$ is the composite of $(f,g) : A \to B \times B$, the inverse of the canonical morphism $B \oplus B \to B \times B$ (which indeed must be an isomorphism), and the codiagonal $B \oplus B \to B$. In the case of $\mathbf{Rel}$, where both products and coproducts are just disjoint unions, this operation is just the set-theoretic union $f+g = f \cup g$ of relations. This clearly has no inverses.'
353353
),
354354
(
355355
'Rel',
356356
'Cauchy complete',
357-
NULL
357+
'See <a href="https://math.stackexchange.com/a/5030380/1650" target="_blank">MSE/1931577</a>.'
358358
),
359359
(
360360
'Rel',

0 commit comments

Comments
 (0)