Skip to content

Commit 2c200a3

Browse files
committed
prefer dual form
1 parent 916ab78 commit 2c200a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

database/data/005_implications/004_morphism-behavior-implications.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ INSERT INTO implication_input (
88
VALUES
99
(
1010
'cancellative_consequence',
11-
'["left cancellative", "coequalizers"]',
11+
'["right cancellative", "equalizers"]',
1212
'["thin"]',
13-
'If $f,g$ are two parallel morphisms, then their coequalizer is a regular epimorphism, but also a monomorphism by assumption, so it must be an isomorphism. But this means that $f = g$.',
13+
'If $f,g$ are two parallel morphisms, then their equalizer is a regular monomorphism, but also an epimorphism by assumption, so it must be an isomorphism. But this means that $f = g$.',
1414
FALSE
1515
),
1616
(

0 commit comments

Comments
 (0)