Datasets:

Modalities:
Image
Text
Size:
< 1K
Libraries:
Datasets
License:
mike dupont commited on
Commit
66166bc
·
1 Parent(s): c82d5c5
Files changed (2) hide show
  1. Unimath.pdf +0 -0
  2. Unimath.txt +289 -0
Unimath.pdf ADDED
Binary file (101 kB). View file
 
Unimath.txt ADDED
@@ -0,0 +1,289 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ HLF 2016, Sep. 22, 2016, Heidelberg.
2
+
3
+ UniMath
4
+ by Vladimir Voevodsky
5
+ from the Institute for Advanced Study in Princeton, NJ.
6
+
7
+ Part 1. Univalent foundations
8
+
9
+ 2
10
+
11
+ Univalent Foundations
12
+
13
+ UniMath library
14
+
15
+ Today we face a problem that involves two difficult to satisfy conditions.
16
+ On the one hand we have to find a way for computer assisted verification of
17
+ mathematical proofs.
18
+ This is necessary, first of all, because we have to stop the dissolution of the
19
+ concept of proof in mathematics.
20
+ On the other hand we have to preserve the intimate connection between
21
+ mathematics and the world of human intuition.
22
+ This connection is what moves mathematics forward and what we often
23
+ experience as the beauty of mathematics.
24
+
25
+ 3
26
+
27
+ Univalent Foundations
28
+
29
+ UniMath library
30
+
31
+ The Univalent Foundations (UF) is, a yet imperfect, solution to this problem.
32
+ In their original form, the UF combined three components:
33
+ • the view of mathematics as the study of structures on sets and their higher
34
+ analogs,
35
+ • the idea that the higher analogs of sets are reflected in the set-based
36
+ mathematics as homotopy types,
37
+ • the idea that one can formalize our intuition about structures on these higher
38
+ analogs using the Martin-Lof Type Theory (MLTT) extended with the Law of
39
+ Excluded Middle for propositions (LEM) , the Axiom of Choice for sets (AC),
40
+ the Univalence Axiom (UA) and the Resizing Rules (RR).
41
+
42
+ 4
43
+
44
+ Univalent Foundations
45
+
46
+ UniMath library
47
+
48
+ The main new concepts that were since added to these are the following:
49
+ • the understanding that a lot of mathematics can be formalized in the MLTT
50
+ without the LEM and the AC and that excluding these two axioms one
51
+ obtains foundations for a new form of constructive mathematics,
52
+ • the understanding that classical mathematics appears as a subset of this new
53
+ constructive mathematics,
54
+ • the understanding that the MLTT extended with the UA is an imperfect
55
+ formalization system for this constructive mathematics and that it should be
56
+ possible to integrate the UA into the MLTT obtaining a new type theory
57
+ with better computational properties.
58
+
59
+ 5
60
+
61
+ Univalent Foundations
62
+
63
+ UniMath library
64
+
65
+ What does it mean for a formalization system to be constructive?
66
+ Some expressions in type theory are said to be in normal form. Any
67
+ expression can be automatically and deterministically “normalized”, that is, an
68
+ equivalent expression in normal form can be computed.
69
+ In type theory there are type expressions and element expressions. If “T” is a
70
+ type (expression) and “o” is an element (expression) one writes “o:T” if the
71
+ type of “o” is “T”.
72
+
73
+ 6
74
+
75
+ Univalent Foundations
76
+
77
+ UniMath library
78
+
79
+ In most type systems there is the type of natural numbers. In the UniMath it is
80
+ written as “nat”.
81
+ There is the zero element “O:nat” and the successor function “S” from “nat” to
82
+ “nat” that intuitively corresponds to the function that takes “n” to “1+n”.
83
+ A constructive system satisfies the canonicity property for “nat”, which asserts
84
+ that the normal form of any expression “o:nat” has the form “S(S(….(SO)..))”.
85
+ By counting how many “S” there is in the normal form one obtains an actual
86
+ natural number from any element expression of type “nat”.
87
+
88
+ 7
89
+
90
+ Univalent Foundations
91
+
92
+ UniMath library
93
+
94
+ This is a tremendously strong property.
95
+ Consider the example: a set “X:hSet” is defined to be finite if there exists an
96
+ isomorphism between it and the standard finite set “stn n”. Here “n” is an
97
+ expression of type “nat”. It is well defined and one obtains a function “fincard”
98
+ from finite sets to “nat” called the cardinality - the number of elements of the
99
+ set.
100
+ Now suppose that I have proved, constructively, that “X” is finite. Then
101
+ “(fincard X):nat”
102
+ is defined. By normalizing “fincard X” I obtain an actual natural number.
103
+ If I had a constructive proof of Faltings’s Theorem, stating that the number of
104
+ rational points on a curve of genus >1 is finite, I could find the actual number
105
+ of points on any curve of genus >1.
106
+ 8
107
+
108
+ Univalent Foundations
109
+
110
+ UniMath library
111
+
112
+ We don’t know whether such a proof exists. It is a very interesting and hard
113
+ problem.
114
+ The reason that the MLTT+UA is an imperfect system for constructive
115
+ formalization is that while MLTT itself has the canonicity property MLTT+UA
116
+ does not.
117
+ Therefore, formalizing the proof of Faltings’s Theorem in the UniMath, which is
118
+ based on MLTT+UA, would not immediately give us an algorithm to compute
119
+ the number of rational points on a curve of genus >1.
120
+ This is where a new type theory that integrates the UA into the MLTT in such
121
+ a way as to preserve the canonicity would help.
122
+
123
+ 9
124
+
125
+ Univalent Foundations
126
+
127
+ UniMath library
128
+
129
+ The search for such a type theory became one of the main driving forces in
130
+ the development of the UF.
131
+ Today several groups are working on the construction and implementation in
132
+ a proof assistant of candidate type theories.
133
+ The cubical type theory and the prototype proof assistant cubicaltt created by
134
+ the group of Thierry Coquand with the help of many researchers from
135
+ different parts of the world is at the most advanced stage of development
136
+ today.
137
+ A proof in the UniMath easily translates into a proof in the cubilatt.
138
+
139
+ 10
140
+
141
+ Univalent Foundations
142
+
143
+ UniMath library
144
+
145
+ The new form of the UF that emerges can be seen as combining the following
146
+ components:
147
+ • the view of mathematics as the study of structures on sets and their higher
148
+ analogs,
149
+ • the view of mathematics as constructive with the classical mathematics being
150
+ a subset consisting of the results that require LEM and/or AC among their
151
+ assumptions,
152
+ • the idea that the higher analogs of sets are reflected in the set-based
153
+ mathematics as constructive homotopy types - objects of the new
154
+ constructive homotopy theory that can so far be formulated only in terms of
155
+ cubical sets,
156
+ • the idea that one can formalize our intuition about structures on these higher
157
+ analogs using Cubical Type Theory (CTT).
158
+ 11
159
+
160
+ Univalent Foundations
161
+
162
+ UniMath library
163
+
164
+ In addition to the understanding that to obtain a formal system for the new
165
+ constructive mathematics the UA needs to be integrated into the MLTT
166
+ constructively, several more things are felt as lacking in the MLTT+UA:
167
+ • higher inductive types,
168
+ • resizing rules,
169
+ • a possible strict extensional equality combined with the “fibrancy discipline”,
170
+ • as yet unknown mechanism to construct the types of structures that involve
171
+ infinite hierarchies of coherence conditions.
172
+ Surprisingly, it might be easier to add these features to the CTT than to the
173
+ MLTT. The work in these directions is ongoing.
174
+
175
+ 12
176
+
177
+ Part 2. The UniMath library
178
+
179
+ 13
180
+
181
+ Univalent Foundations
182
+
183
+ UniMath library
184
+
185
+ In the development of the UniMath library we attempt to do something that
186
+ might be compared with the effort by the Bourbaki group to write a
187
+ systematic exposition of mathematics based on the set theory and the view of
188
+ mathematics as studying structures on sets.
189
+ The effort by Bourbaki stalled at some point around the middle of the 20th
190
+ century, in part, because it was very complicated to describe the emerging
191
+ category-theoretic constructions in set-theoretic terms.
192
+
193
+ 14
194
+
195
+ Univalent Foundations
196
+
197
+ UniMath library
198
+
199
+ One may however ask, is there any mathematical innovation in what we are
200
+ doing? Is there a discovery of the unknown in the work on the UniMath?
201
+ We have already seen how well-known problems in fields such as arithmetic
202
+ algebraic geometry can be related to the search for a new foundation of
203
+ constructive mathematics and for building proofs in the UniMath.
204
+ Here is a different example.
205
+
206
+ 15
207
+
208
+ Univalent Foundations
209
+
210
+ UniMath library
211
+
212
+ Some years ago, at the IAS, I had a conversation at lunch with Armand Borel. I
213
+ mentioned how I like Bourbaki “Algebra” and how it helped me to become a
214
+ mathematician.
215
+ I then mentioned that some places there were really dense. For example, said I,
216
+ the description of the tensor product was hard to follow.
217
+ Of course, said Borel, we have invented tensor product to get a systematic
218
+ exposition of multi-linear maps.
219
+ It was new research, this is why it was not very smoothly written.
220
+
221
+ 16
222
+
223
+ Univalent Foundations
224
+
225
+ UniMath library
226
+
227
+ I was amazed.
228
+ It is hard to imagine today’s mathematics without the concept of the tensor
229
+ product. It would never occurred to me that it was invented by Bourbaki with
230
+ the only purpose to obtain a more systematic exposition of multi-linear maps
231
+ of vector spaces!
232
+ This example shows how a major innovation can emerge from the work on
233
+ systematization of knowledge.
234
+
235
+ 17
236
+
237
+ Univalent Foundations
238
+
239
+ UniMath library
240
+
241
+ Finally, a few words to those mathematicians who will decide to understand
242
+ UniMath and maybe to contribute to it.
243
+ The UniMath library is being created using the proof assistant Coq. It is freely
244
+ available on GitHub.
245
+ The language of Coq is a very substantial extension of the MLTT and UniMath
246
+ uses a very small subset of the full Coq language that approximately
247
+ corresponds to the original MLTT.
248
+
249
+ 18
250
+
251
+ Univalent Foundations
252
+
253
+ UniMath library
254
+
255
+ The first file in the UniMath after the Basics/preamble.v is Basics/PartA.v.
256
+ The first line in Basics/PartA.v after the preamble section is as follows:
257
+
258
+ It should be understood as a declaration of intent to define a constant called
259
+ fromempty whose type is described by the expression that is written to the
260
+ right of the colon.
261
+ Following this line there is a paragraph that starts with Proof. and ends with
262
+ Defined. where the constant is actually defined using the little sub-programs of
263
+ Coq called tactics which help to build complex expressions of the underlying
264
+ type theory language in simple steps.
265
+
266
+ 19
267
+
268
+ Univalent Foundations
269
+
270
+ UniMath library
271
+
272
+ A mathematician who wants to understand UniMath should expect a very
273
+ non-linear learning curve:
274
+ • In the lectures that I gave in Oxford and in the similar lectures in the Hebrew
275
+ University it took me the whole first lecture to explain what that first line
276
+ and the following it paragraph really mean.
277
+ • In the next lecture I was able to explain the next few hundred lines of PartA.
278
+ • By the fourth lecture in Oxford, the video of which can be found on my
279
+ website, I was explaining the invariant formalization of fibration sequences.
280
+
281
+ 20
282
+
283
+ I hope that was able to show how important Univalent Foundations are and
284
+ how important is the work on libraries such as UniMath.
285
+ Thank you!
286
+
287
+ 21
288
+
289
+