Mirror of https://github.com/cmu-phil/Spectral in case it ever disappears
Find a file
2017-07-01 16:23:50 +01:00
algebra start on postnikov tower of spectra 2017-06-30 15:16:38 +01:00
archive Remove some old files 2017-03-07 22:55:51 -05:00
homology add authors of mrc projects to files with major contributions 2017-06-30 13:55:39 +01:00
homotopy simplify shomotopy 2017-07-01 16:23:50 +01:00
Notes small changes in notes on smash 2017-04-21 17:36:41 -04:00
.gitignore update .gitignore with LaTeX helper files 2017-03-30 17:00:15 -04:00
.project add .gitignore and .project files 2015-11-20 17:55:33 -05:00
choice.hlean move some stuff to more appropriate places (before big move to HoTT library) 2017-05-26 17:32:42 -04:00
coind_colim.hlean WIP: coinductive colimit definition 2017-02-18 16:56:50 -05:00
colim.hlean add authors of mrc projects to files with major contributions 2017-06-30 13:55:39 +01:00
heq.hlean Work on the construction of exact couples 2017-05-21 00:39:53 -04:00
known_bugs.txt work on graded modules 2017-05-03 23:40:54 -04:00
lessons.md add lessons file 2017-04-10 20:35:05 -04:00
LICENSE add some copyright notices and LICENSE file 2016-04-06 12:35:30 -04:00
logic.hlean add logic and some facts about sets 2017-03-31 16:36:35 -04:00
move_to_lib.hlean add is_strunc_spi 2017-07-01 13:02:23 +01:00
pointed.hlean simplify definition of loop_ptrunc_maxm2_pequiv 2017-06-30 15:29:52 +01:00
pointed_pi.hlean add simpler versions of is_trunc_ppi and is_strunc_spi 2017-07-01 14:26:49 +01:00
README.md update README 2016-06-26 09:25:50 +01:00
set.hlean add logic and some facts about sets 2017-03-31 16:36:35 -04:00
susp_product.hlean start on postnikov tower of spectra 2017-06-30 15:16:38 +01:00
TODO.txt fix error 2017-06-05 17:09:48 -04: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 sequence
    • already have the LES
    • need shift isomorphism
    • Hom'ing into a fiber sequence gives another fiber sequence.
  • cofiber sequences
    • Hom'ing out gives a fiber sequence: if A → B → coker f cofiber sequences, then X^A → X^B → X^(coker f) is a fiber sequence.
  • prespectra and spectra, suspension
    • try indexing on arbitrary successor structure
    • think about equivariant spectra indexed by representations of G
  • spectrification
    • adjoint to forgetful
    • as sequential colimit, prove induction principle (if useful)
    • connective spectrum: is_conn n.-2 Eₙ
  • parametrized spectra, parametrized smash and hom between types and spectra
  • fiber and cofiber sequences of spectra, stability
    • limits are levelwise
    • colimits need to be spectrified
  • long exact sequences from (co)fiber sequences of spectra
    • indexed on , need to splice together LES's
  • Postnikov towers of spectra
    • basic definition already there
    • fibers of Postnikov sequence unstably and stably
  • exact couple of a tower of spectra
    • need to splice together LES's

Already Done:

  • Most things in the HoTT Book up to Section 8.9 (see this file)
  • pointed types, maps, homotopies and equivalences
  • definition of algebraic structures such as groups, rings, fields
  • some algebra: quotient, product, free groups.
  • Eilenberg-MacLane spaces and EM-spectrum