Skip to content

Commit e641193

Browse files
committed
remove redundant implications
1 parent 2c200a3 commit e641193

3 files changed

Lines changed: 0 additions & 56 deletions

File tree

database/data/005_implications/001_limits-colimits-existence-implications.sql

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -76,20 +76,6 @@ VALUES
7676
'If $1$ is a terminal object, then $X \times_1 Y = X \times Y$.',
7777
FALSE
7878
),
79-
(
80-
'terminal_consequence',
81-
'["terminal object"]',
82-
'["connected"]',
83-
'If $1$ denotes the terminal object, then for any two objects $A,B$ we have the zig-zag $A \rightarrow 1 \leftarrow B$.',
84-
FALSE
85-
),
86-
(
87-
'binary_products_consequence',
88-
'["binary products", "inhabited"]',
89-
'["connected"]',
90-
'For any two objects $A,B$ we have the zig-zag $A \leftarrow A \times B \rightarrow B$.',
91-
FALSE
92-
),
9379
(
9480
'countable_products_consequence',
9581
'["countable products"]',

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

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -55,34 +55,6 @@ VALUES
5555
'This is trivial.',
5656
FALSE
5757
),
58-
(
59-
'groupoid_thin',
60-
'["groupoid", "equalizers"]',
61-
'["thin"]',
62-
'The equalizer of any parallel pair $f,g$ must be an isomorphism, so $f=g$.',
63-
FALSE
64-
),
65-
(
66-
'groupoid_products',
67-
'["groupoid", "binary products", "inhabited"]',
68-
'["trivial"]',
69-
'Let $\mathcal{C}$ be an inhabited groupoid with binary products. Then it is connected, so we may assume $\mathcal{C}=BG$ for a group $G$ with unique object $*$. But then $* \times * = *$, so there are $p,q \in G$ such that $G \to G \times G$, $x \mapsto (px,qx)$ is bijective. From here it is an easy exercise to deduce $G=1$.',
70-
FALSE
71-
),
72-
(
73-
'groupoid_initial',
74-
'["groupoid", "initial object"]',
75-
'["trivial"]',
76-
'This is easy.',
77-
FALSE
78-
),
79-
(
80-
'groupoid_zero',
81-
'["groupoid", "zero morphisms", "inhabited"]',
82-
'["trivial"]',
83-
'This is easy.',
84-
FALSE
85-
),
8658
(
8759
'groupoid_connected',
8860
'["groupoid", "connected"]',

database/data/005_implications/008_topos-theory-implications.sql

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,6 @@ VALUES
4141
'If a morphism $X \to Y$ exists, we get a morphism $1 \to [X,Y]$, which forces $[X,Y]$ to be a terminal object by assumption. But then any two morphisms $1 \rightrightarrows [X,Y]$ are equal, so that any two morphisms $X \rightrightarrows Y$ are equal.',
4242
FALSE
4343
),
44-
(
45-
'pointed_ccc_trivial',
46-
'["pointed", "cartesian closed"]',
47-
'["trivial"]',
48-
'We have $X \cong X \times 1 \cong X \times 0 \cong 0$ for every object $X$.',
49-
FALSE
50-
),
5144
(
5245
'topos_definition',
5346
'["elementary topos"]',
@@ -69,13 +62,6 @@ VALUES
6962
'The universal property of $\top : 0 \to \Omega$ precisely says that every monomorphism $A \to B$ is the kernel of a unique morphism $B \to \Omega$, so it is normal.',
7063
FALSE
7164
),
72-
(
73-
'subobject_classifier_collapse',
74-
'["subobject classifier", "strict terminal object"]',
75-
'["trivial"]',
76-
'Since $1 \to \Omega$ is an isomorphism, every monomorphism must be an isomorphism. Applying this to the equalizer of a pair of morphisms, we see that the category is thin. But in a thin category, every morphism is a monomorphism. So every object $X$ has a unique isomorphism $X \to 1$.',
77-
FALSE
78-
),
7965
(
8066
'additive_trivial_condition',
8167
'["regular subobject classifier", "additive"]',

0 commit comments

Comments
 (0)