|
|
|
\documentclass[a4paper,12pt,footinclude=true,headinclude=true,oneside,dottedtoc]{scrbook}
|
|
|
|
|
|
|
|
\usepackage{amsmath, amsthm}
|
|
|
|
\usepackage[T1]{fontenc}
|
|
|
|
|
|
|
|
\usepackage[parts,eulerchapternumbers]{classicthesis}
|
|
|
|
\setcounter{tocdepth}{0} % parts, chapters
|
|
|
|
|
|
|
|
\input{preamble}
|
|
|
|
\newcommand{\blankpage}{\newpage\thispagestyle{empty}\mbox{}}
|
|
|
|
|
|
|
|
\title{Rational Homotopy Theory}
|
|
|
|
\author{Joshua Moerman}
|
|
|
|
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\pagenumbering{roman}
|
|
|
|
\begin{titlepage}
|
|
|
|
\large
|
|
|
|
|
|
|
|
\vspace*{4cm}
|
|
|
|
|
|
|
|
\begin{center}
|
|
|
|
\begingroup
|
|
|
|
\color{Maroon}\spacedallcaps{\Large Rational Homotopy Theory} \\ \bigskip
|
|
|
|
\endgroup
|
|
|
|
|
|
|
|
Joshua Moerman\\
|
|
|
|
January 2015
|
|
|
|
|
|
|
|
\vspace{7cm}
|
|
|
|
|
|
|
|
Radboud University Nijmegen\\
|
|
|
|
Supervisor: Ieke Moerdijk\\
|
|
|
|
Second Reader: Javier J. Gutiérrez
|
|
|
|
\end{center}
|
|
|
|
|
|
|
|
\end{titlepage}
|
|
|
|
\blankpage
|
|
|
|
|
|
|
|
\input{notes/Introduction}
|
|
|
|
\input{notes/Preliminaries}
|
|
|
|
|
|
|
|
\blankpage
|
|
|
|
\tableofcontents
|
|
|
|
\addcontentsline{toc}{section}{Contents}
|
|
|
|
\blankpage
|
|
|
|
|
|
|
|
|
|
|
|
\pagenumbering{arabic}
|
|
|
|
\part{Basics Of Rational Homotopy Theory}
|
|
|
|
\input{notes/Basics}
|
|
|
|
\input{notes/Serre}
|
|
|
|
\input{notes/Rationalization}
|
|
|
|
|
|
|
|
|
|
|
|
\part{CDGA's As Algebraic Models}
|
|
|
|
\input{notes/Homotopy_Theory_CDGA}
|
|
|
|
\input{notes/Polynomial_Forms}
|
|
|
|
\input{notes/Minimal_Models}
|
|
|
|
\input{notes/Equivalence}
|
|
|
|
|
|
|
|
|
|
|
|
\part{Applications and Further Topics}
|
|
|
|
\input{notes/Calculations}
|
|
|
|
\input{notes/Further_Topics}
|
|
|
|
|
|
|
|
|
|
|
|
\appendix
|
|
|
|
\part{Appendices}
|
|
|
|
\input{notes/Algebra}
|
|
|
|
\input{notes/Model_Categories}
|
|
|
|
|
|
|
|
|
|
|
|
\bibliographystyle{alpha}
|
|
|
|
\bibliography{references}
|
|
|
|
|
|
|
|
\end{document}
|