Datasets:

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