Mirror of https://github.com/cmu-phil/Spectral in case it ever disappears
Find a file
2015-12-07 09:20:54 +01:00
group_theory feat(constructions): add universal properties of free (abelian) groups 2015-11-23 13:43:26 -05:00
Notes removing K-theory part 2015-12-04 16:05:00 -05:00
.gitignore add .gitignore and .project files 2015-11-20 17:55:33 -05:00
.project add .gitignore and .project files 2015-11-20 17:55:33 -05:00
README.md add Mac Lane's Homology to README.md 2015-12-07 09:20:54 +01:00

Spectral Sequences

Formalization project of the CMU HoTT group towards formalizing the Serre spectral sequence.

Participants

Jeremy Avigad, Steve Awodey, Ulrik Buchholtz, Floris van Doorn, Clive Newstead, Egbert Rijke, Mike Shulman.

Resources

  • Mike's blog post at the HoTT blog.
  • Mike's blog post at the n-category café.
  • The Licata-Finster article about Eilenberg-Mac Lane spaces.
  • We learned about the Serre spectral sequence from Hatcher's chapter about spectral sequences.
  • Lang's algebra (revised 3rd edition) contains a chapter on general homology theory, with a section on spectral sequences. Thus, we can use this book at least as an outline for the algebraic part of the project.
  • Mac Lane's Homology contains a lot of homological algebra and a chapter on spectral sequences, including exact couples.

Things to do for Lean spectral sequences project

Algebra To Do:

Topology To Do:

  • fiber and cofiber sequences (is this in the library already?)
  • prespectra and spectra, suspension
  • spectrification
  • parametrized spectra, parametrized smash and hom between types and spectra
  • fiber and cofiber sequences of spectra, stability
  • long exact sequences from (co)fiber sequences of spectra
  • Eilenberg-MacLane spaces and spectra
  • Postnikov towers of spectra
  • exact couple of a tower of spectra

Already Done:

  • pointed types
  • definition of algebraic structures such as groups, rings, fields,
  • some algebra: quotient, product, free.