-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathlecture-05.tex
74 lines (66 loc) · 2.34 KB
/
lecture-05.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
\documentclass[handout]{beamer}
\usepackage{graphicx}
\usepackage{tikz-cd}
\title{EPIT Lecture 5.5\\ The real projective spaces}
\author{Egbert Rijke}
\date{Friday, April 16th 2020}
\setbeamertemplate{caption}{\raggedright\insertcaption\par}
\mathchardef\usc="2D
\newcommand{\N}{\mathbb{N}}
\newcommand{\Z}{\mathbb{Z}}
\newcommand{\UU}{\mathcal{U}}
\newcommand{\brck}[1]{\|#1\|}
\newcommand{\Brck}[1]{\left\|#1\right\|}
\newcommand{\trunc}[2]{\|#2\|_{#1}}
\newcommand{\Trunc}[2]{\left\|#2\right\|_{#1}}
\newcommand{\unit}{\mathbf{1}}
\newcommand{\sphere}[1]{S^{#1}}
\newcommand{\isnull}{\mathsf{is\usc{}null}}
\newcommand{\htpy}{\sim}
\newcommand{\apbinary}{\mathsf{ap\usc{}bin}}
\newcommand{\Glob}{\mathsf{Glob}}
\newcommand{\typeGlob}{\mathsf{type}}
\newcommand{\relGlob}{\mathsf{rel}}
\newcommand{\homGlob}{\mathsf{hom}}
\newcommand{\maphomGlob}{\mathsf{map}}
\newcommand{\cgrhomGlob}{\mathsf{cgr}}
\newcommand{\bihomGlob}{\mathsf{bihom}}
\newcommand{\mapbihomGlob}{\mathsf{map}}
\newcommand{\cgrbihomGlob}{\mathsf{cgr}}
\newcommand{\ct}{\bullet}
\newcommand{\isconstant}[2]{\mathsf{is\usc{}}(#1,#2)\mathsf{\usc{}constant}}
\newcommand{\ap}{\mathsf{ap}}
\newcommand{\interchange}{\mathsf{interchange}}
\newcommand{\refl}{\mathsf{refl}}
\newcommand{\eh}{\mathsf{eckmann\usc{}hilton}}
\newcommand{\blank}{\mathord{\hspace{1pt}\text{--}\hspace{1pt}}}
\newcommand{\EM}{\mathsf{EM}}
\newcommand{\baseS}{\mathsf{base}}
\newcommand{\loopS}{\mathsf{loop}}
\newcommand{\apd}{\mathsf{apd}}
\newcommand{\tr}{\mathsf{tr}}
\newcommand{\idfunc}{\mathsf{id}}
\newcommand{\mulcircle}{\mu}
\newcommand{\basemulcircle}{\mathsf{base\usc{}mul}_{\sphere{1}}}
\newcommand{\loopmulcircle}{\mathsf{loop\usc{}mul}_{\sphere{1}}}
\newcommand{\htpyidcircle}{H}
\newcommand{\basehtpyidcircle}{\alpha}
\newcommand{\loophtpyidcircle}{\beta}
\newcommand{\invcircle}{\mathsf{inv}_{\sphere{1}}}
\newcommand{\evbase}{\mathsf{ev\usc{}base}}
\newcommand{\eqhtpy}{\mathsf{eq\usc{}htpy}}
\newcommand{\apply}[2]{#1(#2)}
\newcommand{\equiveq}{\mathsf{equiv\usc{}eq}}
\newcommand{\succZ}{\mathsf{succ}}
\newcommand{\bool}{\mathsf{bool}}
\newcommand{\const}{\mathsf{const}}
\newcommand{\btrue}{\mathsf{true}}
\newcommand{\bfalse}{\mathsf{false}}
\newcommand{\ttt}{\mathsf{pt}}
\setbeamertemplate{navigation symbols}{}
\setbeamertemplate{footline}[frame number]{}
\begin{document}
\begin{frame}
\maketitle
\end{frame}
\end{document}