-
Notifications
You must be signed in to change notification settings - Fork 3
/
AnalyticStacks.tex
85 lines (69 loc) · 2.32 KB
/
AnalyticStacks.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
\documentclass[reqno]{amsart}
\usepackage[dvipsnames]{xcolor}
\usepackage{comment}
\usepackage{fullpage}
\usepackage{todonotes}
\usepackage[all,2cell]{xy}
\usepackage{graphicx, amsmath, amssymb, amsthm}
\usepackage{newclude}
\usepackage{mathrsfs}
\usepackage[hidelinks,backref]{hyperref}
\usepackage{enumitem}
\input{macros.tex}
% \hypersetup{colorlinks=true}
% make todonotes play nicely with AMS toc
\makeatletter
\providecommand\@dotsep{5}
\renewcommand{\listoftodos}[1][\@todonotes@todolistname]{%
\@starttoc{tdo}{#1}}
\makeatother
% xy configuration
\SelectTips{cm}{}
\UseAllTwocells
%\CompileMatrices
\NoCompileMatrices
% uncomment to work on just one lecture
% \includeonly{14-gaseous}
\title{Analytic Stacks}
\begin{document}
\maketitle
\begin{center}
Lectures by Dustin Clausen and Peter Scholze
\end{center}
\tableofcontents
These are crowd-sourced lecture notes for the Clausen-Scholze course on Analytic Stacks,
\begin{center}
\url{https://www.youtube.com/playlist?list=PLx5f8IelFRgGmu6gmL-Kf_Rl_6Mm7juZO}
\end{center}
The repository for these notes is
\begin{center}
\url{https://github.com/ysulyma/analytic-stacks}
\end{center}
These notes are not endorsed by either Clausen or Scholze; any errors are solely the fault of the transcribers. Sections in red were auto-generated from the captions and have not yet been cleaned up by humans.
\include{./lectures/01-introduction}
\include{./lectures/02-light-condensed}
\include{./lectures/03-light-condensed}
\include{./lectures/04-ext-computations}
\include{./lectures/05-solid}
\include{./lectures/06-solid-complements}
\include{./lectures/07-solid-affine-line}
\include{./lectures/08-huber-pairs}
\include{./lectures/09-localization}
\include{./lectures/10-adic-spaces}
\include{./lectures/11-solid-miscellany}
\include{./lectures/12-what-happened}
\include{./lectures/13-analytic-rings}
\include{./lectures/14-gaseous}
\include{./lectures/15-stacks}
\include{./lectures/16-analytic-stacks-6ff}
\include{./lectures/17-shriek-descent}
\include{./lectures/18-shriek-topology}
\include{./lectures/19-analytic-stacks}
\include{./lectures/20-normed-analytic-rings}
\include{./lectures/21-six-functors}
\include{./lectures/22-berkovich-spaces}
\include{./lectures/23-berkovich-spaces}
\include{./lectures/24-outlook}
\bibliographystyle{amsalpha}
\bibliography{./bibliography}
\end{document}