-
Notifications
You must be signed in to change notification settings - Fork 3
/
slides-nis2023.tex
627 lines (532 loc) · 22.7 KB
/
slides-nis2023.tex
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
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
\documentclass[12pt,utf8,notheorems,compress,t,aspectratio=169]{beamer}
%\documentclass[12pt,utf8,notheorems,compress,t]{beamer}
\usepackage{etex}
\usepackage{pgfpages}
\usepackage[export]{adjustbox}
% Workaround for the issue described at
% https://tex.stackexchange.com/questions/164406/beamer-using-href-in-notes.
\newcommand{\fixedhref}[2]{\makebox[0pt][l]{\hspace*{\paperwidth}\href{#1}{#2}}\href{#1}{#2}}
\usepackage[english]{babel}
\usepackage[normalem]{ulem}
\usepackage{graphbox}
\usepackage{mathtools}
\usepackage{booktabs}
\usepackage{stmaryrd}
\usepackage{amssymb}
\usepackage{manfnt}
\usepackage{array}
\usepackage{ragged2e}
\usepackage{multicol}
\usepackage{tabto}
\usepackage{xstring}
\usepackage{proof}
\usepackage{ifthen}
\usepackage[normalem]{ulem}
\usepackage[all]{xy}
\xyoption{rotate}
\usepackage{tikz}
\usetikzlibrary{calc,shapes,shapes.callouts,shapes.arrows,patterns,fit,backgrounds,decorations.pathmorphing,positioning,svg.path}
\hypersetup{colorlinks=true}
\newcommand*\circled[1]{\tikz[baseline=(char.base)]{%
\node[shape=circle,draw,inner sep=1pt] (char) {#1};}}
\DeclareFontFamily{U}{bbm}{}
\DeclareFontShape{U}{bbm}{m}{n}
{ <5> <6> <7> <8> <9> <10> <12> gen * bbm
<10.95> bbm10%
<14.4> bbm12%
<17.28><20.74><24.88> bbm17}{}
\DeclareFontShape{U}{bbm}{m}{sl}
{ <5> <6> <7> bbmsl8%
<8> <9> <10> <12> gen * bbmsl
<10.95> bbmsl10%
<14.4> <17.28> <20.74> <24.88> bbmsl12}{}
\DeclareFontShape{U}{bbm}{bx}{n}
{ <5> <6> <7> <8> <9> <10> <12> gen * bbmbx
<10.95> bbmbx10%
<14.4> <17.28> <20.74> <24.88> bbmbx12}{}
\DeclareFontShape{U}{bbm}{bx}{sl}
{ <5> <6> <7> <8> <9> <10> <10.95> <12> <14.4> <17.28>%
<20.74> <24.88> bbmbxsl10}{}
\DeclareFontShape{U}{bbm}{b}{n}
{ <5> <6> <7> <8> <9> <10> <10.95> <12> <14.4> <17.28>%
<20.74> <24.88> bbmb10}{}
\DeclareMathAlphabet{\mathbbm}{U}{bbm}{m}{n}
\SetMathAlphabet\mathbbm{bold}{U}{bbm}{bx}{n}
\usepackage{pifont}
\newcommand{\cmark}{\ding{51}}
\newcommand{\xmark}{\ding{55}}
\DeclareSymbolFont{extraup}{U}{zavm}{m}{n}
\DeclareMathSymbol{\varheart}{\mathalpha}{extraup}{86}
\graphicspath{{images/}}
\usepackage[protrusion=true,expansion=true]{microtype}
\setlength\parskip{\medskipamount}
\setlength\parindent{0pt}
\title{Constructive mathematics for mathematical phantoms: a report on the
emerging synthetic account of algebraic geometry}
\author{Ingo Blechschmidt}
\date{June 27th, 2023}
%\useinnertheme[shadow=true]
\setbeamerfont{block title}{size={}}
\useinnertheme{rectangles}
\usecolortheme{orchid}
\usecolortheme{seahorse}
\definecolor{mypurple}{RGB}{253,73,34}
\definecolor{mypurpledark}{RGB}{100,0,150}
\setbeamercolor{structure}{fg=mypurple}
\definecolor{myred}{RGB}{150,0,0}
%\setbeamercolor*{title}{bg=myred,fg=white}
%\setbeamercolor*{titlelike}{bg=myred,fg=white}
\setbeamercolor*{title}{bg=mypurple,fg=white}
\setbeamercolor*{titlelike}{bg=mypurple,fg=white}
\setbeamercolor{frame}{bg=black}
\usefonttheme{serif}
\usepackage[T1]{fontenc}
\usepackage{libertine}
% lifted from https://arxiv.org/abs/1506.08870
\DeclareFontFamily{U}{min}{}
\DeclareFontShape{U}{min}{m}{n}{<-> udmj30}{}
\newcommand\yon{\!\text{\usefont{U}{min}{m}{n}\symbol{'210}}\!}
\newcommand{\A}{\mathcal{A}}
\newcommand{\B}{\mathcal{B}}
\newcommand{\C}{\mathcal{C}}
\newcommand{\M}{\mathcal{M}}
\renewcommand{\AA}{\mathbb{A}}
\newcommand{\BB}{\mathbb{B}}
\newcommand{\pp}{\mathbbm{p}}
\newcommand{\MM}{\mathbb{M}}
\newcommand{\E}{\mathcal{E}}
\newcommand{\F}{\mathcal{F}}
\newcommand{\FF}{\mathbb{F}}
\newcommand{\G}{\mathcal{G}}
\newcommand{\J}{\mathcal{J}}
\newcommand{\GG}{\mathbb{G}}
\renewcommand{\O}{\mathcal{O}}
\newcommand{\K}{\mathcal{K}}
\newcommand{\NN}{\mathbb{N}}
\newcommand{\QQ}{\mathbb{Q}}
\newcommand{\RR}{\mathbb{R}}
\newcommand{\TT}{\mathbb{T}}
\newcommand{\PP}{\mathbb{P}}
\newcommand{\ZZ}{\mathbb{Z}}
\newcommand{\CC}{\mathbb{C}}
\renewcommand{\P}{\mathcal{P}}
\newcommand{\aaa}{\mathfrak{a}}
\newcommand{\ccc}{\mathfrak{c}}
\newcommand{\ppp}{\mathfrak{p}}
\newcommand{\fff}{\mathfrak{f}}
\newcommand{\mmm}{\mathfrak{m}}
\newcommand{\defeq}{\vcentcolon=}
\newcommand{\defeqv}{\vcentcolon\equiv}
\newcommand{\Sh}{\mathrm{Sh}}
\newcommand{\GL}{\mathrm{GL}}
\newcommand{\Zar}{\mathrm{Zar}}
\newcommand{\op}{\mathrm{op}}
\newcommand{\Set}{\mathrm{Set}}
\newcommand{\Eff}{\mathrm{Ef{}f}}
\newcommand{\Sch}{\mathrm{Sch}}
\newcommand{\Aff}{\mathrm{Aff}}
\newcommand{\Ring}{\mathrm{Ring}}
\newcommand{\Cov}{\mathrm{Cov}}
\newcommand{\LocRing}{\mathrm{LocRing}}
\newcommand{\LRS}{\mathrm{LRS}}
\newcommand{\Hom}{\mathrm{Hom}}
\newcommand{\Spec}{\mathrm{Spec}}
\newcommand{\lra}{\longrightarrow}
\newcommand{\RelSpec}{\operatorname{Spec}}
\renewcommand{\_}{\mathpunct{.}}
\newcommand{\?}{\,{:}\,}
\newcommand{\speak}[1]{\ulcorner\text{\textnormal{#1}}\urcorner}
\newcommand{\ul}[1]{\underline{#1}}
\newcommand{\affl}{\ensuremath{{\ul{\ensuremath{\AA}}^1}}}
\newcommand{\Ll}{\text{iff}}
\newcommand{\inv}{inv.\@}
\newcommand{\seq}[1]{\mathrel{\vdash\!\!\!_{#1}}}
\newcommand{\hg}{\mathbin{:}} % homogeneous coordinates
\setbeamertemplate{blocks}[rounded][shadow=false]
\newenvironment{indentblock}{%
\list{}{\leftmargin\leftmargin}%
\item\relax
}{%
\endlist
}
% Adapted from https://latex.org/forum/viewtopic.php?t=2251 (Stefan Kottwitz)
\newenvironment<>{hilblock}{
\begin{center}
\begin{minipage}{9.05cm}
\setlength{\textwidth}{9.05cm}
\begin{actionenv}#1
\def\insertblocktitle{}
\par
\usebeamertemplate{block begin}}{
\par
\usebeamertemplate{block end}
\end{actionenv}
\end{minipage}
\end{center}}
\newenvironment{changemargin}[2]{%
\begin{list}{}{%
\setlength{\topsep}{0pt}%
\setlength{\leftmargin}{#1}%
\setlength{\rightmargin}{#2}%
\setlength{\listparindent}{\parindent}%
\setlength{\itemindent}{\parindent}%
\setlength{\parsep}{\parskip}%
}%
\item[]}{\end{list}}
\tikzset{
invisible/.style={opacity=0,text opacity=0},
visible on/.style={alt={#1{}{invisible}}},
alt/.code args={<#1>#2#3}{%
\alt<#1>{\pgfkeysalso{#2}}{\pgfkeysalso{#3}}}
}
% https://tex.stackexchange.com/questions/172336/drawing-roman-laurel-leaves-spqr-in-tikz
\tikzset{
laurel-wreath/.pic = {
\fill svg{M14.4-24.6c-1.5-1.5-2.6-3.3-3.1-5.3l-.4-1.7c-.2-1.1-.2-4.1 .2-5.7 .2-.9 .3-1.3 .5-1.3l1.4 1.1 2.5 2.4c2.7 2.5 5.2 6 5.8 8 .2 .6-.5 .3-2.2-.9-1.6-1.3-3.3-2.6-5-3.8l.1 1.4c.2 1.4 .5 2.7 1.1 4.6s.8 2.5 .5 2.5l-1.4-1.3zm69.6 1.1 .3-1.2c.8-2.3 1.3-4.8 1.6-7.3l-1.5 1.1c-1.3 .9-2.6 1.9-3.7 3-1.6 1.1-2 1.3-2.1 1 .7-1.8 1.6-3.4 2.8-4.9 1.3-1.7 6.5-6.8 7-6.8 .2 0 .3 .2 .3 .5l.3 1.6c.3 2.2 .2 5.7-.5 7.4-.8 1.9-1.6 3.1-3 4.7-1.1 1.1-1.4 1.3-1.5 .9z};
\fill svg{M10-29.4c-.8-1.1-1.4-2.2-2-4.1l-.7-3.5c-.2-3 .2-4.4 1.4-8.3l.5-1.4c.2-1.3 .3-1.9 .6-1.9 .3-.2 .6 .3 .7 .8s.9 2.2 1.9 3.6c1.4 2.2 2.7 4.4 3.9 6.6l.9 2.7c0 .6 0 .6-.3 .6-.6 0-4.9-4.4-5.8-6l-.2-.6-.1 1.7-.3 2.8c-.3 2.7-.3 3.8 0 5.5 .6 2 .5 2.4-.5 1.5zm79.2 .3 .4-2.4c.2-1.3 .2-2.7-.1-4.9l-.3-2.8v-1.6l-.7 1c-.8 1.3-5 5.5-5.5 5.5s-.5-.3 .2-1.9c.5-1.7 1.4-3.3 3.3-6.5 2.4-3.6 2.7-3.9 2.8-4.7 .5-1.3 .5-1.4 .8-1.2 .3 0 .6 .8 .6 1.5l.7 2.4c.9 2.7 1.1 3.6 1.2 6 .2 3.1-.5 6-2 8.2-.8 1.3-1.3 1.7-1.4 1.5z};
\fill svg{M5-40c-.4-3.2-.1-6.5 .9-9.6 .5-1.1 1.6-2.8 2.2-3.4l1.3-1.6 2-2.7 .2 .6c.1 1.3 .4 2.6 .9 3.8l.3 1c.8 1.7 1.1 2.7 1.6 5.3 .6 2.5 .6 4.6 .2 4.6-.3 0-.9-.8-1-1.1l-.5-.8c-1.4-2-3-5.2-2.9-6.5-.9 2.7-2 5.4-3.5 7.9l-.3 .8-.3 .8c0 .5-.6 1.6-.8 1.6l-.3-.7zm89.2 .2-.2-.5-.3-.9-1.1-2.7-1.1-2.4c-.6-1.4-1.2-2.8-1.6-4.2l-.3 .9c-.3 1.3-1.6 3.9-3 6-1.3 2-1.6 2-1.5 0s1.1-6.3 2.2-9c.8-1.7 1.1-3.1 .9-4.1-.2-1.1 .5-.8 2.2 1.8 3.3 4.4 3.8 5.4 4.4 7.8 .6 2.4 .5 7.7-.3 7.8l-.3-.5z};
\fill svg{M13.9-50.1c-.5-1.9-.8-3.9-.9-5.8-.2-1.6-.1-3.3 .1-4.9-.3 .8-1.7 2.5-4.2 5.1l-3 4.9-.3 .1c-.3 0-.3-2.2 0-3.3 .8-3 1.4-4.6 2.5-6.1 .9-1.3 1.7-1.9 2.5-2.5 1.1-.6 2.7-1.9 3.5-2.7 .9-.9 1.9-1.4 2.2-1.4v1.1l-.3 6.6c0 6.8 .2 6.3-1 8.9-.5 1.1-.8 1.1-1.1 0zm70.8-.4c-.8-2.2-.8-2.5-.7-6.3-.1-2.7-.1-5.5-.2-8.2-.3-1.6-.3-1.9 .5-1.6l.6 .5c1.4 1.4 3 2.5 3.9 3.1 1.3 .9 1.9 1.6 2.7 2.6l.6 .7 .2 .4 .2 .3c.8 .9 2 4.9 2 6.9 .2 1.9-.2 1.9-.9 .5-.7-1.4-1.5-2.7-2.6-4-1.6-1.5-3-3.2-4.2-5 .4 3 .3 6-.5 9 0 .8-.5 2.2-.8 2.3-.2 0-.5-.3-.8-1.2z};
\fill svg{M16.4-58.5l.2-1.5 .3-3.7c.2-2.8 .3-3.5 1.1-5.4l.7-1.3-.5 .4-1 .7c-.5 .4-1.1 .8-1.5 1.3l-.5 .3-1.9 1.6c-2.2 1.6-2.7 2-3.9 3.6-.5 .8-1.1 1.3-1.3 1.3-.5 0 0-2.4 1.1-4.7 1.5-3.4 4.3-6 7.7-7.4l1.3-.4 1.9-.4 2-.5c1.4 0 1.4 0 1 1.1-.5 .8-.8 2-1.1 4.2-.3 2.3-1.1 4.5-2.2 6.5l-.4 .6c-.6 1.1-1.3 2.1-2 3.2-.5 .6-.8 .8-1 .5zm66.3-.2c-.8-.9-2.8-4.4-3.5-6.1-.6-1.3-.9-2.5-1.1-3.5-.2-2.1-.7-4.1-1.5-6 0-.3 0-.3 1.2-.3l2.1 .5 1.9 .4 1.2 .4 .6 .1 1 .6c3 1.4 5.7 4.6 6.8 8.5l.7 2.6c-.2 .6-.5 .5-1.4-.7-2.2-2.7-4.8-5-7.7-6.9l-1.7-1.3 .6 1.3c.3 .6 .6 1.2 .8 1.9l.3 2.5 .3 3.9c.3 2.4 .2 2.8-.6};
\fill svg{M21.6-66.1l.4-1.1 .9-3.2c.3-1.9 1.1-3.3 2.4-4.7l.4-.8-1.2 .2-2.2 .3c-2.7 .3-5.3 1.2-7.7 2.5-.6 .5-1.3 .6-1.3 .3 0-.5 .9-1.9 2-2.9 .8-.9 2-1.9 3.2-2.6l.9-.4 2.2-1c.3-.2 1.3-.3 3.2-.1 3 0 4.1 .2 6.3 .7l1.1 .4c.5 .2 .6 .6 .3 .6-.5 0-1.4 .9-1.9 1.7l-1.2 1.8c-1.7 2.8-2.2 3.5-4.6 5.9l-3 2.7-.2-.3zm53.9-2c-2.7-2.8-3.5-3.8-5.4-6.8-.9-1.6-1.4-2.4-1.9-2.5l-.8-.5c-.3 0-.2-.5 .4-.6l1.1-.4c1.9-.6 3-.8 5.6-.9l3.3 .2c2 .6 3.8 1.5 5.4 2.8 .3 0 1.9 1.6 2.5 2.4l.9 1.8c0 .3-.3 .2-1.9-.6-2.8-1.4-4.4-1.9-7.7-2.2l-2.2-.5c-.9-.2-.9-.2-.6 .2 .6 .5 1.7 2 2.1 2.8l.9 2.5c.3 1.5 .6 3 .9 4.6l-2.6-2.3z};
\fill svg{M34.1-78.7c-3.4-1.3-6.9-2.1-10.6-2.5-.9 0-1.4 0-2.3 .3-2 .5-2 0 0-1.3l2.8-1.2c1.4-.5 1.9-.5 3.8-.6 3.8-.2 6.1 .3 9.3 1.7l3.6 1.1 2.2 .3c1.3 0 1.7 0 2.7-.3 1.1-.3 2.8-1.1 2.8-1.3l-1.3-.9c-1.9-1.4-3.1-2.7-3.1-3.2l.8-.6c.9-.3 1.3-.2 2 .8 .5 .8 1.1 1.4 2.9 2.7 .2 .3 .3 .2 1.1-.3 .9-.8 2.4-2 2.6-2.7 .5-.6 .9-.8 1.8-.5l.8 .6c0 .5-1.4 1.7-3.2 3.2l-1.3 .9c0 .2 1.7 .9 2.9 1.3 .9 .3 1.4 .3 2.7 .3l2.2-.3c1.7-.4 3.4-1 5-1.7 2-.8 4.4-1.3 7.7-1.1 2 .2 2.5 .2 3.8 .6 .9 .3 2.2 .8 2.8 1.2 2 1.1 2 1.6 .2 1.3-1.6-.3-1.9-.3-4.4 0-2.4 .3-4.7 .8-7 1.6l-1.5 .6c-2.9 .3-5.9 .2-8.8-.3-1.7-.3-3.6-.9-6-2.1l-1.1-.4-1.3 .6c-4.5 2.2-9.6 3-14.6 2.2zm-6.3-9.1c};
}
}
\newcommand{\pointthis}[3]{%
\tikz[remember picture,baseline]{
\node[anchor=base,inner sep=0,outer sep=0] (#2) {#2};
\node[visible on=#1,overlay,rectangle callout,rounded corners,callout relative pointer={(0.3cm,0.5cm)},fill=blue!20] at ($(#2.north)+(-0.1cm,-1.1cm)$) {#3};
}%
}
\tikzset{
invisible/.style={opacity=0,text opacity=0},
visible on/.style={alt={#1{}{invisible}}},
alt/.code args={<#1>#2#3}{%
\alt<#1>{\pgfkeysalso{#2}}{\pgfkeysalso{#3}}}
}
\newcommand{\hcancel}[5]{%
\tikz[baseline=(tocancel.base)]{
\node[inner sep=0pt,outer sep=0pt] (tocancel) {#1};
\draw[red!80, line width=0.4mm] ($(tocancel.south west)+(#2,#3)$) -- ($(tocancel.north east)+(#4,#5)$);
}%
}
\newcommand{\explain}[7]{%
\tikz[remember picture,baseline]{
\node[anchor=base,inner sep=2pt,outer sep=0,fill=#3,rounded corners] (label) {#1};
\node[anchor=north,visible on=<#2>,overlay,rectangle callout,rounded corners,callout
relative pointer={(0.0cm,0.5cm)+(0.0cm,#6)},fill=#3] at ($(label.south)+(0,-0.3cm)+(#4,#5)$) {#7};
}%
}
\newcommand{\explainstub}[2]{%
\tikz[remember picture,baseline]{
\node[anchor=base,inner sep=2pt,outer sep=0,fill=#2,rounded corners] (label) {#1};
}%
}
\newcommand{\squiggly}[1]{%
\tikz[remember picture,baseline]{
\node[anchor=base,inner sep=0,outer sep=0] (label) {#1};
\draw[thick,color=red!80,decoration={snake,amplitude=0.5pt,segment
length=3pt},decorate] ($(label.south west) + (0,-2pt)$) -- ($(label.south east) + (0,-2pt)$);
}%
}
% Adapted from https://latex.org/forum/viewtopic.php?t=2251 (Stefan Kottwitz)
\newenvironment<>{varblock}[2]{\begin{varblockextra}{#1}{#2}{}}{\end{varblockextra}}
\newenvironment<>{varblockextra}[3]{
\begin{center}
\begin{minipage}{#1}
\begin{actionenv}#4
{\centering \hil{#2}\par}
\def\insertblocktitle{}%\centering #2}
\def\varblockextraend{#3}
\usebeamertemplate{block begin}}{
\par
\usebeamertemplate{block end}
\varblockextraend
\end{actionenv}
\end{minipage}
\end{center}}
\setbeamertemplate{headline}{}
\setbeamertemplate{frametitle}{%
\leavevmode%
\vskip-1.6em%
\begin{beamercolorbox}[dp=1ex,center,wd=\paperwidth,ht=2.25ex]{title}%
\vskip0.5em%
\bf\insertframetitle
\end{beamercolorbox}%
\vskip-0.77em\hspace*{-2em}%
\textcolor{mypurpledark}{\rule[0em]{1.1\paperwidth}{2.4pt}}
\vskip-0.4em%
}
\setbeamertemplate{navigation symbols}{}
\newcounter{framenumberpreappendix}
\newcommand{\backupstart}{
\setcounter{framenumberpreappendix}{\value{framenumber}}
}
\newcommand{\backupend}{
\addtocounter{framenumberpreappendix}{-\value{framenumber}}
\addtocounter{framenumber}{\value{framenumberpreappendix}}
}
\newcommand{\insertframeextra}{}
\setbeamertemplate{footline}{%
\begin{beamercolorbox}[wd=\paperwidth,ht=2.25ex,dp=1ex,right,rightskip=1mm,leftskip=1mm]{}%
% \inserttitle
\hfill
\insertframenumber\insertframeextra\,/\,\inserttotalframenumber
\end{beamercolorbox}%
\vskip0pt%
}
\newcommand{\hil}[1]{{\usebeamercolor[fg]{item}{\textbf{#1}}}}
\newcommand{\hill}[1]{{\usebeamercolor[fg]{item}{#1}}}
\newcommand{\bad}[1]{\textcolor{red!90}{\textnormal{#1}}}
\newcommand{\good}[1]{\textcolor{mypurple}{\textnormal{#1}}}
\newcommand{\bignumber}[1]{%
\renewcommand{\insertenumlabel}{#1}\scalebox{1.2}{\!\usebeamertemplate{enumerate item}\!}
}
\newcommand{\normalnumber}[1]{%
{\renewcommand{\insertenumlabel}{#1}\!\usebeamertemplate{enumerate item}\!}
}
\newcommand{\bigheart}{\includegraphics{heart}}
\newcommand{\subhead}[1]{{\centering\textcolor{gray}{\hrulefill}\quad\textnormal{#1}\quad\textcolor{gray}{\hrulefill}\par}}
\newcommand{\badbox}[1]{\colorbox{red!30}{#1}}
\newcommand{\infobox}[1]{\colorbox{yellow!70}{\color{black}#1}}
% taken from JDH "The modal logic of arithmetic potentialism and the universal algorithm"
\DeclareMathOperator{\possible}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,rotate=45,line width=.1ex]{\draw (-1,-1) rectangle (1,1);}}}
\DeclareMathOperator{\necessary}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,line width=.1ex]{\draw (-1,-1) rectangle (1,1);}}}
\DeclareMathOperator{\xpossible}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,rotate=45,line width=.1ex]{\draw (-1,-1) rectangle (1,1); \draw[very thin] (-.6,-.6) rectangle (.6,.6);}}}
\DeclareMathOperator{\xnecessary}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,line width=.1ex]{\draw (-1,-1) rectangle (1,1); \draw[very thin] (-.6,-.6) rectangle (.6,.6);}}}
\input{images/primes.tex}
\newcommand{\triang}{\hil{$\blacktriangleright$}}
\newcommand{\concat}{\mathbin{{+}\mspace{-8mu}{+}}}
\newcommand{\astikznode}[2]{\tikz[baseline,remember picture]{\node[anchor=base,inner sep=0,outer sep=0.1em] (#1) {#2};}}
\newcommand{\astikznodecircled}[3]{\tikz[baseline,remember picture]{\node[anchor=base,circle,draw=#2,thick,inner sep=0,outer sep=0.05em] (#1) {#3};}}
\newcommand{\astikznodetransparentlycircled}[2]{\tikz[baseline,remember picture]{\node[anchor=base,circle,opacity=0,draw=white,text opacity=1,thick,inner sep=0,outer sep=0.05em] (#1) {#2};}}
\setbeamersize{text margin left=1.60em,text margin right=1.60em}
\begin{document}
\addtocounter{framenumber}{-1}
\definecolor{mypurple}{RGB}{150,0,255}
\setbeamercolor{structure}{fg=mypurple}
%{\usebackgroundtemplate{\begin{minipage}{\paperwidth}\vspace*{-1.25cm}\includegraphics[width=\paperwidth]{nis}\end{minipage}}
\begin{frame}[c]
\centering
%\color{white}
\bigskip
\bigskip
\includegraphics[width=0.4\textwidth]{phantoms}
\bigskip
\bigskip
%\setbeamercolor{block body}{bg=black!100}
%\begin{minipage}{0.8\textwidth}
% \begin{block}{}
%\color{white}
%\centering
Constructive mathematics for mathematical phantoms: \\
\hil{synthetic algebraic geometry}
%\end{block}
%\end{minipage}
\scriptsize
\textit{-- an invitation --}
\bigskip
CM:FP 2023 in Niš \\
June 27th, 2023
Ingo Blechschmidt
\par
\end{frame}
\section{Not in this talk}
\begin{frame}{Not in this talk}
``Can we salvage the result if we require the function to be uniformly continuous?''
\bigskip
``Can we weaken dependent choice to countable choice?''
\bigskip
``Can we weaken the decidability assumption?''
\bigskip
``Can pointfree topology help?''
\vspace*{0.2cm}
\centering
\qquad\quad\includegraphics[width=0.3\textwidth]{confusion}
\end{frame}
\begin{frame}[t]{Mathematical phantoms}
\begin{columns}[T]
\begin{column}{0.25\textwidth}
\centering
\includegraphics[width=\textwidth]{wraith-portrait} \\
\scriptsize
Gavin Wraith
\end{column}
\begin{column}{0.7\textwidth}
\emph{One of the recurring themes of mathematics,
and one that I have always found seductive,
is that of \\\medskip
\triang{} the nonexistent entity which ought to be there \\
\phantom{\triang{}} but apparently is not; \\\medskip
\triang{} which nevertheless obtrudes its effects so
convincingly that \\
\phantom{\triang{}} one is forced to concede
a broader notion of existence.}
\end{column}
\end{columns}
\bigskip
\mbox{\begin{minipage}{0.15\textwidth}
\centering\small
\includegraphics[height=5em]{zeta-function} \\
$\mathbb{C}$
\end{minipage}\quad
\begin{minipage}{0.20\textwidth}
\centering\small
\includegraphics[height=5em]{3-adic-numbers} \\
$\mathbb{Q}_p$
\end{minipage}\quad
\begin{minipage}{0.20\textwidth}
\centering\small
\includegraphics[height=5em]{bruyn-pope} \\
$\mathbb{F}_1$
\end{minipage}\quad
\begin{minipage}{0.42\textwidth}
\centering\small
\includegraphics[height=5em]{hilbert-hotel} \\
$\infty$
\end{minipage}}
\end{frame}
{\usebackgroundtemplate{\begin{minipage}{\paperwidth}\vspace*{5.95cm}\includegraphics[width=\paperwidth]{fr1}\end{minipage}}
\begin{frame}{A glimpse of algebraic geometry}
Algebraic geometry studies \hil{solution sets} of polynomial systems of equations, \\
and spaces obtained by \hil{gluing} such sets:
\begin{center}
\includegraphics[angle=90,width=0.5\textwidth]{algebraic-surfaces}
\scriptsize C. Stussak, P. Schenzel. Interactive visualisation of algebraic surfaces as a tool for shape creation. \\ Int. J. Arts Technol. 4:2 (2011), pp. 216--218
\end{center}
Concrete results such as Fermat's Last Theorem: For~$n \geq 3$, no positive integers satisfy
\[ a^n + b^n = c^n. \]
\end{frame}}
{\usebackgroundtemplate{\begin{minipage}{\paperwidth}\vspace*{5.95cm}\includegraphics[width=\paperwidth]{fr1}\end{minipage}}
\begin{frame}{Mathematics vs. algebraic geometry}
Let~$k$ be a base field,
e.g. $\QQ$, $\FF_p$, \ldots
\bigskip
\subhead{Functions}
Which functions~$k^2 \to k$ are there?
\vspace*{-1em}
\begin{columns}[c]
\begin{column}{0.4\textwidth}
\centering
\[ (x,y) \mapsto x^3 + xy^2 - y^4 \]
\ \\
\cmark{} polynomial
\end{column}
\begin{column}{0.4\textwidth}
\centering
\[ (x,y) \mapsto \begin{cases}
1, & \text{if $x = 0$,} \\
0, & \text{else.}
\end{cases} \]
\xmark{} non-polynomial
\end{column}
\end{columns}
\pause
\bigskip
\subhead{Implications}
\begin{columns}[c]
\begin{column}{0.4\textwidth}
\centering
\[
\left.\begin{array}{@{}r@{\ }c@{\ }l@{}}
1+x^2 &=& 0 \\
1+x^2+x^4 &=& 0
\end{array}\right\} \Rightarrow 1 = 0
\]
\visible<3->{\cmark{} algebraic certificate:
\vspace*{-1em}
\[ 1 = (-x^2)\cdot(1+x^2) + 1\cdot(1+x^2+x^4)\]}
\end{column}
\begin{column}{0.4\textwidth}
\centering
\[ \left.\begin{array}{@{}l@{}}\phantom{x^2}\\\phantom{x^2}\end{array}\right.\!\!\!\!
x^2 = 0 \Rightarrow x = 0 \]
\visible<4->{\xmark{} no algebraic certificate:
\vspace*{-1em}
\[ x = \ldots x^2 \ldots?! \]}
\end{column}
\end{columns}
\end{frame}}
{\usebackgroundtemplate{\begin{minipage}{\paperwidth}\vspace*{3.95cm}\includegraphics[width=\paperwidth]{staircase}\end{minipage}}
\begin{frame}{Transfinite methods?}
The standard road to algebraic geometry:
\begin{enumerate}
\item Invent topological spaces.
\item Put the Zariski topology on~$k^n$.
\item Add non-maximal prime ideals to soberify the space.
\item Invent sheaves.
\item Construct the structure sheaf.
\end{enumerate}
\pause
This requires \ldots
\begin{multicols}{2}
\begin{itemize}
\item large structures
\item powersets
\item law of excluded middle
\item axiom of choice
\end{itemize}
\end{multicols}
\pause
\vspace*{-0.5em}
despite:
\begin{itemize}
\item concrete subject matter
\item practical computer algebra systems for computations
%\item well-established constructive algebra
\item high-level proofs often constructive
\end{itemize}
\end{frame}}
{\usebackgroundtemplate{\begin{minipage}{\paperwidth}\vspace*{3.23cm}\includegraphics[width=\paperwidth]{topos-horses-lighter-lighter}\end{minipage}}
\begin{frame}{Synthetic algebraic geometry}
\hil{Postulate.}
%Algebraic geometry can alternatively be developed from just
%three postulates:
We have a~$k$-algebra~$R$ such that
\begin{enumerate}
\item $R$ is local%
\only<2->{: \emph{if a sum is invertible, then so is one of the summands}},
\item $R$ is \hil{quasicoherent}%
\only<3->{: \emph{the map~$A \to R^{\Spec(A)}$ is bijective for every f.p.~$R$-algebra $A$}},
\end{enumerate}
and such that we have
\begin{enumerate}
\addtocounter{enumi}{2}
\item \hil{Zariski-choice}.
\end{enumerate}
\medskip
\pause
\pause
\pause
\textbf{Def.} $\Spec(A) \defeq \Hom_R(A,R) = \{ \varphi : A \to R \,|\, \text{$\varphi$ is an~$R$-algebra homomorphism} \}$.
\pause
\textbf{Ex.} $\Spec(R[X_1,\ldots,X_n]) \cong R^n$\pause,\quad
$\Spec(R) \cong R^0 = \{ () \}$\pause,\quad
$\Spec(R/(x)) \cong \{ () \,|\, x = 0 \}$.
\pause
\textbf{Prop.} $R^{(R^n)} \cong R[X_1,\ldots,X_n]$.
\pause
\textbf{Prop.} (``Nullstellensatz'') If~$\Spec(A) = \emptyset$, then~$A = 0$.
\pause
\textbf{Cor.} For all~$x \in R$, if~$x \neq 0$, then~$x$ is invertible.
\pause
\textbf{Prop.} It is \emph{not the case} that for every~$\varepsilon \in R$,
if~$\varepsilon^2 = 0$ then~$\varepsilon = 0$.
\pause
\textbf{Cor.} It is \emph{not the case} that for every~$x \in R$,
either~$x = 0$ or~$x \neq 0$.
\end{frame}}
%\begin{frame}{Formalizing algebraic geometry}
% \bigskip
% \bigskip
% \bigskip
% \includegraphics[width=\textwidth]{schemes-in-lean2}
%
% \vspace*{-22em}
% \includegraphics[frame=0.1em,bb=0 170 610 625,width=0.3\textwidth]{schemes-in-coq}\hfill
% \includegraphics[frame=0.1em,bb=0 170 610 625,width=0.3\textwidth]{schemes-in-lean}
%\end{frame}
\end{document}
The \hil{space} associated to an~$R$~\hil{algebra}~$A$ is
\[ \Spec(A) \defeq \Hom_R(A,R) = \{ \varphi : A \to R \,|\, \text{$\varphi$ is an~$R$-algebra homomorphism} \}. \]
Every element~$f \in A$ gives rise to a function~$\mathrm{ev}_f$ on~$\Spec(A)$:
\[ \mathrm{ev}_f : \Spec(A) \to R,\ \varphi \mapsto \varphi(f). \]