forked from vEnhance/napkin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Napkin.tex
235 lines (198 loc) · 5.65 KB
/
Napkin.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
\documentclass[11pt,twoside=semi,openright,numbers=noenddot]{scrbook}
\newcommand{\napkinversion}{v1.5.\hbox{\the\year\twodigits\month\twodigits\day}}
\input{tex/preamble}
\input{tex/macros}
\input{tex/Qcircuit.tex}
\title{An Infinitely Large Napkin}
\subtitle{\url{https://web.evanchen.cc/napkin.html}}
\author{Evan Chen}
\date{Version: \napkinversion}
\begin{document}
\frontmatter
% \renewcommand{\thepage}{\arabic{page}}
\maketitle
\include{tex/frontmatter/title-embellishments}
\include{tex/frontmatter/preface}
\setcounter{chapter}{-1} % avoid sales pitch collision
\include{tex/frontmatter/advice}
% I DON'T want to reset the page number for mainmatter,
% so save it to restore later
\cleardoublepage
\newcounter{temppage}
\setcounter{temppage}{\value{page}}
\mainmatter
\setcounter{page}{\value{temppage}}
\tableofcontents
\Opensolutionfile{tex/backmatter/all-hints}
\Opensolutionfile{tex/backmatter/all-solns}
\part{Starting Out}
\label{part:startout}
\parttoc
\setcounter{chapter}{-1} % sales pitch should be chapter 0
\include{tex/frontmatter/salespitch}
\include{tex/H113/grp-intro}
\include{tex/topology/metric-top}
\part{Basic Abstract Algebra}
\label{part:absalg}
\parttoc
\include{tex/H113/quotient}
\include{tex/H113/ideals}
\include{tex/H113/rings}
\part{Basic Topology}
\label{part:basictop}
\parttoc
\include{tex/topology/metric-prop}
\include{tex/topology/top-more}
\include{tex/topology/compactness}
\part{Linear Algebra}
\label{part:linalg}
\parttoc
\include{tex/linalg/vector-space}
\include{tex/linalg/eigenvalues}
\include{tex/linalg/dual-trace}
\include{tex/linalg/dets}
\include{tex/linalg/inner-form}
\include{tex/linalg/fourier}
\include{tex/linalg/transpose}
\part{More on Groups}
\label{part:groups}
\parttoc
\include{tex/H113/action}
\include{tex/H113/sylow}
\include{tex/H113/structure}
\part{Representation Theory}
\label{part:repth}
\parttoc
\include{tex/rep-theory/rep-alg}
\include{tex/rep-theory/semisimple}
\include{tex/rep-theory/characters}
\include{tex/rep-theory/applications}
\part{Quantum Algorithms}
\label{part:quantum}
\parttoc
\include{tex/quantum/vectors}
\include{tex/quantum/circuits}
\include{tex/quantum/shor}
\part{Calculus 101}
\label{part:calc}
\parttoc
\include{tex/calculus/limits}
\include{tex/calculus/p-adic}
\include{tex/calculus/differentiate}
\include{tex/calculus/taylor}
\include{tex/calculus/integrate}
\part{Complex Analysis}
\label{part:cmplxana}
\parttoc
\include{tex/complex-ana/holomorphic}
\include{tex/complex-ana/meromorphic}
\include{tex/complex-ana/log}
\part{Measure Theory}
\label{part:measure}
\parttoc
\include{tex/measure/measure-space}
\include{tex/measure/caratheodory}
\include{tex/measure/lebesgue-int}
\include{tex/measure/swapsum}
\include{tex/measure/pontryagin}
\part{Probability (TO DO)}
\label{part:prob}
\parttoc
\include{tex/measure/randvar}
\include{tex/measure/large-laws}
\include{tex/measure/martingale} % To be written
\part{Differential Geometry}
\label{part:diffgeo}
\parttoc
\include{tex/diffgeo/multivar} % missing sols
\include{tex/diffgeo/forms}
\include{tex/diffgeo/stokes} % sols
\include{tex/diffgeo/manifolds}
\part{Algebraic NT I: Rings of Integers}
\label{part:algnt1}
\parttoc
\include{tex/alg-NT/numfield}
\include{tex/alg-NT/norm-trace}
\include{tex/alg-NT/dedekind}
\include{tex/alg-NT/classgrp}
\include{tex/alg-NT/discriminant}
\include{tex/alg-NT/pell}
\part{Algebraic NT II: Galois and Ramification Theory}
\label{part:algnt2}
\parttoc
\include{tex/alg-NT/galois}
\include{tex/alg-NT/finite-field}
\include{tex/alg-NT/ramification} % missing probs
\include{tex/alg-NT/frobenius}
\include{tex/alg-NT/artin}
\part{Algebraic Topology I: Homotopy}
\label{part:algtop1}
\parttoc
\include{tex/topology/constructions}
\include{tex/topology/fundamental-group}
\include{tex/topology/cover-project} % missing problems
\part{Category Theory}
\label{part:cats}
\parttoc
\include{tex/cats/categories} % missing sols
\include{tex/cats/functors} % missing sols
\include{tex/cats/limits}
\include{tex/cats/abelian}
\part{Algebraic Topology II: Homology}
\label{part:algtop2}
\parttoc
\include{tex/homology/singular} % missing problems
\include{tex/homology/long-exact}
\include{tex/homology/excision}
\include{tex/homology/cellular}
\include{tex/homology/cohomology}
\include{tex/homology/cup-product}
\part{Algebraic Geometry I: Classical Varieties}
\label{part:ag1}
\parttoc
\include{tex/alg-geom/affine-var}
\include{tex/alg-geom/zariski}
\include{tex/alg-geom/proj-var} % missing problems
\include{tex/alg-geom/bezout}
\include{tex/alg-geom/quasi-proj}
\part{Algebraic Geometry II: Affine Schemes}
\label{part:ag2}
\parttoc
\include{tex/alg-geom/sheaves}
\include{tex/alg-geom/localization}
\include{tex/alg-geom/spec-zariski}
\include{tex/alg-geom/spec-sheaf}
\include{tex/alg-geom/spec-examples}
\include{tex/alg-geom/mor-scheme}
\part{Algebraic Geometry III: Schemes (TO DO)}
\label{part:ag3}
\parttoc
\part{Set Theory I: ZFC, Ordinals, and Cardinals}
\label{part:st1}
\parttoc
\include{tex/set-theory/zorn-lemma}
\include{tex/set-theory/zfc}
\include{tex/set-theory/ordinal}
\include{tex/set-theory/cardinal}
\part{Set Theory II: Model Theory and Forcing}
\label{part:st2}
\parttoc
\include{tex/set-theory/models}
\include{tex/set-theory/forcing}
\include{tex/set-theory/CH}
\part{Appendix}
\parttoc
\appendix
% \automark{chapter} % change to chapter in appendix
\Closesolutionfile{tex/backmatter/all-hints}
\Closesolutionfile{tex/backmatter/all-solns}
\include{tex/backmatter/references}
\include{tex/backmatter/hintsol}
\include{tex/backmatter/notation}
\include{tex/backmatter/sets-functions}
\backmatter
%% References
\clearpage
\printbibliography[type=image,title={Image Attributions}]
\printbibliography[nottype=image]
\end{document}