Skeleton of homology groups of spheres.

This commit is contained in:
favonia 2017-06-06 11:17:11 -06:00
parent 3f62c7b500
commit dcf0327e98

21
homology/sphere.hlean Normal file
View file

@ -0,0 +1,21 @@
-- Author: Kuen-Bang Hou (Favonia)
import core types.lift
import ..homotopy.homology
open eq pointed group algebra circle sphere nat equiv susp
function sphere homology int lift
namespace homology
section
parameter (theory : homology_theory)
open homology_theory
theorem Hsphere : Π(n : ), HH theory n (plift (psphere n)) ≃g HH theory 0 (plift (psphere 0)) :=
sorry
end
end homology