forked from ScriptRaccoon/CatDat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path008_topos-theory-implications.sql
More file actions
225 lines (225 loc) · 9.06 KB
/
008_topos-theory-implications.sql
File metadata and controls
225 lines (225 loc) · 9.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
INSERT INTO implication_input (
id,
assumptions,
conclusions,
reason,
is_equivalence
)
VALUES
(
'ccc_condition',
'["cartesian closed"]',
'["finite products"]',
'This holds by definition.',
FALSE
),
(
'subobject_classifier_well-powered',
'["subobject classifier", "locally essentially small"]',
'["well-powered"]',
'See <a href="https://ncatlab.org/nlab/show/Sheaves+in+Geometry+and+Logic" target="_blank">Mac Lane & Moerdijk</a>, Prop. I.3.1.',
FALSE
),
(
'ccc_consequence',
'["cartesian closed", "initial object"]',
'["strict initial object"]',
'See the <a href="https://ncatlab.org/nlab/show/strict+initial+object" target="_blank">nLab</a>.',
FALSE
),
(
'ccc_cartesian_filtered_colimits',
'["cartesian closed", "filtered colimits"]',
'["cartesian filtered colimits"]',
'Each functor $X \times -$ is a left adjoint and therefore preserves (filtered) colimits.',
FALSE
),
(
'ccc_no_strict_terminal',
'["cartesian closed", "strict terminal object"]',
'["thin"]',
'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.',
FALSE
),
(
'topos_definition',
'["elementary topos"]',
'["cartesian closed", "finitely complete", "subobject classifier"]',
'This holds by definition.',
TRUE
),
(
'subobject_classifier_consequence',
'["subobject classifier"]',
'["finitely complete", "mono-regular"]',
'The first part holds by convention, and the second part: any monomorphism $U \to X$ is the equalizer of $\chi_U,\chi_X : X \to \Omega$.',
FALSE
),
(
'subobject_classifier_pointed_case',
'["subobject classifier", "pointed"]',
'["normal"]',
'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.',
FALSE
),
(
'additive_trivial_condition',
'["regular subobject classifier", "additive"]',
'["trivial"]',
'See <a href="https://math.stackexchange.com/a/5132767/1650" target="_blank">MSE/4086192</a>.',
FALSE
),
(
'regular_subobjects_trivial',
'["right cancellative", "finitely complete"]',
'["regular subobject classifier"]',
'In a right cancellative category, every regular monomorphism is an isomorphism, so that a terminal object is a regular subobject classifier.',
FALSE
),
(
'regular_subobject_weaker',
'["subobject classifier"]',
'["regular subobject classifier"]',
'This is obvious.',
FALSE
),
(
'regular_subobject_assumption',
'["regular subobject classifier"]',
'["finitely complete"]',
'This holds by definition.',
FALSE
),
(
'regular_subobjects_suffice',
'["regular subobject classifier", "mono-regular"]',
'["subobject classifier"]',
'This is obvious.',
FALSE
),
(
'regular_subobject_classifier_strict',
'["regular subobject classifier", "strict terminal object"]',
'["thin"]',
'Let $\Omega$ be a regular subobject classifier. Since $1$ is a strict terminal object, $\top : 1 \to \Omega$ is an isomorphism. This implies that every regular monomorphism is an isomorphism. Hence, by taking the equalizer of two parallel morphisms, we see that the category is thin.',
FALSE
),
(
'pullbacks_are_local_products',
'["locally cartesian closed"]',
'["pullbacks"]',
'Pullbacks are binary products in slice categories.',
FALSE
),
(
'locally_cartesian_closed_with_terminal_is_closed',
'["locally cartesian closed", "terminal object"]',
'["cartesian closed"]',
'The slice over the terminal object is the category itself.',
FALSE
),
(
'topos_consequence',
'["elementary topos"]',
'["finitely cocomplete", "disjoint finite coproducts", "epi-regular"]',
'See <a href="https://ncatlab.org/nlab/show/Sheaves+in+Geometry+and+Logic" target="_blank">Mac Lane & Moerdijk</a>, Cor. IV.5.4, Cor. IV.10.5, Thm. 4.7.8.',
FALSE
),
(
'topos_well-copowered_criterion',
'["elementary topos", "locally essentially small"]',
'["well-copowered"]',
'This follows from <a href="https://ncatlab.org/nlab/show/Sheaves+in+Geometry+and+Logic" target="_blank">Mac Lane & Moerdijk</a>, Theorem IV.7.8 (and Prop. I.3.1).',
FALSE
),
(
'grothendieck_topos_definition',
'["Grothendieck topos"]',
'["elementary topos", "coproducts", "generating set", "locally essentially small"]',
'See <a href="https://ncatlab.org/nlab/show/Sheaves+in+Geometry+and+Logic" target="_blank">Mac Lane & Moerdijk</a>, Appendix, Prop. 4.4.',
TRUE
),
(
'grothendieck_topos_consequence',
'["Grothendieck topos"]',
'["locally presentable", "cogenerator", "infinitary extensive"]',
'A Grothendieck topos is locally presentable by Prop. 3.4.16 in <a href="https://www.cambridge.org/core/books/handbook-of-categorical-algebra/5033A02442342401E7BCC26A042DAB94" target="_blank">Handbook of Categorical Algebra Vol. 3</a>, has a cogenerator (see <a href="https://ncatlab.org/nlab/show/cogenerator" target="_blank">nLab</a>) and is infinitary extensive by <a href="https://ncatlab.org/nlab/show/Giraud%27s+theorem" target="_blank">Giraud''s Theorem</a>.',
FALSE
),
(
'topos_is_locally_cartesian_closed',
'["elementary topos"]',
'["locally cartesian closed"]',
'See <a href="https://ncatlab.org/nlab/show/Sketches+of+an+Elephant" target="_blank">Johnstone</a>, Cor. A2.3.4.',
FALSE
),
(
'lcc_implies_regular',
'["locally cartesian closed", "coequalizers", "finitely complete"]',
'["regular"]',
'See <a href="https://ncatlab.org/nlab/show/Sketches+of+an+Elephant" target="_blank">Johnstone</a>, Lemma A1.5.13. From this it follows also that every elementary topos is regular.',
FALSE
),
(
'topos_implies_coregular',
'["elementary topos"]',
'["coregular"]',
'This is proven in <a href="https://ncatlab.org/nlab/show/Sketches+of+an+Elephant" target="_blank">Johnstone</a>, A2.6.3 (for every quasitopos).',
FALSE
),
(
'lcc_implies_extensive',
'["locally cartesian closed", "disjoint finite coproducts"]',
'["extensive"]',
'The pullback functor preserves finite coproducts because it has a right adjoint. Remark: In combination with other implication, this result implies that every elementary topos is extensive.',
FALSE
),
(
'lcc_extensive_yields_infinitary',
'["locally cartesian closed", "cocomplete", "extensive"]',
'["infinitary extensive"]',
'The pullback functor preserves coproducts because it has a right adjoint. See also Remark 2.6 at the <a href="https://ncatlab.org/nlab/show/extensive+category" target="_blank">nLab</a>.',
FALSE
),
(
'topos_is_malcev',
'["elementary topos"]',
'["co-Malcev"]',
'This is Example 2.2.18 in <a href="https://ncatlab.org/nlab/show/Malcev,+protomodular,+homological+and+semi-abelian+categories" target="_blank">Malcev, protomodular, homological and semi-abelian categories</a>. An alternative proof is given later in A.5.17.',
FALSE
),
(
'nno_assumption',
'["natural numbers object"]',
'["finite products"]',
'This holds by definition.',
FALSE
),
(
'nno_criterion',
'["countably distributive"]',
'["natural numbers object"]',
'Consider the copower $N := \coprod_{n \in \mathbb{N}} 1$ with inclusions $i_n : 1 \to N$ for $n \in \mathbb{N}$. We define $z := i_1 : 1 \to N$ and $s : N \to N$ by $s \circ i_n = i_{n+1}$. Since the category is countably distributive, we have $A \times N \cong \coprod_{n \in \mathbb{N}} A$ for every object $A$. Given morphisms $f : A \to X$, $g : X \to X$, a morphism $\Phi : A \times N \to X$ therefore corresponds to a family of morphisms $\phi_n : A \to X$ for $n \in \mathbb{N}$. The condition $\Phi(a,z)=f(a)$ becomes $\phi_0 = f$. The condition $\Phi(a,s(n)) = g(\Phi(a,n))$ becomes $\phi_{n+1} = g \circ \phi_n$. This recursively defines the morphisms $\phi_n$. (We are basically using that $\mathbb{N}$ is a natural numbers object in $\mathbf{Set}$.) Concretely, $\phi_n = g^n \circ f$.',
FALSE
),
(
'nno_pointed_case',
'["natural numbers object", "pointed"]',
'["trivial"]',
'Let $(N,z,s)$ be a natural numbers object in a category with a zero object, denoted $0$. The morphism $z : 0 \to N$ must be zero. The universal property applied to $A=1$ implies that $s : N \to N$ is an initial object in the category of endomorphisms. This exists, it is given by the identity $0 \to 0$. Therefore, $N = 0$. The general universal property now becomes: For all $f : A \to X$, $g : X \to X$ there is a unique $\Phi : A \to X$ such that $\Phi(a) = f(a)$ and $\Phi(a)=g(\Phi(a))$. Apply this to $g = 0$ to conclude $f = 0$.',
FALSE
),
(
'nno_terminal',
'["natural numbers object", "strict terminal object"]',
'["one-way"]',
'By assumption, $z : 1 \to N$ is an isomorphism. Therefore, the terminal object $1$ is a NNO with $z = \mathrm{id}_1$ and $s = \mathrm{id}_1$. This precisely means that for all $f : A \to X$ and $g : X \to X$ there is a unique $\Phi : A \to X$ with $\Phi = f$ and $\Phi = g \circ \Phi$. In other words, we have $f = g \circ f$, and therefore $g = \mathrm{id}_X$ (take $f = \mathrm{id}_X$), which proves the claim. (From here one can <a href="/category-implication/one-way_products_thin">further deduce</a> that the category is thin.)',
FALSE
),
(
'nno_thin',
'["finite products", "thin"]',
'["natural numbers object"]',
'The triple $(1, \mathrm{id}_1, \mathrm{id}_1)$ is clearly a NNO.',
FALSE
);