Master thesis on Rational Homotopy Theory https://github.com/Jaxan/Rational-Homotopy-Theory
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 

53 lines
2.3 KiB

\chapter{Homotopy Theory For cdga's}
Recall that a cdga $A$ is a commutative differential graded algebra, meaning that
\begin{itemize}
\item it has a grading: $A = \bigoplus_{n\in\N} A^n$,
\item it has a differential: $d: A \to A$ with $d^2 = 0$,
\item it has an associative and unital multiplication: $\mu: A \tensor A \to A$ and
\item it is commutative: $x y = (-1)^{\deg{x}\cdot\deg{y}} y x$.
\end{itemize}
And all of the above structure is compatible with each other (e.g. the differential is a derivation of degree $1$, the maps are graded, \dots). We have a left adjoint $\Lambda$ to the forgetful functor $U$ which assigns the free graded commutative algebras $\Lambda V$ to a graded module $V$. This extends to an adjunction (also called $\Lambda$ and $U$) between commutative differential graded algebras and differential graded modules.
In homological algebra we are especially interested in \emph{quasi isomorphisms}, i.e. maps $f: A \to B$ inducing an isomorphism on cohomology: $H(f): HA \iso HB$. This notions makes sense for any object with a differential.
We furthermore have the following categorical properties of cdga's:
\begin{itemize}
\item The finite coproduct in $\CDGA_\k$ is the (graded) tensor product.
\item The finite product in $\CDGA_\k$ is the cartesian product (with pointwise operations).
\item The equalizer (resp. coequalizer) of $f$ and $g$ is given by the kernel (resp. cokernel) of $f - g$. Together with the (co)products this defines pullbacks and pushouts.
\item $\k$ and $0$ are the initial and final object.
\end{itemize}
In this chapter the ring $\k$ is assumed to be a field of characteristic zero. In particular the modules are vector spaces.
\section{Cochain models for the $n$-disk and $n$-sphere}
\input{notes/CDGA_Basic_Examples}
\section{The Quillen model structure on \titleCDGA}
\input{notes/Model_Of_CDGA}
\section{Homotopy relations on \titleCDGA}
\input{notes/Homotopy_Relations_CDGA}
\section{Homotopy theory of augmented cdga's}
\input{notes/Homotopy_Augmented_CDGA}
\section{Homotopy groups of cdga's}
\input{notes/Homotopy_Groups_CDGA}
\chapter{Polynomial Forms}
\label{sec:cdga-of-polynomials}
\section{CDGA of Polynomials}
\input{notes/CDGA_Of_Polynomials}
\section{Polynomial Forms on a Space}
\label{sec:polynomial-forms}
\input{notes/Polynomial_Forms}
\input{notes/Minimal_Models}
\input{notes/A_K_Quillen_Pair}