Spectral/homology/sphere.hlean

21 lines
412 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-- 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