Bachelor thesis about the Dold-Kan correspondence https://github.com/Jaxan/Dold-Kan
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.
 
 
Joshua Moerman 51e6e2c11e added README.md with a brief description of the content and how to build 11 years ago
presentation Moved images to where they belong 11 years ago
presentation2 End presentation: finished 11 years ago
thesis Thesis: proved last detail, added conclusion 11 years ago
.gitignore made a make script, and stub for presentation 11 years ago
Bachelor Thesis.sublime-project Fancy sublime stuff 11 years ago
README.md added README.md with a brief description of the content and how to build 11 years ago
make End presentation: finished 11 years ago

README.md

Dold-Kan Correspondence

In this bachelor thesis the Dold-Kan correspondence is discussed. It is a result in homological algebras and simplicial homotopy theory which gives an equivalence between the category of chain complexes and the category of simplicial abelian groups. Furthermore it preserves homotopy, making the category of chain complexes suitable for doing linearized homotopy theory. This thesis is written by Joshua Moerman and supervised by Moritz Groth.

Building

A makefile is provided to compile the .tex files (thrice for the references). To compile to a .pdf file, simply run (assuming existence of pdflatex and bibtex):

$ ./make Thesis

The file DoldKan.pdf will be created (and all the intermediate files end up in a build/ directory).