Commit graph

2 commits

Author SHA1 Message Date
Floris van Doorn
5c9355c4c1 feat(chain_complex): give the construction of the LES of homotopy groups
This commit defines "type_chain_complex" which is a typal variant of a chain complex, where the exactness condition is formulated without a propositional truncation in it. The fiber sequence of a pointed map is an instance of this structure.
It also defines "chain_complex" which is the usual notion of a chain complex: a sequence of pointed sets with pointed maps between them, such that the kernel and image of consecutive maps coincide.
The biggest part of this commit is the definition of the long exact sequence of homotopy groups of a pointed map. The definition uses the fiber sequence of a pointed map.
2016-02-22 20:53:48 -05:00
Floris van Doorn
52f59f8592 rename long_exact_sequence to chain_complex 2016-02-09 18:27:38 -05:00
Renamed from homotopy/long_exact_sequence.hlean (Browse further)